Skip to content

ARO-HCP: add optional in-place upgrade E2E workflow - #80778

Merged
openshift-merge-bot[bot] merged 19 commits into
openshift:mainfrom
patriksuba:aro-hcp/detect-node-rollout
Jul 30, 2026
Merged

ARO-HCP: add optional in-place upgrade E2E workflow#80778
openshift-merge-bot[bot] merged 19 commits into
openshift:mainfrom
patriksuba:aro-hcp/detect-node-rollout

Conversation

@patriksuba

@patriksuba patriksuba commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

ARO-27647

What

Adds an optional, manual-only presubmit and step-registry workflow for in-place regional infrastructure upgrade E2E on ARO-HCP (svc + mgmt components, including Hypershift — not Hypershift-only).

Job: e2e-parallel-inplace-upgrade → workflow aro-hcp-local-e2e-upgrade

  • optional: true
  • run_if_changed: ^$ (manual /test e2e-parallel-inplace-upgrade only)
  • Scoped to ARO HCP E2E Hosted Clusters (EA Subscription),ARO HCP E2E Hosted Clusters 2 (EA Subscription),ARO HCP E2E Hosted Clusters - Dev - 02,ARO HCP E2E Hosted Clusters - Dev - 03 / westus3 / ci01
  • Default Prow timeout (no explicit override)

Workflow phases

pre:  lease-acquire → write-config → provision-from-main
test: test-local-upgrade
post: gather* → deprovision → lease-release
Phase Behavior
Baseline provision aro-hcp-provision-from-main checks out main, resolves ACR images from images-push (commit SHA tags), provisions regional infra
In-place upgrade aro-hcp-test-local-upgrade (PR head via clonerefs) builds OVERRIDE_CONFIG_FILE from PR pipeline images + Hypershift digests from PR config/config.yaml, exports UPGRADE_SPEC_COUNT, runs hardcoded upgrade/in-place
Post-upgrade e2e aro-hcp-test-local runs the regular local suite against the upgraded environment

Step-registry pieces

  • aro-hcp-local-e2e-upgrade — workflow above
  • aro-hcp-test-local-upgrade — PR image override + upgrade/in-place suite (suite drives pipeline/RP.*; CI does not re-fetch kubeconfigs for make targets beyond harness setup)
  • Reuses existing aro-hcp-provision-from-main (shared with upgrade-e2e)
  • Gather accepts either provision-complete or provision-from-main-complete

Removed earlier draft approach: dedicated aro-hcp-git-checkout* steps and PROVISION_GIT_REF checkout/skip-override on write-config / provision-environment. Baseline is now the shared from-main path; PR head is the default clone for the test steps.

Why

We need CI that validates in-place upgrade of a main baseline to PR images, then confirms the upgraded stack still passes regular local e2e — not only greenfield provision on a single ref.

  • Provision from main ACR images gives a stable regional baseline
  • PR pipeline + Hypershift config overrides supply the digests under test
  • upgrade/in-place keeps create → upgrade → validation (e.g. node pool / rollout expectations) in one suite so cluster state stays in-process
  • Regular test-local afterward catches regressions that only show up after upgrade

Distinct from upgrade-e2e-parallel / aro-hcp-upgrade-e2e, which re-enters entrypoint/Region with PR images (ARO_HCP_PROVISION_ABORT_IF_EXISTS=false). This job upgrades via the e2e suite’s pipeline targets on an already-provisioned region.

Companion work

Job stays optional until companion work in Azure/ARO-HCP is solid (e.g. upgrade/in-place suite). Dedicated upgrade Boskos slot / subscription leasing remains deferred.

Test plan

  • /test e2e-parallel-inplace-upgrade on an ARO-HCP PR that exercises the suite
  • Confirm baseline comes from provision-from-main (main + ACR), not PR pipeline digests
  • Confirm upgrade step builds full PR override and runs upgrade/in-place
  • Confirm test-local runs after upgrade and both junit artifacts appear under their steps
  • Confirm gather skips failure path when provision-from-main-complete is present

@openshift-ci openshift-ci Bot added the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jun 19, 2026
@openshift-ci

openshift-ci Bot commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all

@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 19, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@patriksuba, 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 rebase candidate onto d9ca5e5c407a194f6fd1326e75b35a81342eed96 due to conflicts
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 Jun 19, 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
🚥 Pre-merge checks | ✅ 2 | ❌ 10

