Skip to content

AGENT-1536, OCPBUGS-89233: bump mtv-operator channel to release-v2.12#309

Merged
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
andfasano:bump-mtv-operator
Jun 16, 2026
Merged

AGENT-1536, OCPBUGS-89233: bump mtv-operator channel to release-v2.12#309
openshift-merge-bot[bot] merged 1 commit into
openshift:mainfrom
andfasano:bump-mtv-operator

Conversation

@andfasano

@andfasano andfasano commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

Summary by CodeRabbit

  • Chores
    • Updated operator package channel selection to release-v2.12 (from release-v2.11) across the supported appliance configuration versions, including mtv-operator and kubevirt-hyperconverged.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jun 16, 2026
@openshift-ci-robot

openshift-ci-robot commented Jun 16, 2026

Copy link
Copy Markdown

@andfasano: This pull request references AGENT-1536 which is a valid jira issue.

Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the story to target the "5.0.0" version, but no target version was set.

Details

In response to this:

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 openshift-eng/jira-lifecycle-plugin repository.

@coderabbitai

coderabbitai Bot commented Jun 16, 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: 9f898d4e-5e41-4273-8b64-5b457228b27b

📥 Commits

Reviewing files that changed from the base of the PR and between 33f6f73 and efe60b2.

📒 Files selected for processing (4)
  • tools/iso_builder/config/4.21/appliance-config.yaml
  • tools/iso_builder/config/4.22/appliance-config.yaml
  • tools/iso_builder/config/4.23/appliance-config.yaml
  • tools/iso_builder/config/5.0/appliance-config.yaml
✅ Files skipped from review due to trivial changes (2)
  • tools/iso_builder/config/5.0/appliance-config.yaml
  • tools/iso_builder/config/4.22/appliance-config.yaml

Walkthrough

Operator channel versions are upgraded from release-v2.11 to release-v2.12 across appliance configurations for all supported OpenShift versions (4.21, 4.22, 4.23, and 5.0).

Changes

Operator Channel Version Upgrades

Layer / File(s) Summary
Operator channel version upgrades
tools/iso_builder/config/4.21/appliance-config.yaml, tools/iso_builder/config/4.22/appliance-config.yaml, tools/iso_builder/config/4.23/appliance-config.yaml, tools/iso_builder/config/5.0/appliance-config.yaml
Updates mtv-operator and kubevirt-hyperconverged operator channel entries from release-v2.11 to release-v2.12 in appliance configurations for OpenShift versions 4.21, 4.22, 4.23, and 5.0.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes


Important

Pre-merge checks failed

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

❌ Failed checks (1 error)

Check name Status Explanation Resolution
No-Sensitive-Data-In-Logs ❌ Error The script tools/iso_builder/hack/build-ove-image.sh has set -xeuo pipefail at line 4 and set -x at line 97, which enables debug logging of all executed commands. The PULL_SECRET_FILE and `... Remove set -x before the podman command execution or use --authfile redaction in logging, and disable debug logging for sensitive operations containing authentication or credential file paths.
✅ Passed checks (14 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: updating the MTV operator channel to release-v2.12 across multiple appliance configuration files.
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 YAML configuration files (appliance-config.yaml), not test code. No Ginkgo tests are introduced or modified, so the check for stable test names is not applicable.
Test Structure And Quality ✅ Passed The PR contains only YAML configuration file changes (appliance-config.yaml files) updating operator channel versions. No Ginkgo test code is modified, added, or reviewed in this PR, making the tes...
Microshift Test Compatibility ✅ Passed No new Ginkgo e2e tests (using Describe/Context/It/When) were added. PR adds standard Go unit tests using testing package and testify, which are outside the check scope.
Single Node Openshift (Sno) Test Compatibility ✅ Passed PR contains only configuration file changes (appliance-config.yaml operator version bumps); no new Ginkgo e2e tests are added, so SNO compatibility check is not applicable.
Topology-Aware Scheduling Compatibility ✅ Passed PR updates operator channel versions in ISO builder configuration files only. No deployment manifests, operator code, or controllers are added/modified, so topology-aware scheduling check does not...
Ote Binary Stdout Contract ✅ Passed PR modifies YAML config files and adds agent-tui (TUI for agent-based installation), not an OTE binary. OTE Binary Stdout Contract check doesn't apply to this repository.
Ipv6 And Disconnected Network Test Compatibility ✅ Passed PR only updates YAML configuration files with MTV operator channel versions; no new Ginkgo e2e tests are added, so the check does not apply.
No-Weak-Crypto ✅ Passed PR only modifies appliance config YAML files to update MTV operator channel from v2.11 to v2.12; no cryptographic code, weak crypto algorithms, custom implementations, or secret comparisons detected.
Container-Privileges ✅ Passed PR changes only appliance config files with operator channel versions; no K8s container/Pod manifests contain privileged settings, hostPID, hostNetwork, hostIPC, SYS_ADMIN, allowPrivilegeEscalation...
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: andfasano

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

@openshift-ci openshift-ci Bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jun 16, 2026
@andfasano

Copy link
Copy Markdown
Contributor Author

/test ?

@andfasano

Copy link
Copy Markdown
Contributor Author

/test e2e-agent-compact-ipv4-iso-no-registry

@bfournie

Copy link
Copy Markdown
Contributor

/lgtm

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

bfournie commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

The Konflux jobs are failing because the pull-secret needs to be updated in Konflux.

@andfasano

Copy link
Copy Markdown
Contributor Author

/test e2e-agent-compact-ipv4-iso-no-registry

@andfasano andfasano force-pushed the bump-mtv-operator branch from 33f6f73 to efe60b2 Compare June 16, 2026 12:52
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Jun 16, 2026
@bfournie

Copy link
Copy Markdown
Contributor

/lgtm

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

Copy link
Copy Markdown
Contributor

/retest-required

@bfournie

Copy link
Copy Markdown
Contributor

/test "Konflux kflux-prd-rh02 / ove-ui-iso-on-pull-request"

@bfournie

Copy link
Copy Markdown
Contributor

/retest

@andfasano

Copy link
Copy Markdown
Contributor Author

/verified by @andfasano

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Jun 16, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@andfasano: This PR has been marked as verified by @andfasano.

Details

In response to this:

/verified by @andfasano

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 openshift-eng/jira-lifecycle-plugin repository.

@andfasano

Copy link
Copy Markdown
Contributor Author

/override ci/prow/e2e-agent-compact-ipv4
/override ci/prow/e2e-agent-bad-dns

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown

@andfasano: Overrode contexts on behalf of andfasano: ci/prow/e2e-agent-bad-dns, ci/prow/e2e-agent-compact-ipv4

Details

In response to this:

/override ci/prow/e2e-agent-compact-ipv4
/override ci/prow/e2e-agent-bad-dns

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.

@andfasano

Copy link
Copy Markdown
Contributor Author

/override "Konflux kflux-prd-rh02 / ove-ui-iso-on-pull-request"

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown

@andfasano: /override requires failed status contexts, check run or a prowjob name to operate on.
The following unknown contexts/checkruns were given:

  • Konflux kflux-prd-rh02 / ove-ui-iso-on-pull-request

Only the following failed contexts/checkruns were expected:

  • CodeRabbit
  • ci/prow/e2e-agent-bad-dns
  • ci/prow/e2e-agent-compact-ipv4
  • ci/prow/gofmt
  • ci/prow/govet
  • ci/prow/images
  • ci/prow/okd-scos-images
  • ci/prow/unit
  • ci/prow/verify-deps
  • ci/prow/verify-vendor
  • pull-ci-openshift-agent-installer-utils-main-e2e-agent-bad-dns
  • pull-ci-openshift-agent-installer-utils-main-e2e-agent-compact-ipv4
  • pull-ci-openshift-agent-installer-utils-main-gofmt
  • pull-ci-openshift-agent-installer-utils-main-govet
  • pull-ci-openshift-agent-installer-utils-main-images
  • pull-ci-openshift-agent-installer-utils-main-okd-scos-images
  • pull-ci-openshift-agent-installer-utils-main-unit
  • pull-ci-openshift-agent-installer-utils-main-verify-deps
  • pull-ci-openshift-agent-installer-utils-main-verify-vendor
  • tide

If you are trying to override a checkrun that has a space in it, you must put a double quote on the context.

Details

In response to this:

/override "Konflux kflux-prd-rh02 / ove-ui-iso-on-pull-request"

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.

@bfournie

Copy link
Copy Markdown
Contributor

/override "Konflux kflux-prd-rh02 / ove-ui-iso-on-pull-request"

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown

@bfournie: /override requires failed status contexts, check run or a prowjob name to operate on.
The following unknown contexts/checkruns were given:

  • Konflux kflux-prd-rh02 / ove-ui-iso-on-pull-request

Only the following failed contexts/checkruns were expected:

  • CodeRabbit
  • ci/prow/e2e-agent-bad-dns
  • ci/prow/e2e-agent-compact-ipv4
  • ci/prow/gofmt
  • ci/prow/govet
  • ci/prow/images
  • ci/prow/okd-scos-images
  • ci/prow/unit
  • ci/prow/verify-deps
  • ci/prow/verify-vendor
  • pull-ci-openshift-agent-installer-utils-main-e2e-agent-bad-dns
  • pull-ci-openshift-agent-installer-utils-main-e2e-agent-compact-ipv4
  • pull-ci-openshift-agent-installer-utils-main-gofmt
  • pull-ci-openshift-agent-installer-utils-main-govet
  • pull-ci-openshift-agent-installer-utils-main-images
  • pull-ci-openshift-agent-installer-utils-main-okd-scos-images
  • pull-ci-openshift-agent-installer-utils-main-unit
  • pull-ci-openshift-agent-installer-utils-main-verify-deps
  • pull-ci-openshift-agent-installer-utils-main-verify-vendor
  • tide

If you are trying to override a checkrun that has a space in it, you must put a double quote on the context.

Details

In response to this:

/override "Konflux kflux-prd-rh02 / ove-ui-iso-on-pull-request"

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.

@andfasano

Copy link
Copy Markdown
Contributor Author

/override "kflux-prd-rh02 / ove-ui-iso-on-pull-request"

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown

@andfasano: /override requires failed status contexts, check run or a prowjob name to operate on.
The following unknown contexts/checkruns were given:

  • kflux-prd-rh02 / ove-ui-iso-on-pull-request

Only the following failed contexts/checkruns were expected:

  • CodeRabbit
  • ci/prow/e2e-agent-bad-dns
  • ci/prow/e2e-agent-compact-ipv4
  • ci/prow/gofmt
  • ci/prow/govet
  • ci/prow/images
  • ci/prow/okd-scos-images
  • ci/prow/unit
  • ci/prow/verify-deps
  • ci/prow/verify-vendor
  • pull-ci-openshift-agent-installer-utils-main-e2e-agent-bad-dns
  • pull-ci-openshift-agent-installer-utils-main-e2e-agent-compact-ipv4
  • pull-ci-openshift-agent-installer-utils-main-gofmt
  • pull-ci-openshift-agent-installer-utils-main-govet
  • pull-ci-openshift-agent-installer-utils-main-images
  • pull-ci-openshift-agent-installer-utils-main-okd-scos-images
  • pull-ci-openshift-agent-installer-utils-main-unit
  • pull-ci-openshift-agent-installer-utils-main-verify-deps
  • pull-ci-openshift-agent-installer-utils-main-verify-vendor
  • tide

If you are trying to override a checkrun that has a space in it, you must put a double quote on the context.

Details

In response to this:

/override "kflux-prd-rh02 / ove-ui-iso-on-pull-request"

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.

@andfasano

Copy link
Copy Markdown
Contributor Author

/override "Konflux kflux-prd-rh02 / ove-ui-iso-on-pull-request"

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown

@andfasano: /override requires failed status contexts, check run or a prowjob name to operate on.
The following unknown contexts/checkruns were given:

  • Konflux kflux-prd-rh02 / ove-ui-iso-on-pull-request

Only the following failed contexts/checkruns were expected:

  • CodeRabbit
  • ci/prow/e2e-agent-bad-dns
  • ci/prow/e2e-agent-compact-ipv4
  • ci/prow/gofmt
  • ci/prow/govet
  • ci/prow/images
  • ci/prow/okd-scos-images
  • ci/prow/unit
  • ci/prow/verify-deps
  • ci/prow/verify-vendor
  • pull-ci-openshift-agent-installer-utils-main-e2e-agent-bad-dns
  • pull-ci-openshift-agent-installer-utils-main-e2e-agent-compact-ipv4
  • pull-ci-openshift-agent-installer-utils-main-gofmt
  • pull-ci-openshift-agent-installer-utils-main-govet
  • pull-ci-openshift-agent-installer-utils-main-images
  • pull-ci-openshift-agent-installer-utils-main-okd-scos-images
  • pull-ci-openshift-agent-installer-utils-main-unit
  • pull-ci-openshift-agent-installer-utils-main-verify-deps
  • pull-ci-openshift-agent-installer-utils-main-verify-vendor
  • tide

If you are trying to override a checkrun that has a space in it, you must put a double quote on the context.

Details

In response to this:

/override "Konflux kflux-prd-rh02 / ove-ui-iso-on-pull-request"

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.

@andfasano

Copy link
Copy Markdown
Contributor Author

/override "Konflux kflux-prd-rh02/ove-ui-iso-on-pull-request"

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown

@andfasano: /override requires failed status contexts, check run or a prowjob name to operate on.
The following unknown contexts/checkruns were given:

  • Konflux kflux-prd-rh02/ove-ui-iso-on-pull-request

Only the following failed contexts/checkruns were expected:

  • CodeRabbit
  • ci/prow/e2e-agent-bad-dns
  • ci/prow/e2e-agent-compact-ipv4
  • ci/prow/gofmt
  • ci/prow/govet
  • ci/prow/images
  • ci/prow/okd-scos-images
  • ci/prow/unit
  • ci/prow/verify-deps
  • ci/prow/verify-vendor
  • pull-ci-openshift-agent-installer-utils-main-e2e-agent-bad-dns
  • pull-ci-openshift-agent-installer-utils-main-e2e-agent-compact-ipv4
  • pull-ci-openshift-agent-installer-utils-main-gofmt
  • pull-ci-openshift-agent-installer-utils-main-govet
  • pull-ci-openshift-agent-installer-utils-main-images
  • pull-ci-openshift-agent-installer-utils-main-okd-scos-images
  • pull-ci-openshift-agent-installer-utils-main-unit
  • pull-ci-openshift-agent-installer-utils-main-verify-deps
  • pull-ci-openshift-agent-installer-utils-main-verify-vendor
  • tide

If you are trying to override a checkrun that has a space in it, you must put a double quote on the context.

Details

In response to this:

/override "Konflux kflux-prd-rh02/ove-ui-iso-on-pull-request"

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.

@andfasano

Copy link
Copy Markdown
Contributor Author

/override "Red Hat Konflux / ove-ui-enterprise-contract / ove-ui-iso"

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown

@andfasano: /override requires failed status contexts, check run or a prowjob name to operate on.
The following unknown contexts/checkruns were given:

  • Red Hat Konflux / ove-ui-enterprise-contract / ove-ui-iso

Only the following failed contexts/checkruns were expected:

  • CodeRabbit
  • ci/prow/e2e-agent-bad-dns
  • ci/prow/e2e-agent-compact-ipv4
  • ci/prow/gofmt
  • ci/prow/govet
  • ci/prow/images
  • ci/prow/okd-scos-images
  • ci/prow/unit
  • ci/prow/verify-deps
  • ci/prow/verify-vendor
  • pull-ci-openshift-agent-installer-utils-main-e2e-agent-bad-dns
  • pull-ci-openshift-agent-installer-utils-main-e2e-agent-compact-ipv4
  • pull-ci-openshift-agent-installer-utils-main-gofmt
  • pull-ci-openshift-agent-installer-utils-main-govet
  • pull-ci-openshift-agent-installer-utils-main-images
  • pull-ci-openshift-agent-installer-utils-main-okd-scos-images
  • pull-ci-openshift-agent-installer-utils-main-unit
  • pull-ci-openshift-agent-installer-utils-main-verify-deps
  • pull-ci-openshift-agent-installer-utils-main-verify-vendor
  • tide

If you are trying to override a checkrun that has a space in it, you must put a double quote on the context.

Details

In response to this:

/override "Red Hat Konflux / ove-ui-enterprise-contract / ove-ui-iso"

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.

@openshift-merge-bot

Copy link
Copy Markdown
Contributor

/retest-required

Remaining retests: 0 against base HEAD 546c1a9 and 2 for PR HEAD efe60b2 in total

@bfournie

Copy link
Copy Markdown
Contributor

/override ci/prow/e2e-agent-compact-ipv4

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown

@bfournie: Overrode contexts on behalf of bfournie: ci/prow/e2e-agent-compact-ipv4

Details

In response to this:

/override ci/prow/e2e-agent-compact-ipv4

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.

@andfasano

Copy link
Copy Markdown
Contributor Author

/override ci/prow/e2e-agent-bad-dns

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown

@andfasano: Overrode contexts on behalf of andfasano: ci/prow/e2e-agent-bad-dns

Details

In response to this:

/override ci/prow/e2e-agent-bad-dns

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.

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown

@andfasano: The following test 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/prow/e2e-agent-compact-ipv4 efe60b2 link true /test e2e-agent-compact-ipv4

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-merge-bot openshift-merge-bot Bot merged commit c52e7a7 into openshift:main Jun 16, 2026
11 of 13 checks passed
@andfasano andfasano changed the title AGENT-1536: bump mtv-operator channel to release-v2.12 AGENT-1536, OCPBUGS-89233: bump mtv-operator channel to release-v2.12 Jun 16, 2026
@openshift-ci-robot

Copy link
Copy Markdown

@andfasano: Jira Issue Verification Checks: Jira Issue OCPBUGS-89233
✔️ This pull request was pre-merge verified.
✔️ All associated pull requests have merged.
✔️ All associated, merged pull requests were pre-merge verified.

Jira Issue OCPBUGS-89233 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓

Details

In response to this:

Summary by CodeRabbit

  • Chores
  • Updated operator package channel selection to release-v2.12 (from release-v2.11) across the supported appliance configuration versions, including mtv-operator and kubevirt-hyperconverged.

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 openshift-eng/jira-lifecycle-plugin repository.

@andfasano

Copy link
Copy Markdown
Contributor Author

/cherry-pick release-4.22

@openshift-cherrypick-robot

Copy link
Copy Markdown

@andfasano: #309 failed to apply on top of branch "release-4.22":

Applying: bump mtv-operator channel to release-v2.12
Using index info to reconstruct a base tree...
A	tools/iso_builder/config/4.23/appliance-config.yaml
A	tools/iso_builder/config/5.0/appliance-config.yaml
Falling back to patching base and 3-way merge...
Auto-merging tools/iso_builder/config/4.20/appliance-config.yaml
CONFLICT (content): Merge conflict in tools/iso_builder/config/4.20/appliance-config.yaml
CONFLICT (modify/delete): tools/iso_builder/config/5.0/appliance-config.yaml deleted in HEAD and modified in bump mtv-operator channel to release-v2.12.  Version bump mtv-operator channel to release-v2.12 of tools/iso_builder/config/5.0/appliance-config.yaml left in tree.
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 bump mtv-operator channel to release-v2.12

Details

In response to this:

/cherry-pick release-4.22

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.

@openshift-ci

openshift-ci Bot commented Jun 16, 2026

Copy link
Copy Markdown

@sadasu: This PR was included in a payload test run from openshift/api#2880
trigger 1 job(s) for the /payload-(with-prs|job|aggregate|job-with-prs|aggregate-with-prs) command

  • periodic-ci-openshift-release-main-nightly-5.0-e2e-agent-compact-iso-no-registry-techpreview

See details on https://pr-payload-tests.ci.openshift.org/runs/ci/7f987e10-69c5-11f1-9875-224b8c1290ff-0

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. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. verified Signifies that the PR passed pre-merge verification criteria

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants