Skip to content

Add disconnected AWS e2e tests to LVMS z-stream presubmits - #82670

Merged
openshift-merge-bot[bot] merged 2 commits into
openshift:mainfrom
kasturinarra:add-lvms-disconnected-zstream-profiles
Jul 31, 2026
Merged

Add disconnected AWS e2e tests to LVMS z-stream presubmits#82670
openshift-merge-bot[bot] merged 2 commits into
openshift:mainfrom
kasturinarra:add-lvms-disconnected-zstream-profiles

Conversation

@kasturinarra

@kasturinarra kasturinarra commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Add SNO and MNO disconnected AWS e2e test profiles to LVMS z-stream presubmit configs for versions 4.14, 4.16, 4.18, 4.19, 4.20, and 4.21
  • For 4.16+, tests use the openshift-e2e-aws-disconnected-lvms-sno/mno workflows
  • For 4.14, tests inline cucushift chains since ipi-aws-pre-disconnected uses the CAPI installer which is incompatible with 4.14's Terraform-based installer

Test plan

  • CI rehearsal passes for generated presubmit jobs
  • Verify disconnected SNO test provisions cluster successfully
  • Verify disconnected MNO test provisions cluster successfully
  • Verify proxy-conf.sh is sourced correctly in test commands

🤖 Generated with Claude Code

Summary by CodeRabbit

Adds disconnected AWS end-to-end SNO and MNO presubmit profiles for the LVM operator across z-stream releases 4.14, 4.16, 4.18, 4.19, 4.20, and 4.21.

The profiles:

  • Use dedicated disconnected LVMS workflows for releases 4.16 and later.
  • Use inline cucushift provisioning chains for release 4.14.
  • Add the upi-installer base image required by disconnected image mirroring.
  • Build and run the appropriate SNO or MNO QE integration suite.
  • Source proxy-conf.sh when available.
  • Configure release-specific AWS, subscription, storage, resource, and timeout settings.

Add SNO and MNO disconnected test profiles to z-stream presubmit
configs for versions 4.14, 4.16, 4.18, 4.19, 4.20, and 4.21.

For 4.16+, tests use the openshift-e2e-aws-disconnected-lvms-sno/mno
workflows. For 4.14, tests inline cucushift chains since the
ipi-aws-pre-disconnected chain uses the CAPI installer which is
incompatible with 4.14's Terraform-based installer.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jul 30, 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: de21f3d6-de8b-45d7-97db-13ad86caf63a

📥 Commits

Reviewing files that changed from the base of the PR and between cd05be3 and 2b70d58.

📒 Files selected for processing (6)
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.14.yaml
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.16.yaml
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.18.yaml
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.19.yaml
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.20.yaml
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.21.yaml
🚧 Files skipped from review as they are similar to previous changes (5)
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.19.yaml
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.16.yaml
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.21.yaml
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.18.yaml
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.20.yaml

Walkthrough

Release-management configurations for ZStreams 4.14, 4.16, 4.18, 4.19, 4.20, and 4.21 add UPI installer images and disconnected AWS SNO and MNO LVM operator integration jobs.

Changes

ZStream integration configuration

Layer / File(s) Summary
UPI installer image definitions
ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.{14,16,18,19,20,21}.yaml
Adds the version-specific upi-installer base image configuration.
Disconnected AWS SNO and MNO jobs
ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.{14,16,18,19,20,21}.yaml
Adds disconnected AWS jobs with version-specific environment settings, optional proxy setup, source checkout, test build and execution, resource requests, four-hour timeouts, and SNO or MNO workflows. The 4.14 jobs also configure private provisioning, extra disks, and CSI/topolvm settings.

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

Possibly related PRs

  • openshift/release#82278: Adds related disconnected AWS SNO/MNO LVM operator jobs and UPI installer configurations in nightly configurations.

Suggested labels: rehearsals-ack

Suggested reviewers: eggfoobar, jaypoulz, pacevedom

🚥 Pre-merge checks | ✅ 15
✅ Passed checks (15 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 disconnected AWS end-to-end tests to LVMS z-stream presubmit configurations.
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 The PR changes only CI YAML; added test aliases and workflow names are static, and no It(), Describe(), Context(), or When() titles appear in the changed files.
Test Structure And Quality ✅ Passed The PR changes only ci-operator YAML configurations and generated presubmit definitions; it adds no Ginkgo test source or It blocks, so this check is not applicable.
Microshift Test Compatibility ✅ Passed The pull request changes only six ci-operator YAML configuration files; no Ginkgo test declarations or new test source files were added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed The PR changes only YAML CI configuration and invokes existing QE suites; it adds no Ginkgo It/Describe/Context/When test code, so this SNO compatibility check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed The PR changes only CI YAML job and base-image configuration; the full patch adds no deployment manifests, operator/controller code, or Kubernetes scheduling fields.
Ote Binary Stdout Contract ✅ Passed The PR changes only six YAML configs. Added commands build and run an integration-test binary; no OTE source, main/suite setup, stdout API, or openshift-tests invocation was added.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed The diff adds only six YAML base_images.upi-installer entries; it adds no Ginkgo tests or new IPv4 assumptions or external connectivity.
No-Weak-Crypto ✅ Passed The full PR diff adds CI YAML and generated presubmit entries only; scans found no MD5, SHA1, DES, RC4, 3DES, Blowfish, ECB, crypto code, or secret comparisons.
Container-Privileges ✅ Passed The aggregate 416-line diff adds no privileged, hostPID/hostNetwork/hostIPC, SYS_ADMIN, allowPrivilegeEscalation, root-user, or securityContext settings.
No-Sensitive-Data-In-Logs ✅ Passed The added profiles contain no passwords, tokens, API keys, PII, customer data, or dump commands; their only literal URL is the public lvm-operator GitHub URL.
✨ 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 eggfoobar and jaypoulz July 30, 2026 12:45

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

🧹 Nitpick comments (6)
ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.21.yaml (1)

219-230: 🩺 Stability & Availability | 🔵 Trivial | ⚡ Quick win

Same missing set -euo pipefail as the other zstream files.

See the consolidated comment at the end of this review for the shared fix across all 6 files.

Also applies to: 249-260

🤖 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/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.21.yaml`
around lines 219 - 230, Update the shell command block in the zstream
release-management configuration to enable strict failure handling with set -euo
pipefail before executing the existing commands, including the similarly
structured block referenced later. Keep the current command sequence unchanged.
ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.19.yaml (1)

219-230: 🩺 Stability & Availability | 🔵 Trivial | ⚡ Quick win

Same missing set -euo pipefail as the other zstream files.

See the consolidated comment at the end of this review for the shared fix across all 6 files.

Also applies to: 249-260

🤖 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/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.19.yaml`
around lines 219 - 230, Add set -euo pipefail at the beginning of the commands
script before sourcing proxy-conf.sh and running the git, Go, and
integration-test commands. Apply the same change to the additional commands
block referenced by the comment, preserving the existing command sequence.
ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.18.yaml (1)

219-230: 🩺 Stability & Availability | 🔵 Trivial | ⚡ Quick win

Same missing set -euo pipefail as the other zstream files.

See the consolidated comment at the end of this review for the shared fix across all 6 files.

Also applies to: 249-260

🤖 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/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.18.yaml`
around lines 219 - 230, Add `set -euo pipefail` at the start of the shell script
in the commands block before sourcing proxy-conf.sh and running the
git/build/test steps. Apply the same change to the corresponding commands block
referenced around the second range, preserving the existing command order.
ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.20.yaml (1)

219-230: 🩺 Stability & Availability | 🔵 Trivial | ⚡ Quick win

Same missing set -euo pipefail as the other zstream files.

See the consolidated comment at the end of this review for the shared fix across all 6 files.

Also applies to: 249-260

🤖 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/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.20.yaml`
around lines 219 - 230, Update the shell script in the commands block to enable
strict error handling with set -euo pipefail before executing the existing proxy
setup, repository checkout, build, and test commands; apply the same change to
the additional commands block around the referenced later section.
ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.16.yaml (1)

219-230: 🩺 Stability & Availability | 🔵 Trivial | ⚡ Quick win

Same missing set -euo pipefail as the other zstream files.

See the consolidated comment at the end of this review for the shared fix across all 6 files.

Also applies to: 249-260

🤖 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/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.16.yaml`
around lines 219 - 230, Add set -euo pipefail at the beginning of the commands
script before sourcing proxy-conf.sh or running any git, Go, or test commands.
Apply the same change to both command blocks identified by the existing
integration-test flow, preserving the remaining commands unchanged.
ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.14.yaml (1)

234-245: 🩺 Stability & Availability | 🔵 Trivial | ⚡ Quick win

Harden the integration-test command scripts against silent partial failures.

Neither script sets set -euo pipefail. If git fetch/go mod download fails, execution continues into subsequent steps (cd test/integration, go build, etc.) instead of failing fast, which can produce confusing downstream errors instead of a clear root cause.

🛠️ Proposed fix
       commands: |
+        set -euo pipefail
         if [ -f "${SHARED_DIR}/proxy-conf.sh" ]; then
           source "${SHARED_DIR}/proxy-conf.sh"
         fi

This same pattern repeats identically across all 6 zstream files reviewed in this PR; see the consolidated comment at the end of this review.

Also applies to: 276-287

🤖 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/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.14.yaml`
around lines 234 - 245, Add strict shell error handling at the start of each
affected commands script by enabling set -euo pipefail before sourcing
proxy-conf.sh and running git/go commands. Apply this consistently to both
script blocks in the zstream configuration and all six matching zstream files,
preserving the existing command order.
🤖 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.

Nitpick comments:
In
`@ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.14.yaml`:
- Around line 234-245: Add strict shell error handling at the start of each
affected commands script by enabling set -euo pipefail before sourcing
proxy-conf.sh and running git/go commands. Apply this consistently to both
script blocks in the zstream configuration and all six matching zstream files,
preserving the existing command order.

In
`@ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.16.yaml`:
- Around line 219-230: Add set -euo pipefail at the beginning of the commands
script before sourcing proxy-conf.sh or running any git, Go, or test commands.
Apply the same change to both command blocks identified by the existing
integration-test flow, preserving the remaining commands unchanged.

In
`@ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.18.yaml`:
- Around line 219-230: Add `set -euo pipefail` at the start of the shell script
in the commands block before sourcing proxy-conf.sh and running the
git/build/test steps. Apply the same change to the corresponding commands block
referenced around the second range, preserving the existing command order.

In
`@ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.19.yaml`:
- Around line 219-230: Add set -euo pipefail at the beginning of the commands
script before sourcing proxy-conf.sh and running the git, Go, and
integration-test commands. Apply the same change to the additional commands
block referenced by the comment, preserving the existing command sequence.

In
`@ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.20.yaml`:
- Around line 219-230: Update the shell script in the commands block to enable
strict error handling with set -euo pipefail before executing the existing proxy
setup, repository checkout, build, and test commands; apply the same change to
the additional commands block around the referenced later section.

In
`@ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.21.yaml`:
- Around line 219-230: Update the shell command block in the zstream
release-management configuration to enable strict failure handling with set -euo
pipefail before executing the existing commands, including the similarly
structured block referenced later. Keep the current command sequence unchanged.

ℹ️ Review info
⚙️ Run configuration

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

Review profile: CHILL

Plan: Enterprise

Run ID: 3cc03eeb-6dae-4df0-9075-9cce44e6b54a

📥 Commits

Reviewing files that changed from the base of the PR and between 9146ed7 and 97e7b71.

⛔ Files ignored due to path filters (1)
  • ci-operator/jobs/openshift/lvm-operator/openshift-lvm-operator-release-management-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (6)
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.14.yaml
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.16.yaml
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.18.yaml
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.19.yaml
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.20.yaml
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-management__zstream-4.21.yaml

@kasturinarra

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-lvm-operator-release-management-zstream-4.14-e2e-aws-disc-mno-qe-integration-tests pull-ci-openshift-lvm-operator-release-management-zstream-4.16-e2e-aws-disc-mno-qe-integration-tests pull-ci-openshift-lvm-operator-release-management-zstream-4.18-e2e-aws-disc-mno-qe-integration-tests pull-ci-openshift-lvm-operator-release-management-zstream-4.19-e2e-aws-disc-mno-qe-integration-tests pull-ci-openshift-lvm-operator-release-management-zstream-4.20-e2e-aws-disc-mno-qe-integration-tests pull-ci-openshift-lvm-operator-release-management-zstream-4.21-e2e-aws-disc-sno-qe-integration-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@kasturinarra

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-lvm-operator-release-management-zstream-4.14-e2e-aws-disc-mno-qe-integration-tests pull-ci-openshift-lvm-operator-release-management-zstream-4.16-e2e-aws-disc-mno-qe-integration-tests pull-ci-openshift-lvm-operator-release-management-zstream-4.18-e2e-aws-disc-mno-qe-integration-tests pull-ci-openshift-lvm-operator-release-management-zstream-4.19-e2e-aws-disc-mno-qe-integration-tests pull-ci-openshift-lvm-operator-release-management-zstream-4.20-e2e-aws-disc-mno-qe-integration-tests pull-ci-openshift-lvm-operator-release-management-zstream-4.21-e2e-aws-disc-sno-qe-integration-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@kasturinarra

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-lvm-operator-release-management-zstream-4.14-e2e-aws-disc-mno-qe-integration-tests pull-ci-openshift-lvm-operator-release-management-zstream-4.16-e2e-aws-disc-mno-qe-integration-tests pull-ci-openshift-lvm-operator-release-management-zstream-4.18-e2e-aws-disc-mno-qe-integration-tests pull-ci-openshift-lvm-operator-release-management-zstream-4.19-e2e-aws-disc-mno-qe-integration-tests pull-ci-openshift-lvm-operator-release-management-zstream-4.20-e2e-aws-disc-mno-qe-integration-tests pull-ci-openshift-lvm-operator-release-management-zstream-4.21-e2e-aws-disc-sno-qe-integration-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

The ipi-aws-pre-disconnected chain's mirror-images-by-oc-adm step
requires the upi-installer image. Add it as a base_images entry
in z-stream configs for 4.16-4.21 to match the nightly configs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@kasturinarra
kasturinarra force-pushed the add-lvms-disconnected-zstream-profiles branch from cd05be3 to 2b70d58 Compare July 31, 2026 10:50
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@kasturinarra: 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-lvm-operator-release-management-zstream-4.14-e2e-aws-disc-mno-qe-integration-tests openshift/lvm-operator presubmit Presubmit changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.14-e2e-aws-disc-sno-qe-integration-tests openshift/lvm-operator presubmit Presubmit changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.16-e2e-aws-disc-mno-qe-integration-tests openshift/lvm-operator presubmit Presubmit changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.16-e2e-aws-disc-sno-qe-integration-tests openshift/lvm-operator presubmit Presubmit changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.18-e2e-aws-disc-mno-qe-integration-tests openshift/lvm-operator presubmit Presubmit changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.18-e2e-aws-disc-sno-qe-integration-tests openshift/lvm-operator presubmit Presubmit changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.19-e2e-aws-disc-mno-qe-integration-tests openshift/lvm-operator presubmit Presubmit changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.19-e2e-aws-disc-sno-qe-integration-tests openshift/lvm-operator presubmit Presubmit changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.20-e2e-aws-disc-mno-qe-integration-tests openshift/lvm-operator presubmit Presubmit changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.20-e2e-aws-disc-sno-qe-integration-tests openshift/lvm-operator presubmit Presubmit changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.21-e2e-aws-disc-mno-qe-integration-tests openshift/lvm-operator presubmit Presubmit changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.21-e2e-aws-disc-sno-qe-integration-tests openshift/lvm-operator presubmit Presubmit changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.19-e2e-aws-mno-arm-qe-integration-tests openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.19-e2e-aws-mno-qe-integration-tests openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.19-e2e-aws-sno-arm-qe-integration-tests openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.19-e2e-aws-sno-qe-integration-tests openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.19-e2e-baremetalds-mno-dualstack-qe-integration-tests openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.19-e2e-baremetalds-sno-dualstack-qe-integration-tests openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.18-e2e-aws-mno-arm-qe-integration-tests openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.18-e2e-aws-mno-qe-integration-tests openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.18-e2e-aws-sno-arm-qe-integration-tests openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.18-e2e-aws-sno-qe-integration-tests openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.18-e2e-baremetalds-mno-dualstack-qe-integration-tests openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.18-e2e-baremetalds-sno-dualstack-qe-integration-tests openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-release-management-zstream-4.14-e2e-aws-mno-arm-qe-integration-tests openshift/lvm-operator presubmit Ci-operator config changed

A total of 48 jobs have been affected by this change. The above listing is non-exhaustive and limited to 25 jobs.

A full list of affected jobs can be found here

Interacting with pj-rehearse

Comment: /pj-rehearse to run up to 5 rehearsals
Comment: /pj-rehearse skip to opt-out of rehearsals
Comment: /pj-rehearse {test-name}, with each test separated by a space, to run one or more specific rehearsals
Comment: /pj-rehearse more to run up to 10 rehearsals
Comment: /pj-rehearse max to run up to 25 rehearsals
Comment: /pj-rehearse auto-ack to run up to 5 rehearsals, and add the rehearsals-ack label on success
Comment: /pj-rehearse list to get an up-to-date list of affected jobs
Comment: /pj-rehearse abort to abort all active rehearsals
Comment: /pj-rehearse network-access-allowed to allow rehearsals of tests that have the restrict_network_access field set to false. This must be executed by an openshift org member who is not the PR author

Once you are satisfied with the results of the rehearsals, comment: /pj-rehearse ack to unblock merge. When the rehearsals-ack label is present on your PR, merge will no longer be blocked by rehearsals.
If you would like the rehearsals-ack label removed, comment: /pj-rehearse reject to re-block merging.

@kasturinarra

Copy link
Copy Markdown
Contributor Author

/pj-rehearse pull-ci-openshift-lvm-operator-release-management-zstream-4.14-e2e-aws-disc-mno-qe-integration-tests pull-ci-openshift-lvm-operator-release-management-zstream-4.16-e2e-aws-disc-mno-qe-integration-tests pull-ci-openshift-lvm-operator-release-management-zstream-4.18-e2e-aws-disc-mno-qe-integration-tests pull-ci-openshift-lvm-operator-release-management-zstream-4.19-e2e-aws-disc-mno-qe-integration-tests pull-ci-openshift-lvm-operator-release-management-zstream-4.20-e2e-aws-disc-mno-qe-integration-tests pull-ci-openshift-lvm-operator-release-management-zstream-4.21-e2e-aws-disc-sno-qe-integration-tests

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

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

@kasturinarra

Copy link
Copy Markdown
Contributor Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@kasturinarra: 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 31, 2026
@qJkee

qJkee commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

/lgtm

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

openshift-ci Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kasturinarra, qJkee

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 31, 2026
@kasturinarra

Copy link
Copy Markdown
Contributor Author

/retest

@openshift-ci

openshift-ci Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

@kasturinarra: 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/openshift/lvm-operator/release-management/zstream-4.21-e2e-aws-disc-sno-qe-integration-tests 2b70d58 link unknown /pj-rehearse pull-ci-openshift-lvm-operator-release-management-zstream-4.21-e2e-aws-disc-sno-qe-integration-tests
ci/rehearse/openshift/lvm-operator/release-management/zstream-4.19-e2e-aws-disc-mno-qe-integration-tests 2b70d58 link unknown /pj-rehearse pull-ci-openshift-lvm-operator-release-management-zstream-4.19-e2e-aws-disc-mno-qe-integration-tests
ci/rehearse/openshift/lvm-operator/release-management/zstream-4.16-e2e-aws-disc-mno-qe-integration-tests 2b70d58 link unknown /pj-rehearse pull-ci-openshift-lvm-operator-release-management-zstream-4.16-e2e-aws-disc-mno-qe-integration-tests
ci/rehearse/openshift/lvm-operator/release-management/zstream-4.18-e2e-aws-disc-mno-qe-integration-tests 2b70d58 link unknown /pj-rehearse pull-ci-openshift-lvm-operator-release-management-zstream-4.18-e2e-aws-disc-mno-qe-integration-tests
ci/rehearse/openshift/lvm-operator/release-management/zstream-4.20-e2e-aws-disc-mno-qe-integration-tests 2b70d58 link unknown /pj-rehearse pull-ci-openshift-lvm-operator-release-management-zstream-4.20-e2e-aws-disc-mno-qe-integration-tests
ci/rehearse/openshift/lvm-operator/release-management/zstream-4.14-e2e-aws-disc-mno-qe-integration-tests 2b70d58 link unknown /pj-rehearse pull-ci-openshift-lvm-operator-release-management-zstream-4.14-e2e-aws-disc-mno-qe-integration-tests

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-merge-bot
openshift-merge-bot Bot merged commit bbebeaf into openshift:main Jul 31, 2026
16 of 22 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.

2 participants