Commit Graph

6 Commits

Author SHA1 Message Date
Anand Kumar Singh
c12ed3109d update dockerfile to install dependencies (#5784)
Signed-off-by: anandrkskd <anandrkskd@gmail.com>
2022-06-02 05:36:05 -04:00
Philippe Martin
bd8e78a05e odo dev store information about currently forwarded ports (#5703)
* Save state (forwarded ports + PID + timestamp) to local file and cleanup

* Integration tests

* Documentation

* Update docs/website/versioned_docs/version-3.0.0/command-reference/dev.md

Co-authored-by: Armel Soro <armel@rm3l.org>

* Fail when an error happens writing state file
In case of error during initialization, odo dev cleanup the resources

* Fix typo

* Test localPort matches a number

* Remove PID and timestamp from state + rename to devstate.json

* Run IBM cloud tests as non root

* Fix doc

* Review

* Remove reference to PID/timestamp from doc

Co-authored-by: Armel Soro <armel@rm3l.org>
2022-05-05 04:12:25 -04:00
Anand Kumar Singh
098389b027 update go version to use go 1.17 (#5497)
* update go version to 1.17

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* update go version to 1.17 and fix failure

Signed-off-by: anandrkskd <anandrkskd@gmail.com>
2022-04-29 12:20:35 -04:00
Philippe Martin
2b00f1cc01 Use odo-robot to post logs to PR (#5302) 2021-12-20 13:30:28 +01:00
Anand Kumar Singh
11e43f531c Windows tests on Ibm pipeline (#5281)
* windows tests on ibm pipeline

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* fix devfile watch tests

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* use env for windows IP instead

Signed-off-by: anandrkskd <anandrkskd@gmail.com>

* use env for windows IP instead

Signed-off-by: anandrkskd <anandrkskd@gmail.com>
2021-12-16 14:17:50 +01:00
Philippe Martin
07ef685df7 Use an image with pre-installed oc/kubectl/ibmcloud for IBM Pipelines (#5269)
* Use an image with pre-installed oc/kubectl/ibmcloud for IBM Pipelines

* Increase time for unit tests (very long on single CPU VM)

* Dockerfile for build image
2021-12-03 17:02:46 +01:00