❌ Failed checks (10 inconclusive)

Check name Status Explanation Resolution
Stable And Deterministic Test Names ❓ Inconclusive Custom check execution failed before a final verdict was produced. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Test Structure And Quality ❓ Inconclusive Custom check execution failed before a final verdict was produced. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Microshift Test Compatibility ❓ Inconclusive Custom check execution failed before a final verdict was produced. 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 Custom check execution failed before a final verdict was produced. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Topology-Aware Scheduling Compatibility ❓ Inconclusive Custom check execution failed before a final verdict was produced. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Ote Binary Stdout Contract ❓ Inconclusive Custom check execution failed before a final verdict was produced. 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 Custom check execution failed before a final verdict was produced. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
No-Weak-Crypto ❓ Inconclusive Custom check execution failed before a final verdict was produced. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
Container-Privileges ❓ Inconclusive Custom check execution failed before a final verdict was produced. 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 Custom check execution failed before a final verdict was produced. Retry the review run. If this persists, inspect pre-merge custom-check logs for infrastructure or agent runtime failures.
✅ Passed checks (2 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: adding an optional in-place upgrade E2E workflow for ARO-HCP.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

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

🧹 Nitpick comments (1)
ci-operator/step-registry/aro-hcp/upgrade/infra/aro-hcp-upgrade-infra-ref.yaml (1)

20-22: Consider aligning ARO_HCP_DEPLOY_ENV defaults across upgrade chain steps.

The upgrade-infra step defaults to ci00 while the post-upgrade step defaults to prow. Although the job-level env override (ARO_HCP_DEPLOY_ENV: ci01) prevents drift in the current e2e-parallel-hypershift-upgrade job, inconsistent step-level defaults could cause silent environment selection issues if the workflow is reused in other contexts without explicit env overrides.

🤖 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/step-registry/aro-hcp/upgrade/infra/aro-hcp-upgrade-infra-ref.yaml`
around lines 20 - 22, The ARO_HCP_DEPLOY_ENV variable in the
aro-hcp-upgrade-infra step defaults to "ci00" while the post-upgrade step
defaults to "prow", creating inconsistency that could cause silent environment
selection issues if the upgrade chain is reused without explicit environment
overrides. Align the default value of ARO_HCP_DEPLOY_ENV in the upgrade-infra
step to match the default used in the post-upgrade step to ensure consistent
behavior across all upgrade chain steps regardless of job context.
🤖 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/aro-hcp/git/checkout-head/aro-hcp-git-checkout-head-commands.sh`:
- Around line 13-14: The git fetch commands on lines 13-14 fail hard when the
ref is a commit SHA (from PULL_PULL_SHA in presubmits) because git cannot fetch
raw commit SHAs directly. Since the commit is already available locally after
clonerefs clones the PR, change both git fetch commands to soft-fail by
appending || true to each command, and add a verification step after the fetches
to check if the ref exists locally (using git rev-parse --verify "${ref}")
before attempting the git checkout to ensure the ref is available.

In
`@ci-operator/step-registry/aro-hcp/git/checkout/aro-hcp-git-checkout-commands.sh`:
- Around line 12-14: The git fetch command on line 12 fails hard when the remote
does not support SHA-based fetches, causing the entire script to exit due to set
-o errexit before the git checkout command can attempt to resolve a valid local
commit. Make both fetch attempts best-effort by ensuring they do not cause
script failure (using || true pattern), then add an explicit verification step
that validates the ref is locally resolvable before attempting the git checkout
on line 14. Apply the same pattern fix to aro-hcp-git-checkout-head-commands.sh
which has the identical issue.

In
`@ci-operator/step-registry/aro-hcp/test/local-post-upgrade/aro-hcp-test-local-post-upgrade-ref.yaml`:
- Around line 30-32: The ARO_HCP_DEPLOY_ENV parameter in the post-upgrade step
defaults to "prow" but should be aligned with the pre-upgrade step which
defaults to "ci00". Change the default value of the ARO_HCP_DEPLOY_ENV variable
from "prow" to "ci00" to ensure consistency between the pre-upgrade and
post-upgrade workflow steps and prevent configuration mismatches when this step
is reused in other workflows.

In
`@ci-operator/step-registry/aro-hcp/test/local-pre-upgrade/aro-hcp-test-local-pre-upgrade-commands.sh`:
- Around line 53-54: The fallback value for the junit_shared_name variable on
line 53 uses the same default name as the post-upgrade step's fallback, which
causes artifact collision when E2E_JUNIT_SHARED_NAME is not explicitly set.
Change the default fallback from "junit-e2e-suite.xml.gz" to a
pre-upgrade-specific name (for example, by adding "pre-upgrade" to the filename)
so that the pre-upgrade and post-upgrade steps each write to distinct artifact
files and prevent the post-upgrade from overwriting the pre-upgrade output.

---

Nitpick comments:
In
`@ci-operator/step-registry/aro-hcp/upgrade/infra/aro-hcp-upgrade-infra-ref.yaml`:
- Around line 20-22: The ARO_HCP_DEPLOY_ENV variable in the
aro-hcp-upgrade-infra step defaults to "ci00" while the post-upgrade step
defaults to "prow", creating inconsistency that could cause silent environment
selection issues if the upgrade chain is reused without explicit environment
overrides. Align the default value of ARO_HCP_DEPLOY_ENV in the upgrade-infra
step to match the default used in the post-upgrade step to ensure consistent
behavior across all upgrade chain steps regardless of job context.
🪄 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: 355acf0a-a1bf-4e36-a534-176f3d584248

📥 Commits

Reviewing files that changed from the base of the PR and between d9ca5e5 and 3b0a609.

⛔ Files ignored due to path filters (1)
  • ci-operator/jobs/Azure/ARO-HCP/Azure-ARO-HCP-main-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (26)
  • ci-operator/config/Azure/ARO-HCP/Azure-ARO-HCP-main.yaml
  • ci-operator/step-registry/aro-hcp/git/checkout-head/OWNERS
  • ci-operator/step-registry/aro-hcp/git/checkout-head/aro-hcp-git-checkout-head-commands.sh
  • ci-operator/step-registry/aro-hcp/git/checkout-head/aro-hcp-git-checkout-head-ref.metadata.json
  • ci-operator/step-registry/aro-hcp/git/checkout-head/aro-hcp-git-checkout-head-ref.yaml
  • ci-operator/step-registry/aro-hcp/git/checkout/OWNERS
  • ci-operator/step-registry/aro-hcp/git/checkout/aro-hcp-git-checkout-commands.sh
  • ci-operator/step-registry/aro-hcp/git/checkout/aro-hcp-git-checkout-ref.metadata.json
  • ci-operator/step-registry/aro-hcp/git/checkout/aro-hcp-git-checkout-ref.yaml
  • ci-operator/step-registry/aro-hcp/local-e2e-upgrade/OWNERS
  • ci-operator/step-registry/aro-hcp/local-e2e-upgrade/aro-hcp-local-e2e-upgrade-workflow.metadata.json
  • ci-operator/step-registry/aro-hcp/local-e2e-upgrade/aro-hcp-local-e2e-upgrade-workflow.yaml
  • ci-operator/step-registry/aro-hcp/test/local-post-upgrade/OWNERS
  • ci-operator/step-registry/aro-hcp/test/local-post-upgrade/aro-hcp-test-local-post-upgrade-commands.sh
  • ci-operator/step-registry/aro-hcp/test/local-post-upgrade/aro-hcp-test-local-post-upgrade-ref.metadata.json
  • ci-operator/step-registry/aro-hcp/test/local-post-upgrade/aro-hcp-test-local-post-upgrade-ref.yaml
  • ci-operator/step-registry/aro-hcp/test/local-pre-upgrade/OWNERS
  • ci-operator/step-registry/aro-hcp/test/local-pre-upgrade/aro-hcp-test-local-pre-upgrade-commands.sh
  • ci-operator/step-registry/aro-hcp/test/local-pre-upgrade/aro-hcp-test-local-pre-upgrade-ref.metadata.json
  • ci-operator/step-registry/aro-hcp/test/local-pre-upgrade/aro-hcp-test-local-pre-upgrade-ref.yaml
  • ci-operator/step-registry/aro-hcp/upgrade/infra/OWNERS
  • ci-operator/step-registry/aro-hcp/upgrade/infra/aro-hcp-upgrade-infra-commands.sh
  • ci-operator/step-registry/aro-hcp/upgrade/infra/aro-hcp-upgrade-infra-ref.metadata.json
  • ci-operator/step-registry/aro-hcp/upgrade/infra/aro-hcp-upgrade-infra-ref.yaml
  • core-services/prow/02_config/_boskos.yaml
  • core-services/prow/02_config/generate-boskos.py

Comment thread ci-operator/step-registry/aro-hcp/git/checkout/aro-hcp-git-checkout-commands.sh Outdated
@patriksuba
patriksuba force-pushed the aro-hcp/detect-node-rollout branch from 3b0a609 to 86d532f Compare June 19, 2026 11:02
@openshift-ci openshift-ci Bot added needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. and removed needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. labels Jun 19, 2026
@openshift-ci openshift-ci Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Jun 26, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@patriksuba, 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 rebase candidate onto fe1ccd3ca8212a4709f52480eb41470bcc174b0a due to conflicts
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 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.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
ci-operator/step-registry/aro-hcp/test/local-upgrade/aro-hcp-test-local-upgrade-commands.sh (1)

44-55: 🎯 Functional Correctness | 🔴 Critical

Remove sensitive data logging on line 53.

The cat "${OVERRIDE_CONFIG_FILE}" command on line 53 logs the entire override configuration file contents to CI logs. Per the security best practices for step registry scripts, avoid printing passwords, tokens, cluster URLs, or kubeconfig contents. The override file likely contains sensitive hypershift configuration, subscription IDs, and cluster endpoints.

Replace the cat command with a summary log:

echo "Created upgrade override at: ${OVERRIDE_CONFIG_FILE}"

Remove the line logging file contents or limit it to file size/metadata if debugging is needed, ensuring sensitive data is never exposed.

🤖 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/step-registry/aro-hcp/test/local-upgrade/aro-hcp-test-local-upgrade-commands.sh`
around lines 44 - 55, The upgrade helper script is printing the full override
file contents via the `cat "${OVERRIDE_CONFIG_FILE}"` command, which can expose
sensitive hypershift/config data in CI logs. Remove that content dump from
`aro-hcp-test-local-upgrade-commands.sh` and keep only the existing summary
message around `OVERRIDE_CONFIG_FILE`; if debugging is needed, log only
non-sensitive metadata and avoid printing file contents.
🤖 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.

Outside diff comments:
In
`@ci-operator/step-registry/aro-hcp/test/local-upgrade/aro-hcp-test-local-upgrade-commands.sh`:
- Around line 44-55: The upgrade helper script is printing the full override
file contents via the `cat "${OVERRIDE_CONFIG_FILE}"` command, which can expose
sensitive hypershift/config data in CI logs. Remove that content dump from
`aro-hcp-test-local-upgrade-commands.sh` and keep only the existing summary
message around `OVERRIDE_CONFIG_FILE`; if debugging is needed, log only
non-sensitive metadata and avoid printing file contents.

ℹ️ Review info
⚙️ Run configuration

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

Review profile: CHILL

Plan: Enterprise

Run ID: 2a31c93b-5048-4f72-8686-f6338e323201

📥 Commits

Reviewing files that changed from the base of the PR and between 86d532f and f6b56da.

📒 Files selected for processing (7)
  • ci-operator/step-registry/aro-hcp/git/checkout-head/aro-hcp-git-checkout-head-commands.sh
  • ci-operator/step-registry/aro-hcp/git/checkout/aro-hcp-git-checkout-commands.sh
  • ci-operator/step-registry/aro-hcp/local-e2e-upgrade/aro-hcp-local-e2e-upgrade-workflow.yaml
  • ci-operator/step-registry/aro-hcp/test/local-upgrade/OWNERS
  • ci-operator/step-registry/aro-hcp/test/local-upgrade/aro-hcp-test-local-upgrade-commands.sh
  • ci-operator/step-registry/aro-hcp/test/local-upgrade/aro-hcp-test-local-upgrade-ref.metadata.json
  • ci-operator/step-registry/aro-hcp/test/local-upgrade/aro-hcp-test-local-upgrade-ref.yaml
💤 Files with no reviewable changes (1)
  • ci-operator/step-registry/aro-hcp/test/local-upgrade/OWNERS
🚧 Files skipped from review as they are similar to previous changes (2)
  • ci-operator/step-registry/aro-hcp/git/checkout-head/aro-hcp-git-checkout-head-commands.sh
  • ci-operator/step-registry/aro-hcp/git/checkout/aro-hcp-git-checkout-commands.sh

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@patriksuba, 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 rebase candidate onto fe1ccd3ca8212a4709f52480eb41470bcc174b0a due to conflicts
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.

@patriksuba
patriksuba force-pushed the aro-hcp/detect-node-rollout branch from d6d5bc4 to 1d03ed5 Compare July 2, 2026 12:21
@patriksuba
patriksuba marked this pull request as ready for review July 2, 2026 12:22
@openshift-ci openshift-ci Bot removed the do-not-merge/work-in-progress Indicates that a PR should not merge because it is a work in progress. label Jul 2, 2026
@openshift-ci
openshift-ci Bot requested review from deads2k and geoberle July 2, 2026 12:24
@patriksuba

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-Azure-ARO-HCP-main-e2e-parallel-hypershift-upgrade

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@patriksuba

Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@openshift-merge-bot openshift-merge-bot Bot added rehearsals-ack Signifies that rehearsal jobs have been acknowledged and removed rehearsals-ack Signifies that rehearsal jobs have been acknowledged labels Jul 3, 2026
@patriksuba

Copy link
Copy Markdown
Contributor Author

/test ci-operator-config-metadata

@patriksuba

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-Azure-ARO-HCP-main-e2e-parallel-hypershift-upgrade

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@patriksuba

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-Azure-ARO-HCP-main-e2e-parallel-hypershift-upgrade

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@patriksuba: pj-rehearse could not automatically process this event because the request waited in queue for longer than 5 minutes. Use /pj-rehearse to trigger rehearsals manually.

@patriksuba

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-Azure-ARO-HCP-main-e2e-parallel-inplace-upgrade

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@patriksuba

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-Azure-ARO-HCP-main-e2e-parallel-hypershift-upgrade

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@patriksuba: job(s): pull-ci-Azure-ARO-HCP-main-e2e-parallel-hypershift-upgrade either don't exist or were not found to be affected, and cannot be rehearsed

@patriksuba

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-Azure-ARO-HCP-main-e2e-parallel-inplace-upgrade

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@patriksuba: 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 30, 2026

Copy link
Copy Markdown
Contributor

@patriksuba: 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/Azure/ARO-HCP/main/e2e-parallel-hypershift-upgrade d990da1 link unknown /pj-rehearse pull-ci-Azure-ARO-HCP-main-e2e-parallel-hypershift-upgrade

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.

@patriksuba

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-Azure-ARO-HCP-main-e2e-parallel-inplace-upgrade

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@patriksuba

Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jul 30, 2026
@patriksuba
patriksuba force-pushed the aro-hcp/detect-node-rollout branch from 14ecf0b to 8fe91a8 Compare July 30, 2026 13:18
@openshift-merge-bot openshift-merge-bot Bot removed the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jul 30, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@patriksuba: 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-Azure-ARO-HCP-main-e2e-parallel-inplace-upgrade Azure/ARO-HCP presubmit Presubmit changed
pull-ci-Azure-ARO-HCP-main-capz-e2e-dev Azure/ARO-HCP presubmit Registry content changed
pull-ci-Azure-ARO-HCP-main-e2e-parallel Azure/ARO-HCP presubmit Registry content changed
pull-ci-Azure-ARO-HCP-main-upgrade-e2e-parallel Azure/ARO-HCP presubmit Registry content changed
pull-ci-openshift-hypershift-main-e2e-aro-hcp openshift/hypershift presubmit Registry content changed
periodic-ci-Azure-ARO-HCP-main-periodic-healthcheck-provision-canadacentral N/A periodic Registry content changed
periodic-ci-Azure-ARO-HCP-main-periodic-healthcheck-provision-westus3 N/A periodic Registry content changed
periodic-ci-Azure-ARO-HCP-main-periodic-healthcheck-provision-centralus 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.

@patriksuba

Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@patriksuba

Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@openshift-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label Jul 30, 2026
@roivaz

roivaz commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

/lgtm
/approve

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label Jul 30, 2026
@openshift-ci

openshift-ci Bot commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: patriksuba, roivaz

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 30, 2026
@openshift-merge-bot
openshift-merge-bot Bot merged commit e9cb643 into openshift:main Jul 30, 2026
16 of 18 checks passed
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. lgtm Indicates that a PR is ready to be merged. rehearsals-ack Signifies that rehearsal jobs have been acknowledged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants