Skip to content
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

Merged
merged 1 commit into from
Sep 12, 2022

Conversation

cgwalters
Copy link
Member

@cgwalters cgwalters commented Sep 12, 2022

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.

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.
@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 12, 2022
Copy link
Member

@ravanelli ravanelli left a 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

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 12, 2022

@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.

@cgwalters
Copy link
Member Author

OK so we're just waiting on s390x validation on this I think

@ravanelli
Copy link
Member

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Sep 12, 2022
@ravanelli
Copy link
Member

OK so we're just waiting on s390x validation on this I think

The s390x test passed too

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 12, 2022

[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:
  • OWNERS [cgwalters,ravanelli]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@cgwalters cgwalters merged commit 678dffc into openshift:master Sep 12, 2022
@jmarrero
Copy link
Member

Thanks for fixing this!

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. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

RHCOS 4.12 ppc64le - Fatal glibc error: CPU lacks ISA 3.00 support (POWER9 or later required)
3 participants