-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test: Add script and GitHub Action for kfp-kubernetes-library #11006
test: Add script and GitHub Action for kfp-kubernetes-library #11006
Conversation
Skipping CI for Draft Pull Request. |
f929716
to
f24a090
Compare
f24a090
to
6e3907e
Compare
741693a
to
9096059
Compare
48c2355
to
b5f24aa
Compare
5e8560d
to
b2909f8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @diegolovison. Looks good in general.
I left a few comments.
Also, can you please:
- Create an issue similar to Move kfp-kubernetes-execution-tests to GitHub Actions #10921
- Create a PR to remove
kfp-kubernetes-test-python
from GoogleCloudPlatform/oss-test-infra - Edit the description of this PR to follow the format of test: Moved kfp-kubernetes-execution-tests to GitHub Actions #10926?
@diegolovison: The following tests failed, say
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
/lgtm /hold until GoogleCloudPlatform/oss-test-infra#2322 gets merged to avoid failing tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
/approve
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: chensun The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold as GoogleCloudPlatform/oss-test-infra#2322 got merged. |
/hold cancel |
@diegolovison tide is preventing the merge because |
Signed-off-by: Diego Lovison <diegolovison@gmail.com>
Signed-off-by: Diego Lovison <diegolovison@gmail.com>
47c82a8
to
8018f4c
Compare
New changes are detected. LGTM label has been removed. |
…kubeflow#11006)" This reverts commit c420f8c.
…ow#11006) * test: Add script and GitHub Action for kfp-kubernetes-library Signed-off-by: Diego Lovison <diegolovison@gmail.com> * Rename Signed-off-by: Diego Lovison <diegolovison@gmail.com> * Update bash to have sudo Signed-off-by: Diego Lovison <diegolovison@gmail.com> --------- Signed-off-by: Diego Lovison <diegolovison@gmail.com>
…ow#11006) * test: Add script and GitHub Action for kfp-kubernetes-library Signed-off-by: Diego Lovison <diegolovison@gmail.com> * Rename Signed-off-by: Diego Lovison <diegolovison@gmail.com> * Update bash to have sudo Signed-off-by: Diego Lovison <diegolovison@gmail.com> --------- Signed-off-by: Diego Lovison <diegolovison@gmail.com>
Description of your changes:
Resolve #11008
Implementation notes:
Removes also the code into oss-test-infra: GoogleCloudPlatform/oss-test-infra#2322
Due that we added
sudo
in the bash script. The following GHA are failing and are expectedChecklist: