SPLAT-2803: Updated vSphere VCF 9 jobs to use VCF 9.1 env#80860
SPLAT-2803: Updated vSphere VCF 9 jobs to use VCF 9.1 env#80860vr4manta wants to merge 1 commit into
Conversation
|
@vr4manta: This pull request references SPLAT-2803 which is a valid jira issue. 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 openshift-eng/jira-lifecycle-plugin repository. |
WalkthroughThree periodic vSphere "vcf9" CI jobs in ChangesPOOL_SELECTOR version pin for vcf9 jobs
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: vr4manta The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
[REHEARSALNOTIFIER]
Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals. Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse periodic-ci-openshift-release-main-nightly-5.0-e2e-vsphere-ovn-vcf9 |
|
@vr4manta: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@vr4manta: all tests passed! Full PR test history. Your PR dashboard. 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-sigs/prow repository. I understand the commands that are listed here. |
SPLAT-2803
Changes
Notes
Not all jobs were updated. We just selected a few 5.0 periodical release jobs to use it as example for other teams that may need to specifically target the VCF 9.1 vCenters / pools
Summary by CodeRabbit
This PR updates the OpenShift CI configuration to target VCF (vSphere Cloud Foundation) 9.1 infrastructure for a subset of OCP 5.0 integration tests.
Changes Made:
The file
ci-operator/config/openshift/release/openshift-release-main__nightly-5.0.yamlwas modified to add version-specific targeting for three periodic vSphere test jobs. Each job'sPOOL_SELECTORenvironment variable was updated to explicitly requirevsphere-version=9.1:e2e-vsphere-ovn-vcf9: Now targetsvsphere-type=vcf9,vsphere-version=9.1(previously justvsphere-type=vcf9)e2e-vsphere-ovn-upi-vcf9: Now targetsvsphere-type=vcf9,vsphere-version=9.1(previously justvsphere-type=vcf9)e2e-vsphere-ovn-csi-vcf9: Now targetsvsphere-type=vcf9,vsanfs=true,vsphere-version=9.1(previouslyvsphere-type=vcf9,vsanfs=true)Practical Impact:
These periodic test jobs will now run against VCF 9.1 infrastructure specifically, rather than any available vcf9 environment. This selective update establishes a pattern for teams that need to explicitly target specific VCF versions in their testing infrastructure.