Skip to content

stackrox: full OCP e2e suite on AWS dual-stack IPv6-primary - #83132

Open
davdhacs wants to merge 9 commits into
openshift:mainfrom
davdhacs:davdhacs/ocp-aws-dual-ipv6-e2e
Open

stackrox: full OCP e2e suite on AWS dual-stack IPv6-primary#83132
davdhacs wants to merge 9 commits into
openshift:mainfrom
davdhacs:davdhacs/ocp-aws-dual-ipv6-e2e

Conversation

@davdhacs

@davdhacs davdhacs commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

/uncc

Run the full ACS e2e test suite (qa, nongroovy, operator, compliance, scanner-v4) on OCP 4.22 with AWS dual-stack IPv6-primary networking to validate ACS compatibility.

Uses CLOUD_PROVIDER=aws and NETWORK_STACK=dual-ipv6-primary from the automation-flavors ocp-4 image (openshift-4-latest).

All jobs are optional, triggered via /pj-rehearse.

ROX-10856

Summary by CodeRabbit

  • Adds optional StackRox CI coverage for OCP 4.22 AWS dual-stack IPv6-primary testing.
  • Adds QA, nongroovy, operator, compliance, and scanner-v4 E2E jobs.
  • Adds OCP 5.0 AWS dual-stack QA jobs for the fix-ipv6-deploy branch.
  • Updates the OCP 4 workflow to pass CLOUD_PROVIDER and NETWORK_STACK values to the test setup.

Run qa, nongroovy, operator, compliance, and scanner-v4 e2e tests
on OCP 4.22 with AWS dual-stack IPv6-primary networking.

Uses CLOUD_PROVIDER=aws and NETWORK_STACK=dual-ipv6-primary from
the automation-flavors ocp-4 image.

ROX-10856

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

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: Pro Plus

Run ID: 39534505-50a3-473f-9828-b323b96361e9

📥 Commits

Reviewing files that changed from the base of the PR and between 5887c5e and f65bf9a.

⛔ Files ignored due to path filters (1)
  • ci-operator/jobs/stackrox/stackrox/stackrox-stackrox-fix-ipv6-deploy-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (2)
  • ci-operator/config/stackrox/stackrox/stackrox-stackrox-fix-ipv6-deploy__ocp-5-0-aws-dualstack.yaml
  • ci-operator/config/stackrox/stackrox/stackrox-stackrox-fix-ipv6-deploy__ocp-aws-dual-ipv6.yaml

Walkthrough

The PR adds StackRox CI configurations for AWS dual-stack and dual-IPv6 testing. It also sets empty network-related environment variables in the OCP 4 cluster creation step.

Changes

StackRox IPv6 CI coverage

Layer / File(s) Summary
Workflow environment defaults
ci-operator/step-registry/stackrox/automation-flavors/ocp-4-e2e/...
The cluster creation step defines empty CLOUD_PROVIDER and NETWORK_STACK variables.
OCP 5.0 AWS dual-stack variant
ci-operator/config/stackrox/stackrox/stackrox-stackrox-fix-ipv6-deploy__ocp-5-0-aws-dualstack.yaml
The configuration adds build settings, resource requests, generated metadata, and two optional QA E2E tests for dual-stack network workflows.
AWS dual-IPv6 variant
ci-operator/config/stackrox/stackrox/stackrox-stackrox-fix-ipv6-deploy__ocp-aws-dual-ipv6.yaml
The configuration adds build settings, generated metadata, and five optional E2E suites for AWS dual-IPv6 OpenShift 4.22 testing.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

🚥 Pre-merge checks | ✅ 5 | ❌ 10

❌ Failed checks (10 inconclusive)

Check name Status Explanation Resolution
Stable And Deterministic Test Names ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Test Structure And Quality ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Microshift Test Compatibility ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Single Node Openshift (Sno) Test Compatibility ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Topology-Aware Scheduling Compatibility ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Ote Binary Stdout Contract ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Ipv6 And Disconnected Network Test Compatibility ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
No-Weak-Crypto ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Container-Privileges ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
No-Sensitive-Data-In-Logs ❓ Inconclusive Repository clone failed, so this custom check could not run with code access. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: adding the full StackRox OCP E2E suite for AWS dual-stack IPv6-primary networking.
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.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

