Skip to content

OCPBUGS-78063: Allow test to tolerate running on minimal images#30695

Merged
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
jupierce:tolerate_ubi_minimal
Jan 19, 2026
Merged

OCPBUGS-78063: Allow test to tolerate running on minimal images#30695
openshift-merge-bot[bot] merged 1 commit intoopenshift:mainfrom
jupierce:tolerate_ubi_minimal

Conversation

@jupierce
Copy link
Contributor

minimal images provide microdnf instead of dnf/yum. ART attempts to insulate most images from this change by providing a thin wrapper around dnf/yum. However, microdnf fundamentally lacks some features.
config-manager is an example that is currently unsupported. In the case of ubi minimal, it should not be necessary to use config-manager to install ubi repositories, so instead of assuming it is necessary, it is only attempted after an attempt to install skopeo fails.
ART_DNF_WRAPPER_POLICY=skip is a subtle change which prevents the CI variant of cli image from trying to detect and install repositories suitable to provide access to RPMs not typically available to UBI.

@openshift-ci-robot
Copy link

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: automatic mode

@openshift-ci openshift-ci bot requested review from p0lyn0mial and sjenning January 16, 2026 18:35
@jupierce
Copy link
Contributor Author

/hold

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 16, 2026
@openshift-ci-robot
Copy link

Scheduling required tests:
/test e2e-aws-csi
/test e2e-aws-ovn-fips
/test e2e-aws-ovn-microshift
/test e2e-aws-ovn-microshift-serial
/test e2e-aws-ovn-serial-1of2
/test e2e-aws-ovn-serial-2of2
/test e2e-gcp-csi
/test e2e-gcp-ovn
/test e2e-gcp-ovn-upgrade
/test e2e-metal-ipi-ovn-ipv6
/test e2e-vsphere-ovn
/test e2e-vsphere-ovn-upi

@xueqzhan
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added lgtm Indicates that a PR is ready to be merged. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Jan 16, 2026
@jupierce jupierce force-pushed the tolerate_ubi_minimal branch from c3f3f11 to 4cfc809 Compare January 16, 2026 22:38
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label Jan 16, 2026
minimal images provide microdnf instead of dnf/yum.
ART attempts to insulate most images from this change
by providing a thin wrapper around dnf/yum. However, microdnf
fundamentally lacks some features.
config-manager is an example that is currently unsupported.
In the case of ubi minimal, it should not be necessary to
use config-manager to install ubi repositories, so instead
of assuming it is necessary, it is only attempted after
an attempt to install skopeo fails.
ART_DNF_WRAPPER_POLICY=skip is a subtle change which prevents
the CI variant of cli image from trying to detect and install
repositories suitable to provide access to RPMs not typically
available to UBI.
@jupierce jupierce force-pushed the tolerate_ubi_minimal branch from 4cfc809 to 21111ad Compare January 17, 2026 01:29
@openshift-ci-robot
Copy link

Scheduling required tests:
/test e2e-aws-csi
/test e2e-aws-ovn-fips
/test e2e-aws-ovn-microshift
/test e2e-aws-ovn-microshift-serial
/test e2e-aws-ovn-serial-1of2
/test e2e-aws-ovn-serial-2of2
/test e2e-gcp-csi
/test e2e-gcp-ovn
/test e2e-gcp-ovn-upgrade
/test e2e-metal-ipi-ovn-ipv6
/test e2e-vsphere-ovn
/test e2e-vsphere-ovn-upi

@jupierce
Copy link
Contributor Author

/retest

@jupierce
Copy link
Contributor Author

/unhold

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jan 17, 2026
@jupierce
Copy link
Contributor Author

/retest

@xueqzhan
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jan 19, 2026
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 19, 2026

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: jupierce, xueqzhan

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

@jupierce
Copy link
Contributor Author

/override ci/prow/e2e-aws-csi
/override ci/prow/e2e-aws-ovn-microshift

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 19, 2026

@jupierce: Overrode contexts on behalf of jupierce: ci/prow/e2e-aws-csi, ci/prow/e2e-aws-ovn-microshift

Details

In response to this:

/override ci/prow/e2e-aws-csi
/override ci/prow/e2e-aws-ovn-microshift

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.

@jupierce jupierce changed the title Allow test to tolerate running on minimal images NO-ISSUE: Allow test to tolerate running on minimal images Jan 19, 2026
@openshift-ci-robot
Copy link

@jupierce: This pull request explicitly references no jira issue.

Details

In response to this:

minimal images provide microdnf instead of dnf/yum. ART attempts to insulate most images from this change by providing a thin wrapper around dnf/yum. However, microdnf fundamentally lacks some features.
config-manager is an example that is currently unsupported. In the case of ubi minimal, it should not be necessary to use config-manager to install ubi repositories, so instead of assuming it is necessary, it is only attempted after an attempt to install skopeo fails.
ART_DNF_WRAPPER_POLICY=skip is a subtle change which prevents the CI variant of cli image from trying to detect and install repositories suitable to provide access to RPMs not typically available to UBI.

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.

@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Jan 19, 2026
@jupierce
Copy link
Contributor Author

/verified by CI test results

@openshift-ci-robot openshift-ci-robot added the verified Signifies that the PR passed pre-merge verification criteria label Jan 19, 2026
@openshift-ci-robot
Copy link

@jupierce: This PR has been marked as verified by CI test results.

Details

In response to this:

/verified by CI test results

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.

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jan 19, 2026

@jupierce: 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-merge-bot openshift-merge-bot bot merged commit 7cfaeb6 into openshift:main Jan 19, 2026
20 checks passed
@sdodson
Copy link
Member

sdodson commented Mar 9, 2026

/retitle OCPBUGS-78063
/verified by CI

@openshift-ci openshift-ci bot changed the title NO-ISSUE: Allow test to tolerate running on minimal images OCPBUGS-78063 Mar 9, 2026
@sdodson
Copy link
Member

sdodson commented Mar 9, 2026

/retitle OCPBUGS-78063: Allow test to tolerate running on minimal images

@openshift-ci openshift-ci bot changed the title OCPBUGS-78063 OCPBUGS-78063: Allow test to tolerate running on minimal images Mar 9, 2026
@openshift-ci-robot
Copy link

@jupierce: Jira Issue Verification Checks: Jira Issue OCPBUGS-78063
✔️ 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-78063 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:

minimal images provide microdnf instead of dnf/yum. ART attempts to insulate most images from this change by providing a thin wrapper around dnf/yum. However, microdnf fundamentally lacks some features.
config-manager is an example that is currently unsupported. In the case of ubi minimal, it should not be necessary to use config-manager to install ubi repositories, so instead of assuming it is necessary, it is only attempted after an attempt to install skopeo fails.
ART_DNF_WRAPPER_POLICY=skip is a subtle change which prevents the CI variant of cli image from trying to detect and install repositories suitable to provide access to RPMs not typically available to UBI.

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.

@sdodson
Copy link
Member

sdodson commented Mar 9, 2026

/cherry-pick release-4.21

@openshift-cherrypick-robot

@sdodson: new pull request created: #30852

Details

In response to this:

/cherry-pick release-4.21

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.

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.

5 participants