pipelines
pipelines copied to clipboard
[WIP] chore(test): remove pinning cluster version
Description of your changes:
Checklist:
- [ ] The title for your pull request (PR) should follow our title convention. Learn more about the pull request title convention used in this repository.
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: Once this PR has been reviewed and has the lgtm label, please ask for approval from chensun. For more information see the Kubernetes Code Review Process.
The full list of commands accepted by this bot can be found here.
Approvers can indicate their approval by writing /approve
in a comment
Approvers can cancel approval by writing /approve cancel
in a comment
@chensun: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
kubeflow-pipeline-e2e-test | afff11b9892fae8786a9370e54b9da7e1e46718d | link | true | /test kubeflow-pipeline-e2e-test |
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/test-infra repository. I understand the commands that are listed here.
Part of https://github.com/kubeflow/pipelines/issues/10779
Hey @chensun - looking at the CI logs here, it appears the GKE cluster was successfully created and the failure is coming from the integration workflow test itself. I'm not terribly familiar with the GKE platform but IMO that means this PR is working as expected, and the CI failure is unrelated. Since the issue this PR fixes is blocking/causing problems with CI on other PRs, perhaps we can retest to see if it's an intermittent problem?
/retest
Hey @chensun - looking at the CI logs here, it appears the GKE cluster was successfully created and the failure is coming from the integration workflow test itself. I'm not terribly familiar with the GKE platform but IMO that means this PR is working as expected, and the CI failure is unrelated. Since the issue this PR fixes is blocking/causing problems with CI on other PRs, perhaps we can retest to see if it's an intermittent problem?
After the cluster was created, the test would time out in ~1 hr due to the Argo docker-in-docker issue that's mentioned in the comment, the fix needs to be migrating away from using Argo DinD to build test images.
I've made kubeflow-pipeline-e2e-test
optional in https://github.com/GoogleCloudPlatform/oss-test-infra/pull/2266, it should not block other PRs.
@chensun: The following test failed, say /retest
to rerun all failed tests or /retest-required
to rerun all mandatory failed tests:
Test name | Commit | Details | Required | Rerun command |
---|---|---|---|---|
kubeflow-pipeline-e2e-test | ab97b62c3c6d12a6b2c66a4ec0cc01dd9405b972 | link | false | /test kubeflow-pipeline-e2e-test |
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.