e2e-rosa-hcp-ovn: remove TEST_SKIPS overrides from nightly configs (4.22/5.0/5.1) - #83480
Conversation
The rosa-aws-hcp-conformance workflow now owns the full HCP conformance skip list. Per-version nightly config TEST_SKIPS overrides fully replaced the workflow env and required TRT involvement for every update. Depends on: openshift#83478 (workflow skip list expansion)
|
@dustman9000: GitHub didn't allow me to request PR reviews from the following users: openshift/openshift-team-rosa. Note that only openshift members and repo collaborators can review this PR, and authors cannot review their own PRs. 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-sigs/prow repository. |
|
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 (3)
💤 Files with no reviewable changes (3)
WalkthroughThe nightly ChangesROSA HCP test configuration
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk: ⚪ Minimal · up to This change removes redundant TEST_SKIPS overrides from the 4.22, 5.0, and 5.1 nightly configurations so the workflow owns the skip list; no actionable merge-blocking risk remains beyond normal checks and review. Possibly related PRs
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[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: |
|
@dustman9000: 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. |
|
/approve |
|
/pj-rehearse ack |
|
@dustman9000: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dustman9000, jfrazierRedHat, neisw 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 |
Remove
TEST_SKIPSenv overrides from thee2e-rosa-hcp-ovntest in the 4.22, 5.0, and 5.1 nightly configs. Therosa-aws-hcp-conformanceworkflow now owns the full skip list.Why this matters
In ci-operator, test-level
envoverrides completely replace workflow-level env (no merging). So every time a new test needed skipping on HCP conformance, we had to:Now that the workflow is the source of truth, ROSA CI can manage the skip list independently via the ROSA-owned step registry files.
Ordering
This depends on #83478 being merged first. That PR adds all patterns from the per-version overrides into the workflow so nothing is lost when these overrides are removed.
Changes
openshift-release-main__nightly-4.22.yaml: removed TEST_SKIPS from e2e-rosa-hcp-ovnopenshift-release-main__nightly-5.0.yaml: removed TEST_SKIPS from e2e-rosa-hcp-ovnopenshift-release-main__nightly-5.1.yaml: removed TEST_SKIPS from e2e-rosa-hcp-ovn/cc @openshift/openshift-team-rosa @openshift/test-platform
Summary by CodeRabbit
TEST_SKIPSoverrides from thee2e-rosa-hcp-ovnjobs in the 4.22, 5.0, and 5.1 nightly OpenShift CI configurations.rosa-aws-hcp-conformanceworkflow.