Review ran into problems

🔥 Problems

Git: Failed to clone repository. Please run the @coderabbitai full review command to re-trigger a full review. If the issue persists, set path_filters to include or exclude specific files.


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.

❤️ Share

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

@openshift-ci

openshift-ci Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

[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

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 Aug 7, 2026
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@davdhacs

davdhacs commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-master-ocp-aws-dual-ipv6-qa-e2e-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@davdhacs

davdhacs commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-master-ocp-aws-dual-ipv6-nongroovy-e2e-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@davdhacs

davdhacs commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-master-ocp-aws-dual-ipv6-operator-e2e-tests

@davdhacs

davdhacs commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-master-ocp-aws-dual-ipv6-compliance-e2e-tests

@davdhacs

davdhacs commented Aug 7, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-master-ocp-aws-dual-ipv6-scanner-v4-install-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

2 similar comments
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@davdhacs: 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

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

davdhacs and others added 2 commits August 8, 2026 07:14
Use the stackrox branch with the prefetcher metrics LoadBalancer
fix so rehearsals can test IPv6-primary without the CLB timeout.

Switch back to master before merging.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Point the ocp-aws-dual-ipv6 config to the stackrox branch that has
the prefetcher LoadBalancer fix. Branch-specific presubmits file.

Switch back to master before merging.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In
`@ci-operator/config/stackrox/stackrox/stackrox-stackrox-fix-ipv6-prefetcher__ocp-aws-dual-ipv6.yaml`:
- Line 73: Change the stackrox-stackrox-fix-ipv6-prefetcher test branch from
fix-ipv6-prefetcher back to master in zz_generated_metadata.branch, then run
make update and verify the generated CI metadata and Prow jobs consistently
reference master.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

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

Review profile: CHILL

Plan: Pro Plus

Run ID: a8d7c27e-aed7-46ec-affb-f75d775a0c7b

📥 Commits

Reviewing files that changed from the base of the PR and between 90479d0 and fc755f8.

⛔ Files ignored due to path filters (1)
  • ci-operator/jobs/stackrox/stackrox/stackrox-stackrox-fix-ipv6-prefetcher-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (1)
  • ci-operator/config/stackrox/stackrox/stackrox-stackrox-fix-ipv6-prefetcher__ocp-aws-dual-ipv6.yaml

TEST_SUITE: ocp-scanner-v4-install-tests
workflow: stackrox-automation-flavors-ocp-4-e2e
zz_generated_metadata:
branch: fix-ipv6-prefetcher

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎯 Functional Correctness | 🟠 Major | ⚡ Quick win

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
set -euo pipefail

file="ci-operator/config/stackrox/stackrox/stackrox-stackrox-fix-ipv6-prefetcher__ocp-aws-dual-ipv6.yaml"

echo "== file exists =="
git ls-files --error-unmatch "$file" || true

echo "== relevant lines =="
cat -n "$file" | sed -n '1,140p'

echo "== nearby branch occurrences =="
rg -n "fix-ipv6-prefetcher|zz_generated_metadata|cluster-profile|job|branch:" "$file" || true

echo "== git diff status for file =="
git diff -- "$file" | sed -n '1,220p'

Repository: openshift/release

Length of output: 2954


Switch the test branch back to master before merge.

fix-ipv6-prefetcher is a temporary branch for rehearsal. If this value remains, the merged CI configuration will continue testing that branch instead of StackRox master.

After changing zz_generated_metadata.branch, run make update and verify generated CI metadata and Prow jobs are consistent.

Proposed change
-  branch: fix-ipv6-prefetcher
+  branch: master
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
branch: fix-ipv6-prefetcher
branch: master
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In
`@ci-operator/config/stackrox/stackrox/stackrox-stackrox-fix-ipv6-prefetcher__ocp-aws-dual-ipv6.yaml`
at line 73, Change the stackrox-stackrox-fix-ipv6-prefetcher test branch from
fix-ipv6-prefetcher back to master in zz_generated_metadata.branch, then run
make update and verify the generated CI metadata and Prow jobs consistently
reference master.

Sources: Coding guidelines, Learnings

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@davdhacs

davdhacs commented Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-prefetcher-ocp-aws-dual-ipv6-qa-e2e-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@davdhacs

davdhacs commented Aug 8, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-prefetcher-ocp-aws-dual-ipv6-qa-e2e-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

Add OCP 5.0 dual-stack and IPv6-primary e2e tests pointing to the
fix-ipv6-prefetcher branch to validate NLB ingress + prefetcher
fixes on both 4.22 and 5.0.

Generated with AI assistance.
Jobs must be sorted by name for the generated-config check to pass.
Move ocp-5-0-aws-dualstack jobs before ocp-aws-dual-ipv6 jobs.

Generated with AI assistance.
@davdhacs

davdhacs commented Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

/test ocp-aws-dual-ipv6-qa-e2e-tests

@openshift-ci

openshift-ci Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

@davdhacs: The specified target(s) for /test were not found.
The following commands are available to trigger required jobs:

/test boskos-config
/test boskos-config-generation
/test check-gh-automation
/test check-gh-automation-tide
/test check-trigger-trusted-apps
/test ci-operator-config
/test ci-operator-config-metadata
/test ci-operator-registry
/test ci-secret-bootstrap-config-validation
/test ci-testgrid-allow-list
/test cluster-manifest-verifier
/test clusterimageset-validate
/test config
/test core-valid
/test generated-config
/test generated-dashboards
/test hyperfleet-risk-scorer-test
/test image-mirroring-config-validation
/test jira-lifecycle-config
/test jira-solver-eval-images
/test jira-solver-eval-jira-solver-eval
/test labels
/test openshift-image-mirror-mappings
/test ordered-prow-config
/test owners
/test pr-reminder-config
/test prow-config
/test prow-config-filenames
/test prow-config-semantics
/test pylint
/test release-config
/test release-controller-config
/test rover-groups-config-validation
/test secret-generator-config-valid
/test services-valid
/test stackrox-stackrox-stackrox-stackrox-check
/test step-registry-metadata
/test step-registry-shellcheck
/test sync-rover-groups
/test verified-config
/test yamllint

The following commands are available to trigger optional jobs:

/test check-cluster-profiles-config

Use /test all to run the following jobs that were automatically triggered:

pull-ci-openshift-release-check-gh-automation
pull-ci-openshift-release-main-ci-operator-config
pull-ci-openshift-release-main-ci-operator-config-metadata
pull-ci-openshift-release-main-ci-operator-registry
pull-ci-openshift-release-main-config
pull-ci-openshift-release-main-core-valid
pull-ci-openshift-release-main-generated-config
pull-ci-openshift-release-main-ordered-prow-config
pull-ci-openshift-release-main-owners
pull-ci-openshift-release-main-prow-config-filenames
pull-ci-openshift-release-main-prow-config-semantics
pull-ci-openshift-release-main-release-controller-config
pull-ci-openshift-release-main-stackrox-stackrox-stackrox-stackrox-check
pull-ci-openshift-release-main-step-registry-metadata
pull-ci-openshift-release-main-step-registry-shellcheck
pull-ci-openshift-release-openshift-image-mirror-mappings
pull-ci-openshift-release-yamllint
Details

In response to this:

/test ocp-aws-dual-ipv6-qa-e2e-tests

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.

@davdhacs

davdhacs commented Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

/test ocp-5-0-aws-dualstack-dual-ipv6-primary-qa-e2e-tests

@openshift-ci

openshift-ci Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

@davdhacs: The specified target(s) for /test were not found.
The following commands are available to trigger required jobs:

/test boskos-config
/test boskos-config-generation
/test check-gh-automation
/test check-gh-automation-tide
/test check-trigger-trusted-apps
/test ci-operator-config
/test ci-operator-config-metadata
/test ci-operator-registry
/test ci-secret-bootstrap-config-validation
/test ci-testgrid-allow-list
/test cluster-manifest-verifier
/test clusterimageset-validate
/test config
/test core-valid
/test generated-config
/test generated-dashboards
/test hyperfleet-risk-scorer-test
/test image-mirroring-config-validation
/test jira-lifecycle-config
/test jira-solver-eval-images
/test jira-solver-eval-jira-solver-eval
/test labels
/test openshift-image-mirror-mappings
/test ordered-prow-config
/test owners
/test pr-reminder-config
/test prow-config
/test prow-config-filenames
/test prow-config-semantics
/test pylint
/test release-config
/test release-controller-config
/test rover-groups-config-validation
/test secret-generator-config-valid
/test services-valid
/test stackrox-stackrox-stackrox-stackrox-check
/test step-registry-metadata
/test step-registry-shellcheck
/test sync-rover-groups
/test verified-config
/test yamllint

The following commands are available to trigger optional jobs:

/test check-cluster-profiles-config

Use /test all to run the following jobs that were automatically triggered:

pull-ci-openshift-release-check-gh-automation
pull-ci-openshift-release-main-ci-operator-config
pull-ci-openshift-release-main-ci-operator-config-metadata
pull-ci-openshift-release-main-ci-operator-registry
pull-ci-openshift-release-main-config
pull-ci-openshift-release-main-core-valid
pull-ci-openshift-release-main-generated-config
pull-ci-openshift-release-main-ordered-prow-config
pull-ci-openshift-release-main-owners
pull-ci-openshift-release-main-prow-config-filenames
pull-ci-openshift-release-main-prow-config-semantics
pull-ci-openshift-release-main-release-controller-config
pull-ci-openshift-release-main-stackrox-stackrox-stackrox-stackrox-check
pull-ci-openshift-release-main-step-registry-metadata
pull-ci-openshift-release-main-step-registry-shellcheck
pull-ci-openshift-release-openshift-image-mirror-mappings
pull-ci-openshift-release-yamllint
Details

In response to this:

/test ocp-5-0-aws-dualstack-dual-ipv6-primary-qa-e2e-tests

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.

@davdhacs

davdhacs commented Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

/test ocp-5-0-aws-dualstack-dual-qa-e2e-tests

@openshift-ci

openshift-ci Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

@davdhacs: The specified target(s) for /test were not found.
The following commands are available to trigger required jobs:

/test boskos-config
/test boskos-config-generation
/test check-gh-automation
/test check-gh-automation-tide
/test check-trigger-trusted-apps
/test ci-operator-config
/test ci-operator-config-metadata
/test ci-operator-registry
/test ci-secret-bootstrap-config-validation
/test ci-testgrid-allow-list
/test cluster-manifest-verifier
/test clusterimageset-validate
/test config
/test core-valid
/test generated-config
/test generated-dashboards
/test hyperfleet-risk-scorer-test
/test image-mirroring-config-validation
/test jira-lifecycle-config
/test jira-solver-eval-images
/test jira-solver-eval-jira-solver-eval
/test labels
/test openshift-image-mirror-mappings
/test ordered-prow-config
/test owners
/test pr-reminder-config
/test prow-config
/test prow-config-filenames
/test prow-config-semantics
/test pylint
/test release-config
/test release-controller-config
/test rover-groups-config-validation
/test secret-generator-config-valid
/test services-valid
/test stackrox-stackrox-stackrox-stackrox-check
/test step-registry-metadata
/test step-registry-shellcheck
/test sync-rover-groups
/test verified-config
/test yamllint

The following commands are available to trigger optional jobs:

/test check-cluster-profiles-config

Use /test all to run the following jobs that were automatically triggered:

pull-ci-openshift-release-check-gh-automation
pull-ci-openshift-release-main-ci-operator-config
pull-ci-openshift-release-main-ci-operator-config-metadata
pull-ci-openshift-release-main-ci-operator-registry
pull-ci-openshift-release-main-config
pull-ci-openshift-release-main-core-valid
pull-ci-openshift-release-main-generated-config
pull-ci-openshift-release-main-ordered-prow-config
pull-ci-openshift-release-main-owners
pull-ci-openshift-release-main-prow-config-filenames
pull-ci-openshift-release-main-prow-config-semantics
pull-ci-openshift-release-main-release-controller-config
pull-ci-openshift-release-main-stackrox-stackrox-stackrox-stackrox-check
pull-ci-openshift-release-main-step-registry-metadata
pull-ci-openshift-release-main-step-registry-shellcheck
pull-ci-openshift-release-openshift-image-mirror-mappings
pull-ci-openshift-release-yamllint
Details

In response to this:

/test ocp-5-0-aws-dualstack-dual-qa-e2e-tests

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.

@davdhacs

davdhacs commented Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-prefetcher-ocp-aws-dual-ipv6-qa-e2e-tests pull-ci-stackrox-stackrox-fix-ipv6-prefetcher-ocp-5-0-aws-dualstack-dual-ipv6-primary-qa-e2e-tests pull-ci-stackrox-stackrox-fix-ipv6-prefetcher-ocp-5-0-aws-dualstack-dual-qa-e2e-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@davdhacs

davdhacs commented Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-prefetcher-ocp-aws-dual-ipv6-qa-e2e-tests pull-ci-stackrox-stackrox-fix-ipv6-prefetcher-ocp-5-0-aws-dualstack-dual-ipv6-primary-qa-e2e-tests pull-ci-stackrox-stackrox-fix-ipv6-prefetcher-ocp-5-0-aws-dualstack-dual-qa-e2e-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@davdhacs

davdhacs commented Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-prefetcher-ocp-aws-dual-ipv6-qa-e2e-tests pull-ci-stackrox-stackrox-fix-ipv6-prefetcher-ocp-5-0-aws-dualstack-dual-ipv6-primary-qa-e2e-tests pull-ci-stackrox-stackrox-fix-ipv6-prefetcher-ocp-5-0-aws-dualstack-dual-qa-e2e-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@davdhacs

davdhacs commented Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-prefetcher-ocp-aws-dual-ipv6-qa-e2e-tests pull-ci-stackrox-stackrox-fix-ipv6-prefetcher-ocp-5-0-aws-dualstack-dual-ipv6-primary-qa-e2e-tests pull-ci-stackrox-stackrox-fix-ipv6-prefetcher-ocp-5-0-aws-dualstack-dual-qa-e2e-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@davdhacs

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-prefetcher-ocp-aws-dual-ipv6-qa-e2e-tests pull-ci-stackrox-stackrox-fix-ipv6-prefetcher-ocp-5-0-aws-dualstack-dual-ipv6-primary-qa-e2e-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@davdhacs

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-prefetcher-ocp-aws-dual-ipv6-qa-e2e-tests pull-ci-stackrox-stackrox-fix-ipv6-prefetcher-ocp-5-0-aws-dualstack-dual-ipv6-primary-qa-e2e-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

Rename from fix-ipv6-prefetcher to fix-ipv6-deploy which is a clean
branch from current master with only the IPv6 fixes (3 files, ~22 lines).

Generated with AI assistance.
@openshift-ci

openshift-ci Bot commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

@davdhacs: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/rehearse/stackrox/stackrox/master/ocp-aws-dual-ipv6-scanner-v4-install-tests 6ec9be6 link unknown /pj-rehearse pull-ci-stackrox-stackrox-master-ocp-aws-dual-ipv6-scanner-v4-install-tests
ci/rehearse/stackrox/stackrox/master/ocp-aws-dual-ipv6-nongroovy-e2e-tests 6ec9be6 link unknown /pj-rehearse pull-ci-stackrox-stackrox-master-ocp-aws-dual-ipv6-nongroovy-e2e-tests
ci/rehearse/stackrox/stackrox/master/ocp-aws-dual-ipv6-qa-e2e-tests 6ec9be6 link unknown /pj-rehearse pull-ci-stackrox-stackrox-master-ocp-aws-dual-ipv6-qa-e2e-tests
ci/rehearse/stackrox/stackrox/master/ocp-aws-dual-ipv6-operator-e2e-tests 6ec9be6 link unknown /pj-rehearse pull-ci-stackrox-stackrox-master-ocp-aws-dual-ipv6-operator-e2e-tests
ci/rehearse/stackrox/stackrox/master/ocp-aws-dual-ipv6-compliance-e2e-tests 6ec9be6 link unknown /pj-rehearse pull-ci-stackrox-stackrox-master-ocp-aws-dual-ipv6-compliance-e2e-tests
ci/rehearse/stackrox/stackrox/fix-ipv6-prefetcher/ocp-5-0-aws-dualstack-dual-qa-e2e-tests eb6dcc5 link unknown /pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-prefetcher-ocp-5-0-aws-dualstack-dual-qa-e2e-tests

Full PR test history. Your PR dashboard.

Details

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. I understand the commands that are listed here.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@davdhacs: 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
pull-ci-stackrox-stackrox-fix-ipv6-deploy-ocp-5-0-aws-dualstack-dual-ipv6-primary-qa-e2e-tests stackrox/stackrox presubmit Presubmit changed
pull-ci-stackrox-stackrox-fix-ipv6-deploy-ocp-5-0-aws-dualstack-dual-qa-e2e-tests stackrox/stackrox presubmit Presubmit changed
pull-ci-stackrox-stackrox-fix-ipv6-deploy-ocp-aws-dual-ipv6-compliance-e2e-tests stackrox/stackrox presubmit Presubmit changed
pull-ci-stackrox-stackrox-fix-ipv6-deploy-ocp-aws-dual-ipv6-nongroovy-e2e-tests stackrox/stackrox presubmit Presubmit changed
pull-ci-stackrox-stackrox-fix-ipv6-deploy-ocp-aws-dual-ipv6-operator-e2e-tests stackrox/stackrox presubmit Presubmit changed
pull-ci-stackrox-stackrox-fix-ipv6-deploy-ocp-aws-dual-ipv6-qa-e2e-tests stackrox/stackrox presubmit Presubmit changed
pull-ci-stackrox-stackrox-fix-ipv6-deploy-ocp-aws-dual-ipv6-scanner-v4-install-tests stackrox/stackrox presubmit Presubmit changed
pull-ci-stackrox-stackrox-master-ocp-stable-scanner-v4-install-qa-e2e-tests stackrox/stackrox presubmit Registry content changed
pull-ci-stackrox-stackrox-master-ocp-stable-scanner-v4-install-scanner-v4-install-tests stackrox/stackrox presubmit Registry content changed
pull-ci-stackrox-stackrox-master-ocp-stable-scanner-v4-install-operator-e2e-tests stackrox/stackrox presubmit Registry content changed
pull-ci-stackrox-stackrox-master-ocp-stable-scanner-v4-install-ui-e2e-tests stackrox/stackrox presubmit Registry content changed
pull-ci-stackrox-stackrox-master-ocp-stable-scanner-v4-install-compliance-e2e-tests stackrox/stackrox presubmit Registry content changed
pull-ci-stackrox-stackrox-master-ocp-stable-scanner-v4-install-nongroovy-e2e-tests stackrox/stackrox presubmit Registry content changed
pull-ci-stackrox-stackrox-master-ocp-dev-preview-qa-e2e-tests stackrox/stackrox presubmit Registry content changed
pull-ci-stackrox-stackrox-master-ocp-dev-preview-scanner-v4-install-tests stackrox/stackrox presubmit Registry content changed
pull-ci-stackrox-stackrox-master-ocp-dev-preview-operator-e2e-tests stackrox/stackrox presubmit Registry content changed
pull-ci-stackrox-stackrox-master-ocp-dev-preview-ui-e2e-tests stackrox/stackrox presubmit Registry content changed
pull-ci-stackrox-stackrox-master-ocp-dev-preview-fips-qa-e2e-tests stackrox/stackrox presubmit Registry content changed
pull-ci-stackrox-stackrox-master-ocp-dev-preview-compliance-e2e-tests stackrox/stackrox presubmit Registry content changed
pull-ci-stackrox-stackrox-master-ocp-dev-preview-nongroovy-e2e-tests stackrox/stackrox presubmit Registry content changed
pull-ci-stackrox-stackrox-master-ocp-next-candidate-qa-e2e-tests stackrox/stackrox presubmit Registry content changed
pull-ci-stackrox-stackrox-master-ocp-next-candidate-scanner-v4-install-tests stackrox/stackrox presubmit Registry content changed
pull-ci-stackrox-stackrox-master-ocp-next-candidate-operator-e2e-tests stackrox/stackrox presubmit Registry content changed
pull-ci-stackrox-stackrox-master-ocp-next-candidate-ui-e2e-tests stackrox/stackrox presubmit Registry content changed
pull-ci-stackrox-stackrox-master-ocp-next-candidate-fips-qa-e2e-tests stackrox/stackrox presubmit Registry content changed

A total of 163 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-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.

@davdhacs

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-deploy-ocp-aws-dual-ipv6-qa-e2e-tests pull-ci-stackrox-stackrox-fix-ipv6-deploy-ocp-5-0-aws-dualstack-dual-ipv6-primary-qa-e2e-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@davdhacs: 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.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant