Skip to content

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

Open
davdhacs wants to merge 1 commit 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 1 commit 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.

@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

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 added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Aug 7, 2026
@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.

@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

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

@davdhacs

davdhacs commented Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

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

@davdhacs

davdhacs commented Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

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

@davdhacs

davdhacs commented Aug 9, 2026

Copy link
Copy Markdown
Contributor Author

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

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

@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-deploy-eks-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

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-deploy-eks-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

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-deploy-eks-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

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-deploy-eks-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

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-deploy-eks-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

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-deploy-eks-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

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-deploy-eks-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

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-deploy-eks-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

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-deploy-eks-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

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-deploy-eks-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

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-deploy-eks-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

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-deploy-eks-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

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-deploy-eks-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.

@openshift-ci

openshift-ci Bot commented Aug 14, 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
ci/rehearse/stackrox/stackrox/fix-ipv6-deploy/ocp-5-0-aws-dualstack-dual-ipv6-primary-qa-e2e-tests 3eeb8f5 link unknown /pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-deploy-ocp-5-0-aws-dualstack-dual-ipv6-primary-qa-e2e-tests
ci/rehearse/stackrox/stackrox/fix-ipv6-deploy/ocp-aws-dual-ipv6-qa-e2e-tests 3eeb8f5 link unknown /pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-deploy-ocp-aws-dual-ipv6-qa-e2e-tests
ci/prow/check-cluster-profiles-config 30cfa30 link false /test check-cluster-profiles-config
ci/prow/sync-rover-groups 30cfa30 link true /test sync-rover-groups
ci/prow/generated-dashboards 30cfa30 link true /test generated-dashboards
ci/prow/secret-generator-config-valid 30cfa30 link true /test secret-generator-config-valid
ci/prow/cluster-manifest-verifier 30cfa30 link true /test cluster-manifest-verifier
ci/prow/boskos-config-generation 30cfa30 link true /test boskos-config-generation
ci/prow/release-config 30cfa30 link true /test release-config
ci/prow/check-gh-automation-tide 30cfa30 link true /test check-gh-automation-tide
ci/prow/boskos-config 30cfa30 link true /test boskos-config
ci/prow/ci-testgrid-allow-list 30cfa30 link true /test ci-testgrid-allow-list
ci/prow/ci-secret-bootstrap-config-validation 30cfa30 link true /test ci-secret-bootstrap-config-validation
ci/prow/prow-config 30cfa30 link true /test prow-config
ci/prow/check-trigger-trusted-apps 30cfa30 link true /test check-trigger-trusted-apps
ci/rehearse/stackrox/stackrox/fix-ipv6-deploy/eks-ipv6-qa-e2e-tests 10a346e link unknown /pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-deploy-eks-ipv6-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.

@davdhacs

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-stackrox-stackrox-fix-ipv6-deploy-eks-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.

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