Skip to content

Move LVMS QE integration tests to nightly variant configs#79342

Open
kasturinarra wants to merge 4 commits into
openshift:mainfrom
kasturinarra:lvms-nightly-variant-configs
Open

Move LVMS QE integration tests to nightly variant configs#79342
kasturinarra wants to merge 4 commits into
openshift:mainfrom
kasturinarra:lvms-nightly-variant-configs

Conversation

@kasturinarra
Copy link
Copy Markdown
Contributor

@kasturinarra kasturinarra commented May 15, 2026

Separate 6 QE integration tests from main and release-4.22 configs into dedicated __nightly.yaml variant configs that run against OCP nightly payload builds instead of the CI integration stream.

Tests moved: sno-qe, sno-arm-qe, mno-qe, mno-arm-qe, baremetalds-sno-dualstack-qe, baremetalds-mno-dualstack-qe integration tests.

Summary

This PR updates OpenShift CI config for the openshift/lvm-operator repo by moving six LVMS QE integration-test jobs out of the standard main and release-4.22 CI configs into nightly-variant configs so those suites run weekly against OCP nightly payloads. It also updates the main config to target OCP 5.0 (base images, build_root, and release references).

What changed (practical terms)

  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-main.yaml

    • Bumped main CI to target OCP 5.0: base images (must-gather, ocp_5.0_base-rhel9), build_root image_stream_tag, and releases entries now reference version "5.0".
    • Retains full build/promotion wiring (pre-commit, operator bundle, must-gather, promotion).
    • Removed the QE integration-test job definitions that previously ran in the standard/main integration stream. The existing e2e-aws-single-node job remains (daily), with the repo's broader CI left intact.
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-main__nightly.yaml

    • Nightly variant now targets OCP nightly for version 5.0 (initial/latest/multi-latest candidates set to stream: nightly, version: "5.0").
    • Builds only the lvm-operator-integration-test image (minimal build wiring).
    • Hosts weekly scheduled QE integration-test jobs (AWS SNO/SNO-ARM, AWS MNO/MNO-ARM, baremetal dualstack SNO/MNO) that run the QE suites from the integration-test image and report to the same Slack channel.
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-4.22.yaml

    • Keeps release-4.22 targeting and broader build wiring but has had the QE integration-test jobs removed from the standard release-4.22 integration stream (those jobs now live in the release-4.22 nightly variant).
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-4.22__nightly.yaml

    • New/updated nightly variant for release-4.22: targets OCP nightly version "4.22", builds the integration-test image only, and schedules the same weekly QE integration-test jobs (with ARM jobs using OPENSHIFT_INSTALL_RELEASE_IMAGE_OVERRIDE: release:multi-latest where applicable).

Tests moved

  • e2e-aws-sno-qe-integration-tests (aws single-node, amd64)
  • e2e-aws-sno-arm-qe-integration-tests (aws single-node, arm64)
  • e2e-aws-mno-qe-integration-tests (aws multi-node, amd64)
  • e2e-aws-mno-arm-qe-integration-tests (aws multi-node, arm64)
  • e2e-baremetalds-sno-dualstack-qe-integration-tests (baremetal dualstack SNO)
  • e2e-baremetalds-mno-dualstack-qe-integration-tests (baremetal dualstack MNO)

Notable details / practical impact

  • The six QE integration tests no longer run on the repository's standard CI integration streams (main/release-4.22). They run weekly in nightly variant configs against OCP nightly payload candidates, decoupling them from normal CI cadence and ensuring they exercise nightly/pre-release images.
  • main.yaml now targets OCP 5.0; nightly variants exist for both main (5.0/nightly) and release-4.22 (4.22/nightly) to host the moved jobs.
  • Nightly configs intentionally limit builds to the integration-test image and set resource defaults; ARM jobs are wired to use release:multi-latest where required.

Separate 6 QE integration tests from main and release-4.22 configs
into dedicated __nightly.yaml variant configs that run against OCP
nightly payload builds instead of the CI integration stream.

Tests moved: sno-qe, sno-arm-qe, mno-qe, mno-arm-qe,
baremetalds-sno-dualstack-qe, baremetalds-mno-dualstack-qe
integration tests.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@openshift-ci openshift-ci Bot requested review from jerpeter1 and qJkee May 15, 2026 12:26
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 15, 2026

Walkthrough

Switch main/nightly CI to OCP 5.0, build/update the lvm-operator integration-test image for those targets, add a release-4.22 nightly config, and remove duplicated weekly QE integration-job blocks from main and release-4.22 while preserving a single-node SNO job.

Changes

Main Branch CI Consolidation and Nightly Pipeline

Layer / File(s) Summary
Simplify main branch config by removing duplicate QE jobs
ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-main.yaml
Removes trailing weekly e2e QE integration test job definitions and simplifies the surviving single-node integration-test step.
Main: base images and release target update
ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-main.yaml
Switches base_images/build inputs to OCP 5.0 and updates releases entries to version "5.0".
Main nightly pipeline: base images, integration-test image, and scheduled jobs
ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-main__nightly.yaml
Adds OCP 5.0 builder/input, builds lvm-operator-integration-test, and defines weekly AWS (SNO/MNO, amd64/arm64) and bare-metal dualstack jobs with reporter and env wiring.

Release 4.22 Branch CI Consolidation and Nightly Pipeline

Layer / File(s) Summary
Simplify release-4.22 branch config by removing duplicate QE jobs
ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-4.22.yaml
Deletes multiple weekly e2e QE integration test job definitions, leaving only the single-node integration test followed by metadata.
Release 4.22 nightly pipeline: base images and container build
ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-4.22__nightly.yaml
Adds base_images, build_root, and images.items for lvm-operator-integration-test, and declares nightly release candidates including a multi-latest multi-arch candidate.
Release 4.22 nightly pipeline: scheduled integration test jobs
ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-4.22__nightly.yaml
Defines weekly AWS SNO/MNO (amd64/arm64) and bare-metal dualstack SNO/MNO jobs with reporting, workflows, env vars, and integration-test suite execution.

Estimated code review effort

🎯 4 (Complex) | ⏱️ ~45 minutes

Suggested labels

lgtm, rehearsals-ack, ok-to-test

🚥 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 clearly summarizes the main change: moving LVMS QE integration tests from main/release configs to dedicated nightly variant configs, which is the primary objective of the changeset.
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 This PR modifies only OpenShift CI YAML configuration files, not Ginkgo test code. The check for stable test names is not applicable as no Go test files were modified.
Test Structure And Quality ✅ Passed This PR modifies only CI configuration YAML files. The custom check requires reviewing Ginkgo test source code (setup/cleanup, timeouts, assertions). No test code is present in this PR to review.
Microshift Test Compatibility ✅ Passed This PR contains only CI configuration YAML files, not Go test code. The custom check applies only to new Ginkgo e2e tests (It(), Describe(), etc.), which are not present in this PR.
Single Node Openshift (Sno) Test Compatibility ✅ Passed No new Ginkgo e2e tests added. PR modifies only CI config files (120 YAML/JSON). Check applies when tests are added, which does not apply here.
Topology-Aware Scheduling Compatibility ✅ Passed PR modifies only CI configuration files, not deployment manifests, operator code, or controllers. Check is not applicable.
Ote Binary Stdout Contract ✅ Passed PR modifies only YAML CI configuration files in openshift/release repository. OTE Binary Stdout Contract check is not applicable to non-executable configuration files.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR only modifies CI configuration YAML files in the openshift/release repository. It does not add any new Ginkgo e2e test code. The custom check is not applicable to this PR.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

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

🧹 Nitpick comments (1)
ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-main__nightly.yaml (1)

275-289: ⚡ Quick win

Align bare-metal MNO job capabilities with the SNO counterpart.

e2e-baremetalds-mno-dualstack-qe-integration-tests uses the same Equinix profile family as the SNO job but omits capabilities: [intranet]. This inconsistency can cause infra-access/scheduling differences between the two jobs.

Proposed fix
 - as: e2e-baremetalds-mno-dualstack-qe-integration-tests
+  capabilities:
+  - intranet
   cron: '@weekly'
🤖 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-main__nightly.yaml`
around lines 275 - 289, The nightly job configuration for
e2e-baremetalds-mno-dualstack-qe-integration-tests is missing the capabilities:
[intranet] setting that the SNO counterpart uses; update the job definition for
e2e-baremetalds-mno-dualstack-qe-integration-tests by adding capabilities:
[intranet] alongside the existing steps/cluster_profile/env configuration so the
job uses the same Equinix profile capabilities as the SNO job and avoids
infra-access/scheduling differences.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In
`@ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-4.22__nightly.yaml`:
- Around line 48-49: Replace the mutable "latest" download with a pinned Snyk
release and verify its SHA-256 before making it executable: set a SNYK_VERSION
variable, download https://downloads.snyk.io/cli/${SNYK_VERSION}/snyk to
${SNYK_DIR}/snyk, download the corresponding sha256sums.txt.asc, verify the
checksum (and optionally verify the GPG signature using Snyk's GPG key
B2B465841597), compare the calculated SHA-256 of ${SNYK_DIR}/snyk against the
entry in sha256sums.txt, and only then run chmod +x ${SNYK_DIR}/snyk; update any
references to ${SNYK_DIR}/snyk to use the pinned SNYK_VERSION.

---

Nitpick comments:
In
`@ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-main__nightly.yaml`:
- Around line 275-289: The nightly job configuration for
e2e-baremetalds-mno-dualstack-qe-integration-tests is missing the capabilities:
[intranet] setting that the SNO counterpart uses; update the job definition for
e2e-baremetalds-mno-dualstack-qe-integration-tests by adding capabilities:
[intranet] alongside the existing steps/cluster_profile/env configuration so the
job uses the same Equinix profile capabilities as the SNO job and avoids
infra-access/scheduling differences.
🪄 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: 5698314c-2eef-47df-b5e9-933e0bcb69bb

📥 Commits

Reviewing files that changed from the base of the PR and between f348a67 and a31f91b.

⛔ Files ignored due to path filters (4)
  • ci-operator/jobs/openshift/lvm-operator/openshift-lvm-operator-main-periodics.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/lvm-operator/openshift-lvm-operator-main-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/lvm-operator/openshift-lvm-operator-release-4.22-periodics.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/lvm-operator/openshift-lvm-operator-release-4.22-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (4)
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-main.yaml
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-main__nightly.yaml
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-4.22.yaml
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-4.22__nightly.yaml
💤 Files with no reviewable changes (2)
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-4.22.yaml
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-main.yaml

Strip images, operator bundles, and build commands not needed by the
QE integration tests. Only lvm-operator-integration-test image and
dev-scripts base image are required.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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/config/openshift/lvm-operator/openshift-lvm-operator-main__nightly.yaml`:
- Around line 210-224: The job using cluster_profile: equinix-ocp-metal-qe is
missing the intranet capability; update the job's steps block (the same block
containing cluster_profile: equinix-ocp-metal-qe and env:) to add capabilities:
[intranet] so it matches the SNO counterpart and grants internal-network access
required by the baremetal MNO job.

In
`@ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-4.22__nightly.yaml`:
- Around line 222-236: The MNO baremetal dualstack job (the job block with
cluster_profile: equinix-ocp-metal-qe, i.e. the
e2e-baremetalds-mno-dualstack-qe-integration-tests job) is missing the intranet
capability; add a capabilities: [intranet] entry to that job (same placement as
in the SNO equivalent) so the job is scheduled only on clusters with internal
network access.
🪄 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: 5a79f681-4243-4aea-8c05-5bbfb77b0537

📥 Commits

Reviewing files that changed from the base of the PR and between a31f91b and d01c838.

⛔ Files ignored due to path filters (4)
  • ci-operator/jobs/openshift/lvm-operator/openshift-lvm-operator-main-periodics.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/lvm-operator/openshift-lvm-operator-main-presubmits.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/lvm-operator/openshift-lvm-operator-release-4.22-periodics.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/lvm-operator/openshift-lvm-operator-release-4.22-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (2)
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-main__nightly.yaml
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-4.22__nightly.yaml

Comment on lines +210 to +224
- as: e2e-baremetalds-mno-dualstack-qe-integration-tests
cron: '@weekly'
reporter_config:
channel: '#lvms-release-coordination'
job_states_to_report:
- error
- failure
- success
report_template: '{{if eq .Status.State "success"}} :large_green_circle: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :large_green_circle:
{{else}} :red_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> :red_circle: {{end}}'
steps:
cluster_profile: equinix-ocp-metal-qe
env:
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot May 15, 2026

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Add intranet capability to the baremetal MNO job.

This Equinix job uses cluster_profile: equinix-ocp-metal-qe but, unlike its SNO counterpart (Line 175-Line 178), it does not declare capabilities: [intranet]. That mismatch can prevent required internal-network access and cause avoidable job failures.

Suggested fix
 - as: e2e-baremetalds-mno-dualstack-qe-integration-tests
+  capabilities:
+  - intranet
   cron: '@weekly'
   reporter_config:
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- as: e2e-baremetalds-mno-dualstack-qe-integration-tests
cron: '@weekly'
reporter_config:
channel: '#lvms-release-coordination'
job_states_to_report:
- error
- failure
- success
report_template: '{{if eq .Status.State "success"}} :large_green_circle: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :large_green_circle:
{{else}} :red_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> :red_circle: {{end}}'
steps:
cluster_profile: equinix-ocp-metal-qe
env:
- as: e2e-baremetalds-mno-dualstack-qe-integration-tests
capabilities:
- intranet
cron: '@weekly'
reporter_config:
channel: '#lvms-release-coordination'
job_states_to_report:
- error
- failure
- success
report_template: '{{if eq .Status.State "success"}} :large_green_circle: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :large_green_circle:
{{else}} :red_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> :red_circle: {{end}}'
steps:
cluster_profile: equinix-ocp-metal-qe
env:
🤖 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-main__nightly.yaml`
around lines 210 - 224, The job using cluster_profile: equinix-ocp-metal-qe is
missing the intranet capability; update the job's steps block (the same block
containing cluster_profile: equinix-ocp-metal-qe and env:) to add capabilities:
[intranet] so it matches the SNO counterpart and grants internal-network access
required by the baremetal MNO job.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The MNO baremetal test was already missing capabilities: [intranet] in the original upstream config — this is not something we introduced. It's a pre-existing inconsistency between the SNO and MNO baremetal
tests.

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.

@kasturinarra, thanks for the clarification — understood. Since this PR is just moving existing jobs into the nightly variant configs, the inconsistency is indeed out of scope here.

Would you like me to open a follow-up GitHub issue to track this pre-existing capabilities: [intranet] inconsistency between the SNO and MNO baremetal jobs so it doesn't get lost? I can also go ahead and resolve this comment if you'd like.

Comment on lines +222 to +236
- as: e2e-baremetalds-mno-dualstack-qe-integration-tests
cron: '@weekly'
reporter_config:
channel: '#lvms-release-coordination'
job_states_to_report:
- error
- failure
- success
report_template: '{{if eq .Status.State "success"}} :large_green_circle: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :large_green_circle:
{{else}} :red_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> :red_circle: {{end}}'
steps:
cluster_profile: equinix-ocp-metal-qe
env:
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot May 15, 2026

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟠 Major | ⚡ Quick win

Add intranet capability to the MNO baremetal dualstack job.

Line [222] defines another equinix-ocp-metal-qe baremetal job, but unlike the SNO equivalent (Line [188]), it omits capabilities: [intranet]. This mismatch can route the job to clusters without required internal network access and cause avoidable failures.

Suggested fix
 - as: e2e-baremetalds-mno-dualstack-qe-integration-tests
+  capabilities:
+  - intranet
   cron: '@weekly'
   reporter_config:
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- as: e2e-baremetalds-mno-dualstack-qe-integration-tests
cron: '@weekly'
reporter_config:
channel: '#lvms-release-coordination'
job_states_to_report:
- error
- failure
- success
report_template: '{{if eq .Status.State "success"}} :large_green_circle: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :large_green_circle:
{{else}} :red_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> :red_circle: {{end}}'
steps:
cluster_profile: equinix-ocp-metal-qe
env:
- as: e2e-baremetalds-mno-dualstack-qe-integration-tests
capabilities:
- intranet
cron: '@weekly'
reporter_config:
channel: '#lvms-release-coordination'
job_states_to_report:
- error
- failure
- success
report_template: '{{if eq .Status.State "success"}} :large_green_circle: Job *{{.Spec.Job}}*
ended with *{{.Status.State}}*. <{{.Status.URL}}|View logs> :large_green_circle:
{{else}} :red_circle: Job *{{.Spec.Job}}* ended with *{{.Status.State}}*. <{{.Status.URL}}|View
logs> :red_circle: {{end}}'
steps:
cluster_profile: equinix-ocp-metal-qe
env:
🤖 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-4.22__nightly.yaml`
around lines 222 - 236, The MNO baremetal dualstack job (the job block with
cluster_profile: equinix-ocp-metal-qe, i.e. the
e2e-baremetalds-mno-dualstack-qe-integration-tests job) is missing the intranet
capability; add a capabilities: [intranet] entry to that job (same placement as
in the SNO equivalent) so the job is scheduled only on clusters with internal
network access.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

The MNO baremetal test was already missing capabilities: [intranet] in the original upstream config. This is a pre-existing inconsistency, not something introduced by our
changes.

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.

🧩 Analysis chain

🏁 Script executed:

#!/bin/bash
# Check the original release-4.22.yaml on main branch for the MNO baremetal job capabilities
git show origin/main:ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-release-4.22.yaml | grep -A 20 "e2e-baremetalds-mno-dualstack"

Length of output: 777


@kasturinarra, confirmed — the original openshift-lvm-operator-release-4.22.yaml on main also lacks capabilities: [intranet] on the e2e-baremetalds-mno-dualstack-qe-integration-tests job. This PR faithfully preserves the existing configuration, so my concern doesn't apply here. Apologies for the noise.

The SNO/MNO intranet capability mismatch is a pre-existing inconsistency. Would you like me to open a follow-up GitHub issue to track fixing it separately?

kasturinarra and others added 2 commits May 15, 2026 19:48
The gather step was left over from a partial edit and referenced
lvms-must-gather which is not built in the nightly config.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Bump base images, build root, and release references from 4.22 to
5.0 in both main.yaml and main__nightly.yaml.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 15, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: kasturinarra
Once this PR has been reviewed and has the lgtm label, please assign jeff-roche for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found 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

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.

🧹 Nitpick comments (1)
ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-main__nightly.yaml (1)

199-209: ⚡ Quick win

Baremetal jobs lack explicit timeout unlike AWS counterparts.

AWS integration tests define timeout: 4h0m0s but baremetal SNO/MNO jobs omit it. Without an explicit timeout, jobs may run indefinitely if the integration tests hang, consuming cluster resources.

Consider adding consistent timeout values:

Suggested fix for baremetal SNO job (Lines 199-209)
       from: lvm-operator-integration-test
       resources:
         requests:
           cpu: 100m
           memory: 200Mi
+      timeout: 4h0m0s
     workflow: cucushift-installer-rehearse-baremetalds-ipi-ovn-dualstack-sno-lvms
Suggested fix for baremetal MNO job (Lines 227-237)
       from: lvm-operator-integration-test
       resources:
         requests:
           cpu: 100m
           memory: 200Mi
+      timeout: 4h0m0s
     workflow: cucushift-installer-rehearse-baremetalds-ipi-ovn-dualstack-mno-lvms

Also applies to: 227-237

