Closed palnabarun closed 2 years ago
Initial Setup in kubernetes-client/python: https://github.com/kubernetes-client/python/pull/1166 Moving e2e workflows: https://github.com/kubernetes-client/python/pull/1286
@palnabarun Do you plan to work on this or do you need help?
I created this issue with the intention that someone will pick it up. :)
Adding the help-wanted tag for more eyes.
/help
@palnabarun: This request has been marked as needing help from a contributor.
Please ensure that the issue body includes answers to the following questions:
For more details on the requirements of such an issue, please see here and ensure that they are met.
If this request no longer meets these requirements, the label can be removed
by commenting with the /remove-help
command.
/assign
Apologies for the delayed action on this! Current update: Made changes in forked repo and testing Test run CI with GitHub Actions here. Few tests are failing due to kube-init.sh from kubernetes/python repo mostly aligned to run on travis only. Testing fix to run them successfully in GH Actions. Will submit PR as soon as possible.
2 PRs in place to achieve the port from travis CI to GitHub actions.
For kubernetes/python-base: https://github.com/kubernetes-client/python-base/pull/273 For kubernetes/python: https://github.com/kubernetes-client/python/pull/1659
Tests carried out as part of feature branch CI runs, below are key notes:
@palnabarun @roycaihw Can you please review above and suggest any changes?
This repo has been merged into the main python repo. We are archiving this repo. Please open a new issue in the main repo. Thanks!
/close
@roycaihw: Closing this issue.
The
kubernetes-client/python
has moved most of the test pipelines from Travis CI to GitHub Actions. (https://github.com/kubernetes-client/python/issues/1257)The end goal eventually is to move everything to Prow, but for now, a low hanging fruit is to move out of Travis CI.