Skip to content

WIP Debug cluster#80437

Open
asood-rh wants to merge 1 commit into
openshift:mainfrom
asood-rh:debug-aws-ipi-wavelength-byo-subnet-ovn-mini-perm-5.0-20260611
Open

WIP Debug cluster#80437
asood-rh wants to merge 1 commit into
openshift:mainfrom
asood-rh:debug-aws-ipi-wavelength-byo-subnet-ovn-mini-perm-5.0-20260611

Conversation

@asood-rh

@asood-rh asood-rh commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

This PR modifies the CI configuration for the openshift-tests-private repository's test suite on OpenShift 5.0. Specifically, it updates the aws-ipi-wavelength-byo-subnet-ovn-mini-perm-f28-destructive test 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:

  • Extended timeout: The test job's timeout is increased to +8 hours to allow more time for the destructive test scenario to complete
  • Added wait step: A wait reference step is added at the beginning of the test phase, running before the main openshift-e2e-test-qe-destructive test chain

These 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.

@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 11, 2026
@coderabbitai

coderabbitai Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository YAML (base), Central YAML (inherited)

Review profile: CHILL

Plan: Enterprise

Run ID: 6e25b328-506e-427f-99ad-cd8dd662f151

📥 Commits

Reviewing files that changed from the base of the PR and between eb7c11f and 4861c1c.

📒 Files selected for processing (1)
  • ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-5.0__amd64-nightly.yaml

Walkthrough

This 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.

Changes

Wavelength Test Job Configuration Update

Layer / File(s) Summary
Wavelength test job timeout and wait step
ci-operator/config/openshift/openshift-tests-private/openshift-openshift-tests-private-release-5.0__amd64-nightly.yaml
The test job configuration for aws-ipi-wavelength-byo-subnet-ovn-mini-perm-f28-destructive is updated to extend TIMEOUT by 8 hours and add a wait reference as the first step in the test sequence.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 14 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Title check ❓ Inconclusive The title 'WIP Debug cluster' is vague and generic, using non-descriptive terms that don't convey meaningful information about the actual changeset modifications. Replace with a specific title describing the actual change, such as 'Add timeout extension and wait step to wavelength test job' or similar.
✅ Passed checks (14 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Stable And Deterministic Test Names ✅ Passed Updated job in the YAML only changes TIMEOUT (+8 hours) and adds ref: wait; searched that file for Ginkgo It/Describe/Context/When—0 matches.
Test Structure And Quality ✅ Passed PR #80437 only changes a CI config YAML (adds wait step + extends timeout); it contains no Ginkgo test .go code/It blocks to review against the quality rules.
Microshift Test Compatibility ✅ Passed PR only updates ci-operator nightly YAML (adds TIMEOUT:+8h and a wait ref) for an existing e2e chain; no new/modified Ginkgo tests or MicroShift-incompatible API usage detected.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR #80437 only changes a ci-operator YAML job config (adds TIMEOUT +8h and a wait step); no new/updated Ginkgo e2e tests to assess for SNO multi-node assumptions.
Topology-Aware Scheduling Compatibility ✅ Passed PR #80437 only adjusts CI test config: TIMEOUT set to +8 hours and adds an initial - ref: wait step; no deployment/handler scheduling constraints added.
Ote Binary Stdout Contract ✅ Passed PR #80437 modifies only ci-operator YAML (2 additions, 0 deletions) to adjust TIMEOUT and add a wait step; no OTE binary process-level stdout code changes were introduced.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR only tweaks ci-operator YAML for an existing destructive job (TIMEOUT +8 hours; add test: - ref: wait). No new Ginkgo tests or IPv4/external connectivity assumptions introduced.
No-Weak-Crypto ✅ Passed Scanned the PR’s updated YAML (openshift-openshift-tests-private-release-5.0__amd64-nightly.yaml) for MD5/SHA1/DES/RC4/3DES/Blowfish/ECB/constant-time/custom crypto keywords; none found.
Container-Privileges ✅ Passed PR diff for the only changed file adds only TIMEOUT:+8 hours and a test ref:wait; no privileged/hostPID/hostNetwork/hostIPC/SYS_ADMIN/allowPrivilegeEscalation/runAs root settings appear.
No-Sensitive-Data-In-Logs ✅ Passed Diff only adds TIMEOUT: +8 hours and a new test step '- ref: wait'; no sensitive tokens/passwords/keys/PII are present in the changed lines. citeturn7view3turn7view0turn7view1

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci openshift-ci Bot requested review from memodi and sergiordlr June 11, 2026 18:51
@openshift-ci

openshift-ci Bot commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

[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

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 11, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@asood-rh: the pj-rehearse plugin accommodates running rehearsal tests for the changes in this PR. Expand 'Interacting with pj-rehearse' for usage details. The following rehearsable tests have been affected by this change:

Test name Repo Type Reason
periodic-ci-openshift-openshift-tests-private-release-5.0-amd64-nightly-aws-ipi-wavelength-byo-subnet-ovn-mini-perm-f28-destructive N/A periodic Ci-operator config changed

Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@asood-rh

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-5.0-amd64-nightly-aws-ipi-wavelength-byo-subnet-ovn-mini-perm-f28-destructive

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@asood-rh: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@asood-rh

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-5.0-amd64-nightly-aws-ipi-wavelength-byo-subnet-ovn-mini-perm-f28-destructi

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@asood-rh: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@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

@asood-rh

Copy link
Copy Markdown
Contributor Author

/pj-rehearse periodic-ci-openshift-openshift-tests-private-release-5.0-amd64-nightly-aws-ipi-wavelength-byo-subnet-ovn-mini-perm-f28-destructive

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@asood-rh: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

@asood-rh

Copy link
Copy Markdown
Contributor Author

/pj-rehearse abort

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@asood-rh: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant