stackrox: add OCP-on-AWS dual-stack IPv4/IPv6 e2e tests - #83114
Conversation
Add ci-operator variant ocp-aws-dualstack with 3 network modes: - ipv4-qa-e2e-tests: OCP on AWS, IPv4-only (baseline) - dual-qa-e2e-tests: OCP on AWS, dual-stack IPv4-primary - dual-ipv6-primary-qa-e2e-tests: OCP on AWS, dual-stack IPv6-primary Uses CLOUD_PROVIDER=aws and NETWORK_STACK env vars from the automation-flavors ocp-4 image. All jobs are optional, triggered via /test or /pj-rehearse. 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 the Stackrox master AWS dual-stack CI configuration. It defines build settings and three optional OCP 4.22 E2E network variants. It also adds empty-default network variables to the OCP 4 E2E workflow pre-step. ChangesStackrox dual-stack CI
Estimated code review effort: 2 (Simple) | ~10 minutes 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>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
/pj-rehearse pull-ci-stackrox-stackrox-master-ocp-aws-dualstack-ipv4-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-aws-dualstack-ipv4-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-aws-dualstack-ipv4-qa-e2e-tests |
|
@davdhacs: now processing your pj-rehearse request. Please allow up to 10 minutes for jobs to trigger or cancel. |
|
[REHEARSALNOTIFIER]
A total of 159 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-aws-dualstack-ipv4-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-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-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. |
|
@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
Add OCP-on-AWS e2e test jobs for IPv4/IPv6 dual-stack networking validation (ROX-10856). Three modes:
ipv4-qa-e2e-tests: IPv4-only baseline on AWSdual-qa-e2e-tests: dual-stack IPv4-primarydual-ipv6-primary-qa-e2e-tests: dual-stack IPv6-primaryUses
CLOUD_PROVIDER=awsandNETWORK_STACKenv vars from the automation-flavorsocp-4image (openshift-4-latesttag, stackrox/automation-flavors#358).All three modes validated via simulate — clusters install successfully on AWS with dual-stack networking.
ROX-10856
Summary by CodeRabbit
Adds optional OCP-on-AWS end-to-end CI jobs for
stackroxmaster. The jobs validate IPv4-only, dual-stack IPv4-primary, and dual-stack IPv6-primary networking on OCP 4.22.The CI configuration passes
CLOUD_PROVIDER=awsand the selectedNETWORK_STACKto the OCP 4 automation workflow. All three network modes support/testand/pj-rehearseexecution.