Skip to content

Bump migtools/kubevirt-datamover-controller build root to ubi9-v1.26 - #82429

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
redhat-chai-bot:bump-kubevirt-datamover-go126
Jul 24, 2026
Merged

Bump migtools/kubevirt-datamover-controller build root to ubi9-v1.26#82429
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
redhat-chai-bot:bump-kubevirt-datamover-go126

Conversation

@kaovilai

@kaovilai kaovilai commented Jul 24, 2026

Copy link
Copy Markdown
Member

Update the Go build root image tag from ubi9-v1.25 to ubi9-v1.26 for the migtools/kubevirt-datamover-controller oadp-1.6 branch.

Summary by CodeRabbit

Updates the OpenShift CI build root image for migtools/kubevirt-datamover-controller on the oadp-1.6 branch from ubi9-v1.25 to ubi9-v1.26.

Update the Go build root image tag from ubi9-v1.25 to ubi9-v1.26
for the migtools/kubevirt-datamover-controller oadp-1.6 branch.

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

coderabbitai Bot commented Jul 24, 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: 60ead7a4-5df5-47bd-a4db-92cd8e5b17db

📥 Commits

Reviewing files that changed from the base of the PR and between a912569 and 84f2bc0.

📒 Files selected for processing (1)
  • ci-operator/config/migtools/kubevirt-datamover-controller/migtools-kubevirt-datamover-controller-oadp-1.6.yaml

Walkthrough

The OADP 1.6 kubevirt datamover controller configuration updates its build-root image tag from ubi9-v1.25 to ubi9-v1.26.

Changes

Build-root image update

Layer / File(s) Summary
Update build-root tag
ci-operator/config/migtools/kubevirt-datamover-controller/...yaml
The build_root.image_stream_tag.tag value changes from ubi9-v1.25 to ubi9-v1.26.

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

Possibly related PRs

Suggested labels: lgtm, approved, rehearsals-ack

🚥 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 accurately summarizes the build root image tag bump to ubi9-v1.26 for migtools/kubevirt-datamover-controller.
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 only changes a ci-operator YAML build-root tag; no test files or Ginkgo titles were modified.
Test Structure And Quality ✅ Passed Only a ci-operator YAML build-root tag changed; no Ginkgo test code or test behavior was modified, so the test-quality check is not applicable.
Microshift Test Compatibility ✅ Passed Only a ci-operator config image tag changed; no Ginkgo tests or MicroShift-sensitive APIs/features were added.
Single Node Openshift (Sno) Test Compatibility ✅ Passed Only ci-operator YAML changed; no new Ginkgo tests or SNO-relevant code was added.
Topology-Aware Scheduling Compatibility ✅ Passed Only the build_root image tag changed from ubi9-v1.25 to ubi9-v1.26; no scheduling constraints or pod specs were modified.
Ote Binary Stdout Contract ✅ Passed Only a ci-operator YAML changed; no process-level code or stdout writes were added.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed Only a ci-operator YAML build-root tag changed; no Ginkgo/e2e test files or network-related test code were added or modified.
No-Weak-Crypto ✅ Passed Only a build-root image tag changed in a YAML config; no weak-crypto code or patterns were added.
Container-Privileges ✅ Passed The only touched config updates the build-root image tag; no privileged, host*, SYS_ADMIN, or allowPrivilegeEscalation settings are present.
No-Sensitive-Data-In-Logs ✅ Passed The only change is a build-root image tag update; the file contains no logging code or sensitive values.
✨ 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 mpryc and weshayutin July 24, 2026 20:23
@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 24, 2026
@openshift-merge-bot

Copy link
Copy Markdown
Contributor

[REHEARSALNOTIFIER]
@kaovilai: 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-migtools-kubevirt-datamover-controller-oadp-1.6-images migtools/kubevirt-datamover-controller presubmit Ci-operator config changed

Prior to this PR being merged, you will need to either run and acknowledge or opt to skip these rehearsals.

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.

@openshift-ci

openshift-ci Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

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

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

openshift-ci Bot commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: kaovilai, shubham-pampattiwar

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

@kaovilai

Copy link
Copy Markdown
Member Author

/pj-rehearse ack

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

@kaovilai: 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 24, 2026
@openshift-merge-bot
openshift-merge-bot Bot merged commit 7fb7782 into openshift:main Jul 24, 2026
14 checks passed
mrniranjan pushed a commit to mrniranjan/release that referenced this pull request Jul 28, 2026
…penshift#82429)

Update the Go build root image tag from ubi9-v1.25 to ubi9-v1.26
for the migtools/kubevirt-datamover-controller oadp-1.6 branch.

Co-authored-by: Chai Bot <ship-help-github@redhat.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
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.

3 participants