Skip to content

Update lws-operator-main to 27d953e#487

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

Update lws-operator-main to 27d953e#487
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
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 May 26, 2026

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

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 5bc180f -> 27d953e

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 configuration in the build process.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 26, 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: Enterprise

Run ID: b49cc38c-4060-4676-a048-a958c7a0a211

📥 Commits

Reviewing files that changed from the base of the PR and between 081f4fc and 5b82f6d.

📒 Files selected for processing (1)
  • bundle.Dockerfile

Walkthrough

The OPERATOR_IMAGE build argument in bundle.Dockerfile is updated to a new leader-worker-set/lws-rhel9-operator image digest; this value is used by hack/replace-image.sh to rewrite operator references in bundle manifests.

Changes

Operator image update

Layer / File(s) Summary
Update operator image digest
bundle.Dockerfile
ARG OPERATOR_IMAGE value changed to reference a different lws-rhel9-operator image digest, which is consumed by downstream hack/replace-image.sh replacements.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Possibly related PRs

  • openshift/lws-operator#476: Both PRs modify bundle.Dockerfile by updating the OPERATOR_IMAGE build-arg to a new operator image digest, which drives the subsequent image-replacement steps.
  • openshift/lws-operator#482: Both PRs change bundle.Dockerfile’s OPERATOR_IMAGE build-arg to a new operator image digest, which is then used by hack/replace-image.sh to rewrite the deployment/manifests.

Suggested labels

jira/valid-reference, approved, lgtm

Suggested reviewers

  • gangwgr
  • xueqzhan
  • p0lyn0mial

Important

Pre-merge checks failed

Please resolve all errors before merging. Addressing warnings is optional.

❌ Failed checks (1 error, 1 warning)

Check name Status Explanation Resolution
Ote Binary Stdout Contract ❌ Error cmd/lws-operator/main.go contains two fmt.Printf() calls (lines 18 and 31) that write to stdout in main-level code, violating OTE Binary Stdout Contract. Replace fmt.Printf with fmt.Fprintf(os.Stderr, ...) or remove the error messages in lines 18 and 31 of cmd/lws-operator/main.go.
Microshift Test Compatibility ⚠️ Warning New e2e tests use operator.openshift.io/v1 API, which is unavailable on MicroShift, and lack required protection mechanisms. Add [apigroup:operator.openshift.io] tags to test names or use IsMicroShiftCluster() guards. MicroShift supports only Route and SecurityContextConstraints APIs.
✅ Passed checks (10 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately reflects the main change: updating the operator image digest from 5bc180f to 27d953e in bundle.Dockerfile.
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 Test names in added files are static and descriptive with no dynamic content, timestamps, pod names, or generated identifiers. All follow Ginkgo stability requirements.
Test Structure And Quality ✅ Passed PR only updates bundle.Dockerfile (operator image digest), not test code. Custom check for Ginkgo test quality is not applicable to this PR.
Single Node Openshift (Sno) Test Compatibility ✅ Passed New Ginkgo e2e tests in test/e2e/e2e_test.go are SNO-compatible. Tests verify operator conditions, pod recovery, and deployment scaling without multi-node assumptions.
Topology-Aware Scheduling Compatibility ✅ Passed PR only updates operator image digest in bundle.Dockerfile; deployment manifest has no problematic scheduling constraints (1 replica, no affinity/topology-spread/node-targeting).
Ipv6 And Disconnected Network Test Compatibility ✅ Passed New e2e tests contain no IPv4 addresses, IPv4-specific parsing, or external connectivity; only use Kubernetes client APIs and are IPv6/disconnected-network compatible.
✨ 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
Copy link
Copy Markdown

openshift-ci Bot commented May 26, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:
Once this PR has been reviewed and has the lgtm label, please assign tjungblu 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

@openshift-ci openshift-ci Bot requested review from benluddy and rh-roman May 26, 2026 03:05
Image created from 'https://github.com/openshift/lws-operator?rev=09a0457b0fcfe2597ae82ca4baabb78171216527'

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 965356c Update lws-operator-main to 27d953e May 26, 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 081f4fc to 5b82f6d Compare May 26, 2026 10:18
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented May 26, 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