Skip to content

CNTRLPLANE-3853: Extract generic review-agent step registry from HyperShift#82096

Open
bryan-cox wants to merge 1 commit into
openshift:mainfrom
bryan-cox:CNTRLPLANE-3853
Open

CNTRLPLANE-3853: Extract generic review-agent step registry from HyperShift#82096
bryan-cox wants to merge 1 commit into
openshift:mainfrom
bryan-cox:CNTRLPLANE-3853

Conversation

@bryan-cox

@bryan-cox bryan-cox commented Jul 17, 2026

Copy link
Copy Markdown
Member

Summary

  • Extracts the hypershift/review-agent setup/process/report steps into a generic review-agent/ step registry that any OpenShift team can consume
  • Converts hypershift-review-agent workflow into a thin wrapper that sets two env vars (REVIEW_AGENT_FORK_REPO, REVIEW_AGENT_UPSTREAM_REPO) and delegates to the generic steps
  • Adds ONBOARDING.md with step-by-step instructions for new teams, including credential handling via thin ref YAML wrappers
  • Reuses jira-agent-github-app-auth pre step instead of duplicating token generation logic
  • Adds repo field to autodl telemetry schema for per-team filtering

Test plan

  • Verify hypershift-review-agent workflow still references the correct generic steps
  • Verify periodic-review-agent CI job triggers the refactored workflow
  • Confirm address-review-comments trigger job is untouched
  • Validate YAML syntax and step references resolve correctly
  • Rehearse periodic-review-agent job on this PR

CNTRLPLANE-3853

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Extracts HyperShift’s review-agent setup, processing, and reporting into reusable generic review-agent workflows and step references.
  • Updates HyperShift to act as a thin wrapper, supplying fork/upstream repositories while preserving Jira authentication and the address-review-comments trigger.
  • Generalizes repository cloning, GitHub App authentication, PR handling, report links, and telemetry, including the upstream repo field.
  • Adds onboarding documentation covering credentials, wrapper workflows, CI jobs, environment variables, and validation.
  • Removes obsolete HyperShift-specific setup/report references and updates ownership and metadata for the new shared step registry.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@bryan-cox, pj-rehearse: unable to determine affected jobs. This could be due to a branch that needs to be rebased. ERROR:

couldn't prepare candidate: couldn't checkout base SHA 6a1bc0aa43c841ee35694cf8c2a438f6f8eb8e04: error checking out "6a1bc0aa43c841ee35694cf8c2a438f6f8eb8e04": exit status 128 fatal: unable to read tree (6a1bc0aa43c841ee35694cf8c2a438f6f8eb8e04)

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.

@coderabbitai

coderabbitai Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

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: Enterprise

Run ID: cfbe45fc-cd26-4250-9602-1805abccff6e

📥 Commits

Reviewing files that changed from the base of the PR and between 1741e43 and c0c616f.

📒 Files selected for processing (21)
  • ci-operator/step-registry/hypershift/review-agent/README.md
  • ci-operator/step-registry/hypershift/review-agent/hypershift-review-agent-workflow.yaml
  • ci-operator/step-registry/hypershift/review-agent/report/hypershift-review-agent-report-ref.yaml
  • ci-operator/step-registry/hypershift/review-agent/setup/hypershift-review-agent-setup-ref.yaml
  • ci-operator/step-registry/review-agent/ONBOARDING.md
  • ci-operator/step-registry/review-agent/OWNERS
  • ci-operator/step-registry/review-agent/README.md
  • ci-operator/step-registry/review-agent/process/OWNERS
  • ci-operator/step-registry/review-agent/process/review-agent-process-commands.sh
  • ci-operator/step-registry/review-agent/process/review-agent-process-ref.metadata.json
  • ci-operator/step-registry/review-agent/process/review-agent-process-ref.yaml
  • ci-operator/step-registry/review-agent/report/OWNERS
  • ci-operator/step-registry/review-agent/report/review-agent-report-commands.sh
  • ci-operator/step-registry/review-agent/report/review-agent-report-ref.metadata.json
  • ci-operator/step-registry/review-agent/report/review-agent-report-ref.yaml
  • ci-operator/step-registry/review-agent/review-agent-workflow.metadata.json
  • ci-operator/step-registry/review-agent/review-agent-workflow.yaml
  • ci-operator/step-registry/review-agent/setup/OWNERS
  • ci-operator/step-registry/review-agent/setup/review-agent-setup-commands.sh
  • ci-operator/step-registry/review-agent/setup/review-agent-setup-ref.metadata.json
  • ci-operator/step-registry/review-agent/setup/review-agent-setup-ref.yaml
💤 Files with no reviewable changes (5)
  • ci-operator/step-registry/hypershift/review-agent/report/hypershift-review-agent-report-ref.yaml
  • ci-operator/step-registry/review-agent/process/OWNERS
  • ci-operator/step-registry/hypershift/review-agent/setup/hypershift-review-agent-setup-ref.yaml
  • ci-operator/step-registry/review-agent/OWNERS
  • ci-operator/step-registry/review-agent/report/OWNERS
🚧 Files skipped from review as they are similar to previous changes (11)
  • ci-operator/step-registry/review-agent/setup/review-agent-setup-commands.sh
  • ci-operator/step-registry/review-agent/report/review-agent-report-ref.yaml
  • ci-operator/step-registry/review-agent/setup/review-agent-setup-ref.yaml
  • ci-operator/step-registry/review-agent/setup/OWNERS
  • ci-operator/step-registry/review-agent/process/review-agent-process-ref.yaml
  • ci-operator/step-registry/review-agent/ONBOARDING.md
  • ci-operator/step-registry/review-agent/review-agent-workflow.yaml
  • ci-operator/step-registry/review-agent/report/review-agent-report-commands.sh
  • ci-operator/step-registry/review-agent/README.md
  • ci-operator/step-registry/hypershift/review-agent/hypershift-review-agent-workflow.yaml
  • ci-operator/step-registry/hypershift/review-agent/README.md

Walkthrough

The change introduces a reusable generic review-agent workflow with configurable repositories, setup/process/report steps, onboarding documentation, and updated ownership metadata. HyperShift now delegates to these generic steps through a wrapper workflow and supplies repository-specific configuration.

Changes

Generic Review Agent

Layer / File(s) Summary
Generic workflow and reporting contracts
ci-operator/step-registry/review-agent/...
Adds the generic setup, process, and report references, workflow definition, onboarding guide, report generation configuration, metadata, and ownership updates.
Repository-aware review processing
ci-operator/step-registry/review-agent/process/...
Generalizes cloning, authentication, GitHub operations, telemetry, prompts, work directories, and generated artifact links using fork and upstream repository variables.
HyperShift wrapper adoption
ci-operator/step-registry/hypershift/review-agent/...
Updates the HyperShift workflow and documentation to delegate to generic steps, configure repositories, and describe periodic and Gangway-triggered jobs.

Estimated code review effort: 3 (Moderate) | ~25 minutes

Sequence Diagram(s)

sequenceDiagram
  participant CIWorkflow
  participant ReviewAgentSetup
  participant ReviewAgentProcess
  participant GitHub
  participant ReviewAgentReport
  CIWorkflow->>ReviewAgentSetup: verify Claude Code CLI
  CIWorkflow->>ReviewAgentProcess: run repository-aware review
  ReviewAgentProcess->>GitHub: clone fork and query upstream pull request
  ReviewAgentProcess->>GitHub: address review comments and push changes
  CIWorkflow->>ReviewAgentReport: generate HTML report
  ReviewAgentReport->>GitHub: fetch pull request metadata
Loading

Suggested labels: lgtm

Suggested reviewers: celebdor, csrwng

🚥 Pre-merge checks | ✅ 14 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 50.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (14 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: extracting a generic review-agent step registry from HyperShift.
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.
Stable And Deterministic Test Names ✅ Passed No Ginkgo test titles were changed; the PR only touches step-registry YAML, scripts, README, and OWNERS files.
Test Structure And Quality ✅ Passed No Ginkgo test code was changed; the PR only touches step-registry YAML, scripts, and docs.
Microshift Test Compatibility ✅ Passed No new Ginkgo/e2e tests were added; the PR only changes ci-operator YAML, scripts, docs, and metadata.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No Ginkgo e2e tests were added; the diff only changes step-registry YAML/docs/scripts and contains no It/Describe/Context/When bodies.
Topology-Aware Scheduling Compatibility ✅ Passed Only CI step-registry workflow/ref/script files changed; no deployment manifests, controllers, or topology-sensitive scheduling constraints were introduced.
Ote Binary Stdout Contract ✅ Passed PR only changes ci-operator step-registry YAML/shell/docs; no Go/TestMain/RunSpecs or other OTE binary code was touched, so stdout contract risk is nil.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed No new Ginkgo/e2e tests were added; the diff only touches step-registry docs, YAML, and scripts, with no It/Describe/Context/When bodies.
No-Weak-Crypto ✅ Passed PR diff has no MD5/SHA1/DES/RC4/3DES/Blowfish/ECB, custom crypto, or secret/token comparisons; changes are workflow wiring/docs only.
Container-Privileges ✅ Passed The new review-agent and HyperShift wrapper files add only env vars and step refs; no privileged, hostPID/Network/IPC, SYS_ADMIN, or allowPrivilegeEscalation settings appear.
No-Sensitive-Data-In-Logs ✅ Passed No added logs print secrets/PII; tokens stay in auth flow/credential helper, and the only stdout is status plus repo/PR metadata.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@openshift-ci
openshift-ci Bot requested review from celebdor and csrwng July 17, 2026 17:45
@openshift-ci

openshift-ci Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: bryan-cox

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 Jul 17, 2026

@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/step-registry/review-agent/process/review-agent-process-commands.sh`:
- Around line 83-95: Update the missing-credentials branch in the review-agent
process command script to exit with a non-zero status after reporting
unavailable Vault secrets. Preserve the existing diagnostics and graceful
termination flow, but replace the successful exit so skipped review processing
marks the job as failed.
🪄 Autofix (Beta)

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: Enterprise

Run ID: d7b2571d-2f06-4705-a248-85b8e2d18434

📥 Commits

Reviewing files that changed from the base of the PR and between 2c555b3 and 9c26b72.

📒 Files selected for processing (21)
  • ci-operator/step-registry/hypershift/review-agent/README.md
  • ci-operator/step-registry/hypershift/review-agent/hypershift-review-agent-workflow.metadata.json
  • ci-operator/step-registry/hypershift/review-agent/hypershift-review-agent-workflow.yaml
  • ci-operator/step-registry/hypershift/review-agent/process/hypershift-review-agent-process-ref.metadata.json
  • ci-operator/step-registry/hypershift/review-agent/report/hypershift-review-agent-report-ref.metadata.json
  • ci-operator/step-registry/hypershift/review-agent/report/hypershift-review-agent-report-ref.yaml
  • ci-operator/step-registry/hypershift/review-agent/setup/hypershift-review-agent-setup-ref.metadata.json
  • ci-operator/step-registry/hypershift/review-agent/setup/hypershift-review-agent-setup-ref.yaml
  • ci-operator/step-registry/review-agent/ONBOARDING.md
  • ci-operator/step-registry/review-agent/OWNERS
  • ci-operator/step-registry/review-agent/README.md
  • ci-operator/step-registry/review-agent/process/OWNERS
  • ci-operator/step-registry/review-agent/process/review-agent-process-commands.sh
  • ci-operator/step-registry/review-agent/process/review-agent-process-ref.yaml
  • ci-operator/step-registry/review-agent/report/OWNERS
  • ci-operator/step-registry/review-agent/report/review-agent-report-commands.sh
  • ci-operator/step-registry/review-agent/report/review-agent-report-ref.yaml
  • ci-operator/step-registry/review-agent/review-agent-workflow.yaml
  • ci-operator/step-registry/review-agent/setup/OWNERS
  • ci-operator/step-registry/review-agent/setup/review-agent-setup-commands.sh
  • ci-operator/step-registry/review-agent/setup/review-agent-setup-ref.yaml
💤 Files with no reviewable changes (6)
  • ci-operator/step-registry/hypershift/review-agent/setup/hypershift-review-agent-setup-ref.yaml
  • ci-operator/step-registry/hypershift/review-agent/report/hypershift-review-agent-report-ref.yaml
  • ci-operator/step-registry/hypershift/review-agent/setup/hypershift-review-agent-setup-ref.metadata.json
  • ci-operator/step-registry/hypershift/review-agent/report/hypershift-review-agent-report-ref.metadata.json
  • ci-operator/step-registry/hypershift/review-agent/hypershift-review-agent-workflow.metadata.json
  • ci-operator/step-registry/hypershift/review-agent/process/hypershift-review-agent-process-ref.metadata.json

Comment thread ci-operator/step-registry/review-agent/process/review-agent-process-commands.sh Outdated
@bryan-cox bryan-cox changed the title Extract generic review-agent step registry from HyperShift CNTRLPLANE-3853: Extract generic review-agent step registry from HyperShift Jul 17, 2026
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jul 17, 2026
@openshift-ci-robot

openshift-ci-robot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

@bryan-cox: This pull request references CNTRLPLANE-3853 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set.

Details

In response to this:

Summary

  • Extracts the hypershift/review-agent setup/process/report steps into a generic review-agent/ step registry that any OpenShift team can consume
  • Converts hypershift-review-agent workflow into a thin wrapper that sets two env vars (REVIEW_AGENT_FORK_REPO, REVIEW_AGENT_UPSTREAM_REPO) and delegates to the generic steps
  • Adds ONBOARDING.md with step-by-step instructions for new teams, including credential handling via thin ref YAML wrappers
  • Reuses jira-agent-github-app-auth pre step instead of duplicating token generation logic
  • Adds repo field to autodl telemetry schema for per-team filtering

Test plan

  • Verify hypershift-review-agent workflow still references the correct generic steps
  • Verify periodic-review-agent CI job triggers the refactored workflow
  • Confirm address-review-comments trigger job is untouched
  • Validate YAML syntax and step references resolve correctly
  • Rehearse periodic-review-agent job on this PR

CNTRLPLANE-3853

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Introduces a reusable, generic review-agent step registry in ci-operator/step-registry/review-agent (setup, process, report) so OpenShift teams can build thin wrapper workflows around shared logic.
  • Refactors ci-operator/step-registry/hypershift/review-agent/hypershift-review-agent-workflow.yaml into a wrapper that delegates to the generic step refs by chaining jira-agent-github-app-auth + review-agent-setup (pre), review-agent-process (test), and review-agent-report (post), while parameterizing fork/upstream via REVIEW_AGENT_FORK_REPO / REVIEW_AGENT_UPSTREAM_REPO.
  • Generalizes repo operations for cloning/pushing and PR lookup so the process/report steps work with arbitrary fork+upstream values; report generation now derives PR links/titles from REVIEW_AGENT_UPSTREAM_REPO and fails early if it’s unset.
  • Updates autodl telemetry to include the repo field (derived from REVIEW_AGENT_UPSTREAM_REPO) and adjusts associated report/link paths to match the generic step layout.
  • Adds onboarding documentation at ci-operator/step-registry/review-agent/ONBOARDING.md describing wrapper workflow creation, required Vault/GitHub App/credential handling via thin ref YAML wrappers, periodic vs presubmit triggering patterns, and guidance for validating generated Prow configuration.
  • Preserves the existing HyperShift address-review-comments trigger job behavior, including periodic execution being triggered through the Gangway-based periodic job wiring (rather than running inline).
  • Removes HyperShift-only step refs/command bindings that were superseded by the generic registry, and updates relevant step/metadata/OWNERS entries (including reviewer lists).

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 openshift-eng/jira-lifecycle-plugin repository.

1 similar comment
@openshift-ci-robot

openshift-ci-robot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

@bryan-cox: This pull request references CNTRLPLANE-3853 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set.

Details

In response to this:

Summary

  • Extracts the hypershift/review-agent setup/process/report steps into a generic review-agent/ step registry that any OpenShift team can consume
  • Converts hypershift-review-agent workflow into a thin wrapper that sets two env vars (REVIEW_AGENT_FORK_REPO, REVIEW_AGENT_UPSTREAM_REPO) and delegates to the generic steps
  • Adds ONBOARDING.md with step-by-step instructions for new teams, including credential handling via thin ref YAML wrappers
  • Reuses jira-agent-github-app-auth pre step instead of duplicating token generation logic
  • Adds repo field to autodl telemetry schema for per-team filtering

Test plan

  • Verify hypershift-review-agent workflow still references the correct generic steps
  • Verify periodic-review-agent CI job triggers the refactored workflow
  • Confirm address-review-comments trigger job is untouched
  • Validate YAML syntax and step references resolve correctly
  • Rehearse periodic-review-agent job on this PR

CNTRLPLANE-3853

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Introduces a reusable, generic review-agent step registry in ci-operator/step-registry/review-agent (setup, process, report) so OpenShift teams can build thin wrapper workflows around shared logic.
  • Refactors ci-operator/step-registry/hypershift/review-agent/hypershift-review-agent-workflow.yaml into a wrapper that delegates to the generic step refs by chaining jira-agent-github-app-auth + review-agent-setup (pre), review-agent-process (test), and review-agent-report (post), while parameterizing fork/upstream via REVIEW_AGENT_FORK_REPO / REVIEW_AGENT_UPSTREAM_REPO.
  • Generalizes repo operations for cloning/pushing and PR lookup so the process/report steps work with arbitrary fork+upstream values; report generation now derives PR links/titles from REVIEW_AGENT_UPSTREAM_REPO and fails early if it’s unset.
  • Updates autodl telemetry to include the repo field (derived from REVIEW_AGENT_UPSTREAM_REPO) and adjusts associated report/link paths to match the generic step layout.
  • Adds onboarding documentation at ci-operator/step-registry/review-agent/ONBOARDING.md describing wrapper workflow creation, required Vault/GitHub App/credential handling via thin ref YAML wrappers, periodic vs presubmit triggering patterns, and guidance for validating generated Prow configuration.
  • Preserves the existing HyperShift address-review-comments trigger job behavior, including periodic execution being triggered through the Gangway-based periodic job wiring (rather than running inline).
  • Removes HyperShift-only step refs/command bindings that were superseded by the generic registry, and updates relevant step/metadata/OWNERS entries (including reviewer lists).

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 openshift-eng/jira-lifecycle-plugin repository.

Extract the hypershift/review-agent setup/process/report steps into a
generic review-agent/ step registry that any OpenShift team can consume
by creating a thin wrapper workflow with two env vars.

CNTRLPLANE-3853

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@bryan-cox: 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
periodic-ci-openshift-hypershift-main-periodic-review-agent N/A periodic Registry content changed
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.

1 similar comment
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@bryan-cox: 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
periodic-ci-openshift-hypershift-main-periodic-review-agent N/A periodic Registry content changed
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.

@bryan-cox

Copy link
Copy Markdown
Member Author

/pj-rehearse periodic-ci-openshift-hypershift-main-periodic-review-agent

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@bryan-cox: your /pj-rehearse request was not processed because the request waited in queue for longer than 5 minutes. Please retry in a few minutes.

@bryan-cox

Copy link
Copy Markdown
Member Author

/pj-rehearse periodic-ci-openshift-hypershift-main-periodic-review-agent

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@openshift-ci

openshift-ci Bot commented Jul 17, 2026

Copy link
Copy Markdown
Contributor

@bryan-cox: The following test 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/periodic-ci-openshift-hypershift-main-periodic-review-agent c0c616f link unknown /pj-rehearse periodic-ci-openshift-hypershift-main-periodic-review-agent

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.

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. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants