-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
extensions: use Fedora as a builder #1004
Conversation
RHEL doesn't ship `createrepo_c`, so we were using CentOS Stream 8 for that. Then we hit on the fact that C8S doesn't exist for s390x, so switched to C9S. But RHEL9 made a push to require newer hardware baselines. This is problematic for parts of the RHCOS pipeline which are deployed on Power8 hardware. So...Fedora hasn't made the hardware baseline switches, so for now let's just use that as a lowest common denominator. The base image and packages exist on all architectures we care about.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ppc64le test on a P8 passed:
[2/3] STEP 3/7: RUN dnf install -y createrepo_c golang
Fedora 36 - ppc64le 16 MB/s | 76 MB 00:04
Fedora 36 openh264 (From Cisco) - ppc64le 4.4 kB/s | 2.5 kB 00:00
Fedora Modular 36 - ppc64le 3.1 MB/s | 2.3 MB 00:00
@cgwalters: all tests passed! Full PR test history. Your PR dashboard. 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/test-infra repository. I understand the commands that are listed here. |
OK so we're just waiting on s390x validation on this I think |
/lgtm |
The s390x test passed too |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: cgwalters, ravanelli 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:
Approvers can indicate their approval by writing |
Thanks for fixing this! |
Closes: #1000
RHEL doesn't ship
createrepo_c
, so we were using CentOS Stream 8 for that.Then we hit on the fact that C8S doesn't exist for s390x, so switched to C9S.
But RHEL9 made a push to require newer hardware baselines. This is problematic for parts of the RHCOS pipeline which are deployed on Power8 hardware.
So...Fedora hasn't made the hardware baseline switches, so for now let's just use that as a lowest common denominator. The base image and packages exist on all architectures we care about.