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

Switch pipelines to using Alma #472

Closed
ehelms opened this issue May 29, 2024 · 6 comments · Fixed by #474
Closed

Switch pipelines to using Alma #472

ehelms opened this issue May 29, 2024 · 6 comments · Fixed by #474
Assignees

Comments

@ehelms
Copy link
Member

ehelms commented May 29, 2024

No description provided.

@ekohl ekohl transferred this issue from theforeman/foreman-infra May 30, 2024
@ekohl
Copy link
Member

ekohl commented May 30, 2024

Pipelines currently run both AlmaLinux and CentOS Stream:

def pipelines_el = [
'install': [
'centos8-stream',
'centos9-stream',
'almalinux8',
'almalinux9',
],
'upgrade': [
'centos8-stream',
'centos9-stream',
'almalinux8',
'almalinux9',
]
]

We will need to drop centos8-stream from files like that. Those files are all in theforeman.org/pipelines/vars.

Note for candlepin we currently only run on CentOS Stream. There we need to add AlmaLinux.

@archanaserver
Copy link
Contributor

I noticed pulpcore also run only on CentOS Stream rn.

def pipelines = [
'pulpcore': [
'centos8-stream',
'centos9-stream'
]
]

If I want to add AlmaLinux there as well, how would I know what is supported for this specific? Or if there is any additional steps I should keep in mind? @ekohl @ehelms

@ekohl
Copy link
Member

ekohl commented Jun 3, 2024

It should be supported, because we allow users to run Katello (which includes Pulp) to run on AlmaLinux. In fact, we even run our Katello CI pipelines on AlmaLinux so implicitly it's already tested.

@archanaserver
Copy link
Contributor

Thanks!

@archanaserver
Copy link
Contributor

#474

@ekohl ekohl linked a pull request Jun 3, 2024 that will close this issue
@archanaserver
Copy link
Contributor

#475

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants