[release-4.19] USHIFT-7042: Enable EUS repos for RHEL 9.4 and 9.6 bootc test images#6735
[release-4.19] USHIFT-7042: Enable EUS repos for RHEL 9.4 and 9.6 bootc test images#6735pacevedom wants to merge 1 commit into
Conversation
The bootc base images ship with repos pointing to RHEL 9 latest content instead of EUS. This causes dnf to install greenboot-rs (0.16.x) instead of bash greenboot (0.15.x). Greenboot-rs sets RefuseManualStartStop=yes on greenboot-healthcheck.service, breaking both the test framework's Restart Greenboot keyword and the rollback/reboot mechanism. Lock releasever and enable EUS repositories before installing packages, matching the pattern used on release-4.20+ via rpm-repo-config.sh.
|
@pacevedom: This pull request references USHIFT-7042 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 bug to target either version "4.19." or "openshift-4.19.", but it targets "openshift-4.18.z" instead. DetailsIn 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. |
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: openshift/coderabbit/.coderabbit.yaml Review profile: CHILL Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: pacevedom, pmtk The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@pacevedom: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
The bootc base images ship with repos pointing to RHEL 9 latest content instead of EUS. This causes dnf to install greenboot-rs (0.16.x) instead of bash greenboot (0.15.x). Greenboot-rs sets RefuseManualStartStop=yes on greenboot-healthcheck.service, breaking both the test framework's Restart Greenboot keyword and the rollback/reboot mechanism.
Lock releasever and enable EUS repositories before installing packages, matching the pattern used on release-4.20+ via rpm-repo-config.sh.