Skip to content

Update lws-operator-main to 1489303#427

Open
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/component-updates/lws-operator-bundle-main-component-update-lws-operator-main
Open

Update lws-operator-main to 1489303#427
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
konflux/component-updates/lws-operator-bundle-main-component-update-lws-operator-main

Conversation

@red-hat-konflux
Copy link
Copy Markdown
Contributor

@red-hat-konflux red-hat-konflux bot commented Apr 14, 2026

Image created from 'https://github.com/openshift/lws-operator?rev=95f1250d9c531807cb107c214c86ea155a665fc4'

This PR contains the following updates:

Package Update Change
quay.io/redhat-user-workloads/jobset-lws-pipeline-tenant/lws-operator-main/lws-operator-main digest bc928f5 -> 1489303

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

To execute skipped test pipelines write comment /ok-to-test

Summary by CodeRabbit

  • Chores
    • Updated operator image to a new version for improved stability and compatibility.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 14, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 1ad11ac4-9a98-41bc-9550-ece5b5359c5e

📥 Commits

Reviewing files that changed from the base of the PR and between 0eae495 and e130156.

📒 Files selected for processing (1)
  • bundle.Dockerfile
🚧 Files skipped from review as they are similar to previous changes (1)
  • bundle.Dockerfile

Walkthrough

The bundle.Dockerfile build-time argument OPERATOR_IMAGE is updated to a different image digest for the leader-worker-set operator; that value is propagated to manifest replacement steps via hack/replace-image.sh.

Changes

Cohort / File(s) Summary
Operator Image Update
bundle.Dockerfile
ARG OPERATOR_IMAGE changed from registry.redhat.io/leader-worker-set/lws-rhel9-operator@sha256:bc928f5f2272c54f0d07a9b98e515d4b1e37e6c2657e07210c445bd85fe49db7 to registry.redhat.io/leader-worker-set/lws-rhel9-operator@sha256:14893033043b6492f036417d2984ad0fbd45d45d5c0ce7ca5f1d52229bae8169. The REPLACED_OPERATOR_IMG value (used with hack/replace-image.sh) now targets the new digest for both deploy and manifests.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 8 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Test Structure And Quality ⚠️ Warning Test code violates quality requirements with multiple unrelated behaviors in single test blocks and missing failure messages on assertions. Refactor tests into single-responsibility It blocks and add meaningful failure messages to all assertions like 'failed to list LWS operators'.
Microshift Test Compatibility ❓ Inconclusive Unable to execute provided shell commands; require access to actual repository and test files to verify content and changes. Execute the provided shell scripts in the target repository to inspect test file contents and git diff output for verification.
✅ Passed checks (8 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title references the operator image digest change (1489303) which is the core change made in bundle.Dockerfile, accurately capturing the main update.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Stable And Deterministic Test Names ✅ Passed Pull request only modifies bundle.Dockerfile with no changes to Ginkgo test files or test declarations.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR only updates operator image digest in bundle.Dockerfile; no new Ginkgo e2e tests added, so SNO compatibility check does not apply.
Topology-Aware Scheduling Compatibility ✅ Passed Pull request updates only the OPERATOR_IMAGE digest in bundle.Dockerfile; deployment manifest and ClusterServiceVersion remain unchanged with no topology-dependent scheduling constraints.
Ote Binary Stdout Contract ✅ Passed PR only modifies bundle.Dockerfile to update an image digest reference in a build argument. No changes to Go source code, test binaries, or process-level code that could violate the OTE binary stdout contract.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed This PR only updates the OPERATOR_IMAGE build argument in bundle.Dockerfile from one image digest to another. No new Ginkgo e2e tests are added.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/component-updates/lws-operator-bundle-main-component-update-lws-operator-main

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

@openshift-ci openshift-ci bot requested review from ardaguclu and atiratree April 14, 2026 11:12
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 14, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux[bot]
Once this PR has been reviewed and has the lgtm label, please assign ardaguclu 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

@red-hat-konflux red-hat-konflux bot changed the title Update lws-operator-main to e8692d4 Update lws-operator-main to 8f89384 Apr 14, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/component-updates/lws-operator-bundle-main-component-update-lws-operator-main branch from a4c032e to 0eae495 Compare April 14, 2026 16:34
Image created from 'https://github.com/openshift/lws-operator?rev=95f1250d9c531807cb107c214c86ea155a665fc4'

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@red-hat-konflux red-hat-konflux bot changed the title Update lws-operator-main to 8f89384 Update lws-operator-main to 1489303 Apr 14, 2026
@red-hat-konflux red-hat-konflux bot force-pushed the konflux/component-updates/lws-operator-bundle-main-component-update-lws-operator-main branch from 0eae495 to e130156 Compare April 14, 2026 20:35
@openshift-ci
Copy link
Copy Markdown

openshift-ci bot commented Apr 14, 2026

@red-hat-konflux[bot]: 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.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants