WIP Debug cluster#80437
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
WalkthroughThis PR updates the CI configuration for a specific test job in the openshift-tests-private release-5.0 nightly build. The aws-ipi-wavelength-byo-subnet-ovn-mini-perm-f28-destructive test job's timeout is extended by 8 hours and a wait step is added to the beginning of the test sequence. ChangesWavelength Test Job Configuration Update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 14 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (14 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 APPROVED This pull-request has been approved by: asood-rh 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 |
|
[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-openshift-tests-private-release-5.0-amd64-nightly-aws-ipi-wavelength-byo-subnet-ovn-mini-perm-f28-destructive |
|
@asood-rh: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-5.0-amd64-nightly-aws-ipi-wavelength-byo-subnet-ovn-mini-perm-f28-destructi |
|
@asood-rh: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@asood-rh: job(s): periodic-ci-openshift-openshift-tests-private-release-5.0-amd64-nightly-aws-ipi-wavelength-byo-subnet-ovn-mini-perm-f28-destructi either don't exist or were not found to be affected, and cannot be rehearsed |
|
/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-5.0-amd64-nightly-aws-ipi-wavelength-byo-subnet-ovn-mini-perm-f28-destructive |
|
@asood-rh: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse abort |
|
@asood-rh: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
Summary by CodeRabbit
This PR modifies the CI configuration for the
openshift-tests-privaterepository's test suite on OpenShift 5.0. Specifically, it updates theaws-ipi-wavelength-byo-subnet-ovn-mini-perm-f28-destructivetest job—a destructive test that validates AWS IPI deployments in Wavelength edge zones with bring-your-own-subnet networking and minimal permissions.The changes include:
+8 hoursto allow more time for the destructive test scenario to completewaitreference step is added at the beginning of the test phase, running before the mainopenshift-e2e-test-qe-destructivetest chainThese modifications appear to be debugging/troubleshooting adjustments, as indicated by the "WIP Debug cluster" title, likely to investigate or resolve issues with this specific edge zone test configuration.