-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Rename VSphere UPI job to e2e-vsphere-upi. #7560
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
Rename VSphere UPI job to e2e-vsphere-upi. #7560
Conversation
|
/lgtm |
|
/hold until #7586 merges then we can rename both jobs at once |
1e0cd59 to
ccb2e41
Compare
|
/hold cancel |
Based on convention rename e2e-vsphere -> e2e-vsphere-upi and e2e-vsphere-steps -> e2e-vsphere. Maintains always_run: false and optional: true. This commit was generated by changing e2e-vsphere to e2e-vsphere-upi in ci-operator/config/openshift/installer/openshift-installer-master.yaml then running: docker run -it -v $(pwd)/ci-operator:/ci-operator:z \ registry.svc.ci.openshift.org/ci/ci-operator-prowgen:latest \ --from-dir /ci-operator/config/ --to-dir /ci-operator/jobs
ccb2e41 to
569a713
Compare
|
@patrickdillon: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions 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. |
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: abhinavdahiya, jcpowermac, patrickdillon The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@patrickdillon: Updated the following 7 configmaps:
DetailsIn response to this:
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. |
VSphere IPI is in progress at #7470. Having this change would make testing rehearsals a little easier because in certain scenarios (i.e. the current one where I am using the e2e upi template for the ipi install) only the upi rehearsal will be triggered for the ipi PR.
According to the naming convention, the VSphere UPI job should be e2e-vsphere-upi. The current name is e2e-vsphere which should be the ipi job. Making this change will make room for the ipi job.
This commit was generated by changing e2e-vsphere to e2e-vsphere-upi in ci-operator/config/openshift/installer/openshift-installer-master.yaml then running:
cc @jcpowermac