stackrox: add OCP 5.0 AWS dual-stack e2e tests - #83134
Conversation
Test ACS on OCP 5.0 with AWS dual-stack networking (both IPv4-primary and IPv6-primary). On 5.0, dual-stack is GA — no TechPreviewNoUpgrade needed. IPv6-only remains unsupported on AWS even on 5.0 (installer still rejects single-stack IPv6 on cloud platforms). ROX-10856 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
WalkthroughThe PR adds StackRox OCP 5.0 AWS dual-stack CI configuration. It defines build settings and four optional E2E jobs. It also adds default network variables to the OCP 4 creation step. ChangesStackRox dual-stack CI
Estimated code review effort: 2 (Simple) | ~10 minutes Sequence Diagram(s)sequenceDiagram
participant StackRoxCIConfig
participant ocp4create as ocp-4-create
participant AWSDualStackE2E as AWS dual-stack E2E jobs
StackRoxCIConfig->>ocp4create: define CLOUD_PROVIDER and NETWORK_STACK defaults
StackRoxCIConfig->>AWSDualStackE2E: configure OCP 5.0 dual-stack test jobs
AWSDualStackE2E->>AWSDualStackE2E: run QA and non-Groovy suites
Possibly related PRs
🚥 Pre-merge checks | ✅ 15✅ Passed checks (15 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: davdhacs 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 |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
[REHEARSALNOTIFIER]
A total of 160 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs. A full list of affected jobs can be found here Interacting with pj-rehearseComment: Once you are satisfied with the results of the rehearsals, comment: |
|
/pj-rehearse pull-ci-stackrox-stackrox-master-ocp-5-0-aws-dualstack-dual-qa-e2e-tests |
|
@davdhacs: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-stackrox-stackrox-master-ocp-5-0-aws-dualstack-dual-ipv6-primary-qa-e2e-tests |
|
@davdhacs: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-stackrox-stackrox-master-ocp-5-0-aws-dualstack-dual-nongroovy-e2e-tests |
|
@davdhacs: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
/pj-rehearse pull-ci-stackrox-stackrox-master-ocp-5-0-aws-dualstack-dual-ipv6-primary-nongroovy-e2e-tests |
|
@davdhacs: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
@davdhacs: The following tests failed, say
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. |
/uncc
Test ACS on OCP 5.0 with AWS dual-stack networking. On 5.0, dual-stack is GA (AWSDualStackInstall feature gate is in
inDefault()), so nofeatureSet: TechPreviewNoUpgradeis needed.Jobs:
dual-qa-e2e-tests/dual-nongroovy-e2e-tests— dual-stack IPv4-primarydual-ipv6-primary-qa-e2e-tests/dual-ipv6-primary-nongroovy-e2e-tests— dual-stack IPv6-primaryIPv6-only is not supported on AWS even on 5.0 (installer rejects single-stack IPv6 on cloud platforms).
Uses
openshift-4-latestautomation-flavors tag withCLOUD_PROVIDER=awsandNETWORK_STACK.ROX-10856
Summary by CodeRabbit
Adds StackRox CI coverage for OCP 5.0 on AWS with dual-stack networking.
openshift-4-latestautomation-flavors tag withCLOUD_PROVIDER=awsandNETWORK_STACK.TechPreviewNoUpgrade.