Skip to content

CNTRLPLANE-3222: add v2 lifecycle tests to Azure self-managed e2e#79347

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
bryan-cox:CNTRLPLANE-3222-v2-lifecycle
May 18, 2026
Merged

CNTRLPLANE-3222: add v2 lifecycle tests to Azure self-managed e2e#79347
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
bryan-cox:CNTRLPLANE-3222-v2-lifecycle

Conversation

@bryan-cox
Copy link
Copy Markdown
Member

@bryan-cox bryan-cox commented May 15, 2026

Summary

  • Adds a 4th HA cluster (created with N-1 release image) to the self-managed guest cluster creation step for upgrade and etcd chaos lifecycle tests
  • Runs autoscaling + nodepool lifecycle tests on the existing public cluster (no new cluster needed)
  • Runs upgrade then etcd chaos sequentially on the HA cluster (both require HA, same cluster per Cesar's design)
  • Updates dump and destroy steps to handle the 4th cluster

Changes

  • create-selfmanaged-guests: Creates HA upgrade cluster with OCP_IMAGE_N1 release, writes cluster-name-upgrade to SHARED_DIR
  • run-e2e-v2-selfmanaged: Adds nodepool-autoscaling || nodepool-lifecycle labels to public cluster test run; runs upgrade → etcd-chaos sequentially on HA cluster in a subshell
  • destroy-selfmanaged-guests: Adds upgrade cluster to destroy loop
  • dump-selfmanaged-guests: Adds upgrade cluster to dump loop
  • job config: Adds OCP_IMAGE_N1: release:n1minor dependency to e2e-azure-v2-self-managed job

Related

Test Plan

  • /pj-rehearse pull-ci-openshift-hypershift-main-e2e-azure-v2-self-managed to validate the full workflow

Summary

This PR updates OpenShift CI configuration in openshift/release for the hypershift CI jobs to add v2 lifecycle testing to the Azure self-managed E2E workflow (e2e-azure-v2-self-managed). It provisions an additional HA "upgrade" guest cluster created with the N‑1 release image and wires lifecycle tests so upgrade → etcd-chaos run sequentially on that HA cluster. Public-cluster lifecycle tests (autoscaling and nodepool lifecycle) continue to run on the existing public cluster. Several create/test/dump/destroy steps were refactored to delegate orchestration to helper binaries under /hypershift/bin and the job now declares an explicit dependency on the N‑1 release artifact.

Practical CI / infrastructure effects

  • Job dependency and job config

    • The e2e-azure-v2-self-managed job now requests the N‑1 release artifact via steps.dependencies: OCP_IMAGE_N1 → release:n1minor and sets always_run: false. CI must provide release:n1minor to the job image/environment.
  • Guest cluster provisioning

    • The create-selfmanaged-guests step now creates a fourth HA guest cluster (written as cluster-name-upgrade in SHARED_DIR) using OCP_IMAGE_N1 (N‑1) to support upgrade → etcd-chaos lifecycle tests that require HA.
    • Some step refs were changed from using the hypershift-operator image to hypershift-tests where applicable.
  • Test execution

    • Public cluster tests run nodepool-autoscaling and nodepool-lifecycle labels (no new public cluster).
    • The HA upgrade cluster runs upgrade then etcd-chaos sequentially on the same cluster.
    • Test orchestration is delegated to /hypershift/bin/run-tests; the run-e2e-v2-selfmanaged step now sets KUBECONFIG to the management cluster kubeconfig, accepts HYPERSHIFT_PLATFORM=azure, and has an increased timeout (45m → 150m).
  • Dump and destroy

    • dump-selfmanaged-guests and destroy-selfmanaged-guests include the upgrade cluster in their processing so artifacts are captured and resources cleaned up.
    • Those steps were simplified to call /hypershift/bin/dump-guests and /hypershift/bin/destroy-guests (replacing prior inline per-cluster loops/logic).

Implementation / operational notes

  • Several step-registry steps and command scripts were refactored to call helper binaries under /hypershift/bin (create-guests, run-tests, dump-guests, destroy-guests). Job images must include these helper binaries or the job will fail.
  • create-selfmanaged-guests sets a default HYPERSHIFT_BINARY (/hypershift/bin/hypershift), invokes /hypershift/bin/create-guests, and writes cluster-name-upgrade into SHARED_DIR for downstream steps.
  • dump/destroy steps also default HYPERSHIFT_BINARY and invoke the corresponding /hypershift/bin/*-guests helpers.
  • Reviewers/CI maintainers should ensure release:n1minor is available to the job image and rehearse the job (for example: pull-ci-openshift-hypershift-main-e2e-azure-v2-self-managed) to validate end-to-end behavior.

@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 May 15, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 15, 2026

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-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label May 15, 2026
@openshift-ci-robot
Copy link
Copy Markdown
Contributor

openshift-ci-robot commented May 15, 2026

@bryan-cox: This pull request references CNTRLPLANE-3222 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 task to target the "5.0.0" version, but no target version was set.

Details

In response to this:

Summary

  • Adds a 4th HA cluster (created with N-1 release image) to the self-managed guest cluster creation step for upgrade and etcd chaos lifecycle tests
  • Runs autoscaling + nodepool lifecycle tests on the existing public cluster (no new cluster needed)
  • Runs upgrade then etcd chaos sequentially on the HA cluster (both require HA, same cluster per Cesar's design)
  • Updates dump and destroy steps to handle the 4th cluster

Changes

  • create-selfmanaged-guests: Creates HA upgrade cluster with OCP_IMAGE_N1 release, writes cluster-name-upgrade to SHARED_DIR
  • run-e2e-v2-selfmanaged: Adds nodepool-autoscaling || nodepool-lifecycle labels to public cluster test run; runs upgrade → etcd-chaos sequentially on HA cluster in a subshell
  • destroy-selfmanaged-guests: Adds upgrade cluster to destroy loop
  • dump-selfmanaged-guests: Adds upgrade cluster to dump loop
  • job config: Adds OCP_IMAGE_N1: release:n1minor dependency to e2e-azure-v2-self-managed job

Related

Test Plan

  • /pj-rehearse pull-ci-openshift-hypershift-main-e2e-azure-v2-self-managed to validate the full workflow

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.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 15, 2026

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

Adds an N-1 release dependency, delegates create/destroy/dump/test steps to packaged /hypershift/bin helpers, updates step refs/from images, sets HYPERSHIFT_PLATFORM="azure", and increases the e2e timeout.

Changes

Upgrade cluster testing infrastructure

Layer / File(s) Summary
Release dependency wiring
ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml, ci-operator/step-registry/hypershift/azure/create-selfmanaged-guests/hypershift-azure-create-selfmanaged-guests-ref.yaml
Job and step ref declare release:n1minor and map it to OCP_IMAGE_N1.
Provisioning wrapper and script
ci-operator/step-registry/hypershift/azure/create-selfmanaged-guests/hypershift-azure-create-selfmanaged-guests-commands.sh, ci-operator/step-registry/hypershift/azure/create-selfmanaged-guests/hypershift-azure-create-selfmanaged-guests-ref.yaml
Adds default HYPERSHIFT_BINARY, invokes /hypershift/bin/create-guests early, and changes from in the step ref from hypershift-operator to hypershift-tests.
Test execution delegation
ci-operator/step-registry/hypershift/azure/run-e2e-v2-selfmanaged/hypershift-azure-run-e2e-v2-selfmanaged-chain.yaml, ci-operator/step-registry/hypershift/azure/e2e/v2-self-managed/hypershift-azure-e2e-v2-self-managed-workflow.yaml
Replaces inline parallel bin/test-e2e-v2 runs with /hypershift/bin/run-tests, exports nested KUBECONFIG, passes RELEASE_IMAGE_LATEST via env, and increases step timeout to 150m; workflow env sets HYPERSHIFT_PLATFORM="azure".
Dump delegation
ci-operator/step-registry/hypershift/azure/dump-selfmanaged-guests/hypershift-azure-dump-selfmanaged-guests-chain.yaml
Replace per-cluster dump loop with a single /hypershift/bin/dump-guests invocation; export management KUBECONFIG, source proxy config safely, and update step from to hypershift-tests.
Destroy delegation
ci-operator/step-registry/hypershift/azure/destroy-selfmanaged-guests/hypershift-azure-destroy-selfmanaged-guests-chain.yaml
Replace inline destroy loop with a thin wrapper that sets KUBECONFIG, optionally HYPERSHIFT_BINARY, and runs /hypershift/bin/destroy-guests; add HYPERSHIFT_PLATFORM env.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

Suggested labels

rehearsals-ack

Suggested reviewers

  • muraee
  • Nirshal
🚥 Pre-merge checks | ✅ 12
✅ Passed checks (12 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately captures the main objective: adding v2 lifecycle tests to Azure self-managed e2e, which is directly reflected in the changeset modifications.
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.
Stable And Deterministic Test Names ✅ Passed PR modifies CI/CD configuration and orchestration scripts only. No Ginkgo test code (It, Describe, Context) is defined or modified. Actual test implementation is in external hypershift repository.
Test Structure And Quality ✅ Passed This PR contains only CI configuration (YAML, JSON) and bash scripts, not Ginkgo test code. The actual test implementation is in the separate hypershift repository.
Microshift Test Compatibility ✅ Passed PR modifies only CI configuration and bash scripts, not Ginkgo test code. Test code is in hypershift PR #8527, outside scope of this check.
Single Node Openshift (Sno) Test Compatibility ✅ Passed This PR contains only CI configuration and shell scripts, not Ginkgo test code. No test definitions (It(), Describe(), etc.) are added, so SNO compatibility check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed Not applicable. PR modifies CI test infrastructure (job configs, step registry files) not deployment manifests, operator code, or controllers. No scheduling constraints present.
Ote Binary Stdout Contract ✅ Passed OTE Binary Stdout Contract check not applicable. PR modifies only CI configuration YAML and bash helper scripts, not test code. No Go test files modified.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR only modifies CI configuration and wrapper scripts. No Ginkgo e2e tests are added. The actual test code is in the hypershift repository, not in this PR. The check is not applicable.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

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


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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 15, 2026
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

🤖 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/hypershift/azure/create-selfmanaged-guests/hypershift-azure-create-selfmanaged-guests-commands.sh`:
- Around line 105-121: The hypershift create cluster azure invocation in
hypershift-azure-create-selfmanaged-guests-commands.sh omits the marketplace
image flags; update the command that constructs the cluster (the
`/usr/bin/hypershift create cluster azure \` block that uses variables like
${UPGRADE_NAME}, ${EXTERNAL_DNS_ARGS}, ${ETCD_STORAGE_CLASS_ARGS}`) to include
`${MARKETPLACE_ARGS}` (e.g., add `${MARKETPLACE_ARGS} \` alongside the other arg
variables before the background `&`) so marketplace-backed upgrade clusters
receive the same image flags as other clusters.

In
`@ci-operator/step-registry/hypershift/azure/run-e2e-v2-selfmanaged/hypershift-azure-run-e2e-v2-selfmanaged-chain.yaml`:
- Around line 83-84: The script logs the wait exit code incorrectly because it
echoes $? after running "wait ${PID_UPGRADE} || OVERALL_EXIT=1", which can print
0; change the sequence to capture the wait status into a variable (e.g.,
status=$(wait ${PID_UPGRADE}); or wait ${PID_UPGRADE}; status=$?), then if
status is non-zero set OVERALL_EXIT=1, and finally echo the captured status
variable in the message so the logged exit reflects the actual PID_UPGRADE exit
code; update references around PID_UPGRADE and OVERALL_EXIT accordingly.
🪄 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: 6272501e-9f67-415e-bfdb-e0e422607b35

📥 Commits

Reviewing files that changed from the base of the PR and between 086a4f0 and 8c51b16.

📒 Files selected for processing (6)
  • ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml
  • ci-operator/step-registry/hypershift/azure/create-selfmanaged-guests/hypershift-azure-create-selfmanaged-guests-commands.sh
  • ci-operator/step-registry/hypershift/azure/create-selfmanaged-guests/hypershift-azure-create-selfmanaged-guests-ref.yaml
  • ci-operator/step-registry/hypershift/azure/destroy-selfmanaged-guests/hypershift-azure-destroy-selfmanaged-guests-chain.yaml
  • ci-operator/step-registry/hypershift/azure/dump-selfmanaged-guests/hypershift-azure-dump-selfmanaged-guests-chain.yaml
  • ci-operator/step-registry/hypershift/azure/run-e2e-v2-selfmanaged/hypershift-azure-run-e2e-v2-selfmanaged-chain.yaml

@bryan-cox bryan-cox force-pushed the CNTRLPLANE-3222-v2-lifecycle branch from 8c51b16 to 62f3f13 Compare May 15, 2026 20:42
@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 6e6d3a844ea4136bb0be6226ddf196a3a2305c3d: error checking out "6e6d3a844ea4136bb0be6226ddf196a3a2305c3d": exit status 128 fatal: unable to read tree (6e6d3a844ea4136bb0be6226ddf196a3a2305c3d)

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.

Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

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/hypershift/azure/dump-selfmanaged-guests/hypershift-azure-dump-selfmanaged-guests-chain.yaml`:
- Around line 9-10: Temporarily disable xtrace before sourcing the sensitive
file and restore it afterwards: save current xtrace state (e.g., inspect "$-" or
use a flag), run set +x, source "${SHARED_DIR}/proxy-conf.sh", then restore the
prior xtrace setting (re-enable with set -x if it was previously on); apply this
around the existing sourcing call so assignments inside proxy-conf.sh are not
echoed to logs.
🪄 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: 7b5ad206-e896-4241-b3ac-7ce02fdc733b

📥 Commits

Reviewing files that changed from the base of the PR and between 8c51b16 and 62f3f13.

📒 Files selected for processing (7)
  • ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml
  • ci-operator/step-registry/hypershift/azure/create-selfmanaged-guests/hypershift-azure-create-selfmanaged-guests-commands.sh
  • ci-operator/step-registry/hypershift/azure/create-selfmanaged-guests/hypershift-azure-create-selfmanaged-guests-ref.yaml
  • ci-operator/step-registry/hypershift/azure/destroy-selfmanaged-guests/hypershift-azure-destroy-selfmanaged-guests-chain.yaml
  • ci-operator/step-registry/hypershift/azure/dump-selfmanaged-guests/hypershift-azure-dump-selfmanaged-guests-chain.yaml
  • ci-operator/step-registry/hypershift/azure/e2e/v2-self-managed/hypershift-azure-e2e-v2-self-managed-workflow.yaml
  • ci-operator/step-registry/hypershift/azure/run-e2e-v2-selfmanaged/hypershift-azure-run-e2e-v2-selfmanaged-chain.yaml
🚧 Files skipped from review as they are similar to previous changes (2)
  • ci-operator/config/openshift/hypershift/openshift-hypershift-main.yaml
  • ci-operator/step-registry/hypershift/azure/create-selfmanaged-guests/hypershift-azure-create-selfmanaged-guests-ref.yaml

@bryan-cox bryan-cox force-pushed the CNTRLPLANE-3222-v2-lifecycle branch from 62f3f13 to 0b5b041 Compare May 17, 2026 22:29
@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:

could not determine changed registry steps: could not load step registry: workflow/hypershift-azure-e2e-v2-self-managed: parameter "HYPERSHIFT_PLATFORM" is overridden in [workflow/hypershift-azure-e2e-v2-self-managed] but not declared in any step
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 bryan-cox force-pushed the CNTRLPLANE-3222-v2-lifecycle branch from 0b5b041 to 8278640 Compare May 18, 2026 10:45
@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:

could not determine changed registry steps: could not load step registry: workflow/hypershift-azure-e2e-v2-self-managed: parameter "HYPERSHIFT_PLATFORM" is overridden in [workflow/hypershift-azure-e2e-v2-self-managed] but not declared in any step
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.

Add a 4th HA cluster (N-1 release image) to the self-managed guest
cluster creation step for upgrade and etcd chaos tests. Lifecycle
tests run in parallel with existing topology tests:

- Autoscaling + nodepool lifecycle tests run on the public cluster
- Upgrade test runs on the HA cluster, then etcd chaos runs on the
  same cluster sequentially (both require HA)
- Dump and destroy steps updated to handle the new cluster

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@bryan-cox bryan-cox force-pushed the CNTRLPLANE-3222-v2-lifecycle branch from 8278640 to d19aeb3 Compare May 18, 2026 14:00
@bryan-cox bryan-cox marked this pull request as ready for review May 18, 2026 14:01
@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 May 18, 2026
@openshift-ci openshift-ci Bot requested review from csrwng and devguyio May 18, 2026 14:02
@csrwng
Copy link
Copy Markdown
Contributor

csrwng commented May 18, 2026

/lgtm

@openshift-ci openshift-ci Bot added the lgtm Indicates that a PR is ready to be merged. label May 18, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 18, 2026

[APPROVALNOTIFIER] This PR is APPROVED

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

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-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
pull-ci-openshift-hypershift-main-e2e-azure-v2-self-managed openshift/hypershift presubmit Ci-operator config 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 skip

I'll take care of testing this outside this PR

@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-merge-bot openshift-merge-bot Bot added the rehearsals-ack Signifies that rehearsal jobs have been acknowledged label May 18, 2026
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 18, 2026

@bryan-cox: all tests passed!

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 openshift-merge-bot Bot merged commit 06a64da into openshift:main May 18, 2026
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. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. 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