🤖 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-main__nightly.yaml`
around lines 199 - 209, The SNO baremetal test job (the test block with "as:
lvms-sno-integration-test" and "from: lvm-operator-integration-test") is missing
an explicit timeout; add a timeout: 4h0m0s field at the same indentation as
"cli", "commands", and "from" so the job will be forcibly terminated if the
integration tests hang; do the same for the MNO baremetal job (the test block at
lines referenced with the other "as:" entry) to match the AWS jobs' timeout
behavior.
🤖 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-main__nightly.yaml`:
- Around line 199-209: The SNO baremetal test job (the test block with "as:
lvms-sno-integration-test" and "from: lvm-operator-integration-test") is missing
an explicit timeout; add a timeout: 4h0m0s field at the same indentation as
"cli", "commands", and "from" so the job will be forcibly terminated if the
integration tests hang; do the same for the MNO baremetal job (the test block at
lines referenced with the other "as:" entry) to match the AWS jobs' timeout
behavior.

ℹ️ Review info
⚙️ Run configuration

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

Review profile: CHILL

Plan: Enterprise

Run ID: f91ab0c7-0a9d-4cc9-a1f0-ad936bec68df

📥 Commits

Reviewing files that changed from the base of the PR and between 72935d8 and ef2f133.

⛔ Files ignored due to path filters (2)
  • ci-operator/jobs/openshift/lvm-operator/openshift-lvm-operator-main-periodics.yaml is excluded by !ci-operator/jobs/**
  • ci-operator/jobs/openshift/lvm-operator/openshift-lvm-operator-main-presubmits.yaml is excluded by !ci-operator/jobs/**
📒 Files selected for processing (2)
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-main.yaml
  • ci-operator/config/openshift/lvm-operator/openshift-lvm-operator-main__nightly.yaml

@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-main-nightly-images openshift/lvm-operator presubmit Presubmit changed
pull-ci-openshift-lvm-operator-release-4.22-nightly-images openshift/lvm-operator presubmit Presubmit changed
pull-ci-openshift-lvm-operator-main-ci-index-lvm-operator-bundle openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-main-e2e-aws openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-main-e2e-aws-hypershift openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-main-e2e-aws-single-node openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-main-e2e-aws-single-node-integration-tests openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-main-images openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-main-precommit-check openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-main-snyk-code openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-main-snyk-deps openshift/lvm-operator presubmit Ci-operator config changed
pull-ci-openshift-lvm-operator-main-unit-test openshift/lvm-operator presubmit Ci-operator config changed
periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-baremetalds-sno-dualstack-qe-integration-tests N/A periodic Periodic changed
periodic-ci-openshift-lvm-operator-main-nightly-e2e-baremetalds-mno-dualstack-qe-integration-tests N/A periodic Periodic changed
periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-aws-mno-qe-integration-tests N/A periodic Periodic changed
periodic-ci-openshift-lvm-operator-main-e2e-aws-single-node N/A periodic Ci-operator config changed
periodic-ci-openshift-lvm-operator-main-nightly-e2e-aws-sno-arm-qe-integration-tests N/A periodic Periodic changed
periodic-ci-openshift-lvm-operator-main-nightly-e2e-baremetalds-sno-dualstack-qe-integration-tests N/A periodic Periodic changed
periodic-ci-openshift-lvm-operator-main-e2e-aws N/A periodic Ci-operator config changed
periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-aws-mno-arm-qe-integration-tests N/A periodic Periodic changed
periodic-ci-openshift-lvm-operator-main-nightly-e2e-aws-sno-qe-integration-tests N/A periodic Periodic changed
periodic-ci-openshift-lvm-operator-main-e2e-aws-single-node-integration-tests N/A periodic Ci-operator config changed
periodic-ci-openshift-lvm-operator-main-nightly-e2e-aws-mno-qe-integration-tests N/A periodic Periodic changed
periodic-ci-openshift-lvm-operator-main-nightly-e2e-aws-mno-arm-qe-integration-tests N/A periodic Periodic changed
periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-aws-sno-arm-qe-integration-tests N/A periodic Periodic changed

A total of 27 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 periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-aws-mno-qe-integration-tests periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-aws-mno-arm-qe-integration-tests periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-aws-sno-arm-qe-integration-tests periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-aws-sno-qe-integration-tests periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-baremetalds-mno-dualstack-qe-integration-tests periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-baremetalds-sno-dualstack-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 periodic-ci-openshift-lvm-operator-main-nightly-e2e-aws-mno-arm-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.

@openshift-ci
Copy link
Copy Markdown
Contributor

openshift-ci Bot commented May 15, 2026

@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/periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-baremetalds-mno-dualstack-qe-integration-tests ef2f133 link unknown /pj-rehearse periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-baremetalds-mno-dualstack-qe-integration-tests
ci/rehearse/periodic-ci-openshift-lvm-operator-main-nightly-e2e-aws-mno-arm-qe-integration-tests ef2f133 link unknown /pj-rehearse periodic-ci-openshift-lvm-operator-main-nightly-e2e-aws-mno-arm-qe-integration-tests
ci/rehearse/periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-aws-sno-arm-qe-integration-tests ef2f133 link unknown /pj-rehearse periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-aws-sno-arm-qe-integration-tests
ci/rehearse/periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-aws-sno-qe-integration-tests ef2f133 link unknown /pj-rehearse periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-aws-sno-qe-integration-tests
ci/rehearse/periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-aws-mno-qe-integration-tests ef2f133 link unknown /pj-rehearse periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-aws-mno-qe-integration-tests
ci/rehearse/periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-baremetalds-sno-dualstack-qe-integration-tests ef2f133 link unknown /pj-rehearse periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-baremetalds-sno-dualstack-qe-integration-tests
ci/rehearse/periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-aws-mno-arm-qe-integration-tests ef2f133 link unknown /pj-rehearse periodic-ci-openshift-lvm-operator-release-4.22-nightly-e2e-aws-mno-arm-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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant