Skip to content

chore(deps): update multiarch-tuning-operator to c292332 - #554

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

chore(deps): update multiarch-tuning-operator to c292332#554
red-hat-konflux[bot] wants to merge 1 commit into
mainfrom
konflux/component-updates/multiarch-tuning-operator-bundle-component-update-multiarch-tuning-operator

Conversation

@red-hat-konflux

@red-hat-konflux red-hat-konflux Bot commented Sep 5, 2026

Copy link
Copy Markdown

Image created from 'https://github.com/openshift/multiarch-tuning-operator?rev=e81367dda08251a0afc4bd4b715d17afe9ae11df'

This PR contains the following updates:

Package Update Change
quay.io/redhat-user-workloads/multiarch-tuning-ope-tenant/multiarch-tuning-operator/multiarch-tuning-operator digest b1a059d -> c292332

Configuration

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

🚦 Automerge: Enabled.

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
This is Konflux nudging PR, not Mintmaker.

Summary by CodeRabbit

  • Chores
    • Updated the build process to use a pinned multi-architecture tuning image for improved reproducibility.

Image created from 'https://github.com/openshift/multiarch-tuning-operator?rev=e81367dda08251a0afc4bd4b715d17afe9ae11df'

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
@openshift-merge-bot

Copy link
Copy Markdown

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@openshift-ci

openshift-ci Bot commented Sep 5, 2026

Copy link
Copy Markdown

[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 bshaw7 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

@coderabbitai

coderabbitai Bot commented Sep 5, 2026

Copy link
Copy Markdown

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: b6536d97-79fb-4c27-9ba4-f7833071657a

📥 Commits

Reviewing files that changed from the base of the PR and between e81367d and ce46dea.

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

Included review availability: Your plan provides up to 12 included reviews per hour; 11 remain after this review.


Walkthrough

The builder-stage IMG argument in bundle.konflux.Dockerfile now references a different pinned multiarch-tuning operator image digest.

Changes

Operator image update

Layer / File(s) Summary
Update builder image pin
bundle.konflux.Dockerfile
The IMG build argument keeps the existing repository and uses a new pinned digest.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Merge Risk: ⚪ Minimal · up to ce46d

This updates the pinned operator builder image digest without changing build configuration behavior. The image remains immutably pinned, and no current merge-readiness risk is identified.

🚥 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 identifies the dependency update and specifies the updated multiarch-tuning-operator revision. It matches the pull request changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0…
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 PASS. The pull request changes only the IMG digest in bundle.konflux.Dockerfile. The diff contains no Ginkgo test files or test-title declarations. The digest is used for bundle image substitution…
Test Structure And Quality ✅ Passed PASS. The pull request changes only one line in bundle.konflux.Dockerfile: the pinned operator image digest. No Ginkgo test file or test code changed, so the listed test-structure requirements are n…
Microshift Test Compatibility ✅ Passed PASS: The pull request changes only one line in bundle.konflux.Dockerfile, updating the pinned operator image digest. The commit contains no added Ginkgo tests or test changes, so the MicroShift API…
Single Node Openshift (Sno) Test Compatibility ✅ Passed PASS: The pull request changes only the pinned image digest in bundle.konflux.Dockerfile. The committed diff contains no new or changed Ginkgo e2e tests, so the SNO multi-node compatibility check is n…
Topology-Aware Scheduling Compatibility ✅ Passed The pull request changes only the IMG digest in bundle.konflux.Dockerfile. The diff contains no added or modified deployment manifests, operator code, controllers, replicas, affinity, topology spr…
Ote Binary Stdout Contract ✅ Passed PASS — The commit changes only bundle.konflux.Dockerfile, replacing the IMG digest from b1a059d... to c292332.... The Dockerfile uses IMG only to replace image references in bundle manifests…
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PASS: The pull request changes only bundle.konflux.Dockerfile, replacing one image digest. The commit adds no Ginkgo tests or other test files, and the test-file count is unchanged between the paren…
No-Weak-Crypto ✅ Passed The pull request changes only the operator image digest in bundle.konflux.Dockerfile. The new value is a 64-hex-character SHA-256 digest. The diff adds no MD5, SHA-1, DES, RC4, 3DES, Blowfish, ECB, …
Container-Privileges ✅ Passed The pull request changes only the pinned image digest in bundle.konflux.Dockerfile. It does not add or change privileged, hostPID, hostNetwork, hostIPC, SYS_ADMIN, `allowPrivilegeEscalatio…
No-Sensitive-Data-In-Logs ✅ Passed PASS. The pull request changes only the IMG value in bundle.konflux.Dockerfile, from one public registry.redhat.io image digest to another. The existing build command prints matching bundle refe…
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch konflux/component-updates/multiarch-tuning-operator-bundle-component-update-multiarch-tuning-operator

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

@openshift-ci

openshift-ci Bot commented Sep 5, 2026

Copy link
Copy Markdown

@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