openshift-metal3 / dev-scripts

Scripts to automate development/test setup for openshift integration with https://github.com/metal3-io/
Apache License 2.0
93 stars 185 forks source link

METAL-754: Switch testing container image to RHEL9 #1612

Closed derekhiggins closed 9 months ago

derekhiggins commented 9 months ago

We also need to maintain RHEL8 support as prow uses RHEL8 as a base image. Once merged we can switch the base image (in the release repo) to rhel9 and remove rhel8 support.

We're moving to RHEL9 now in order to take advantage of curl's new "--retry-all-errors" flag. This will allow us to retry when the ofcir-acquire ci step fails to contact ofcir.

Also remove RHEL7 support, it hasn't been needed since February.

elfosardo commented 9 months ago

/lgtm

dtantsur commented 9 months ago

/approve

openshift-ci[bot] commented 9 months ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: dtantsur

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files: - ~~[OWNERS](https://github.com/openshift-metal3/dev-scripts/blob/master/OWNERS)~~ [dtantsur] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
derekhiggins commented 9 months ago

/test e2e-metal-ipi-bm

derekhiggins commented 9 months ago

Next step is here https://github.com/openshift/release/pull/46317