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

Drop centos8-stream support from pipelines #474

Merged
merged 1 commit into from
Jun 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions theforeman.org/pipelines/vars/candlepin/4.3.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ def candlepin_distros = ['el8', 'el9']
def packaging_branch = 'rpm/4.3'
def pipelines = [
'candlepin': [
'centos8-stream',
'centos9-stream'
'centos9-stream',
'almalinux8',
'almalinux9',
]
]
5 changes: 3 additions & 2 deletions theforeman.org/pipelines/vars/candlepin/4.4.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ def candlepin_distros = ['el8', 'el9']
def packaging_branch = 'rpm/4.4'
def pipelines = [
'candlepin': [
'centos8-stream',
'centos9-stream'
'centos9-stream',
'almalinux8',
'almalinux9',
]
]
5 changes: 3 additions & 2 deletions theforeman.org/pipelines/vars/candlepin/nightly.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ def candlepin_distros = [
]
def pipelines = [
'candlepin': [
'centos8-stream',
'centos9-stream'
'centos9-stream',
'almalinux8',
'almalinux9',
]
]
2 changes: 0 additions & 2 deletions theforeman.org/pipelines/vars/foreman/3.10.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,11 @@ def pipelines_deb = [

def pipelines_el = [
'install': [
'centos8-stream',
'centos9-stream',
'almalinux8',
'almalinux9',
],
'upgrade': [
'centos8-stream',
'almalinux8',
]
]
Expand Down
2 changes: 0 additions & 2 deletions theforeman.org/pipelines/vars/foreman/3.11.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,11 @@ def pipelines_deb = [

def pipelines_el = [
'install': [
'centos8-stream',
'centos9-stream',
'almalinux8',
'almalinux9',
],
'upgrade': [
'centos8-stream',
'centos9-stream',
'almalinux8',
'almalinux9',
Expand Down
2 changes: 0 additions & 2 deletions theforeman.org/pipelines/vars/foreman/3.9.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,9 @@ def pipelines_deb = [

def pipelines_el = [
'install': [
'centos8-stream',
'almalinux8',
],
'upgrade': [
'centos8-stream',
'almalinux8',
]
]
Expand Down
2 changes: 0 additions & 2 deletions theforeman.org/pipelines/vars/foreman/nightly.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ def pipelines_deb = [

def pipelines_el = [
'install': [
'centos8-stream',
'centos9-stream',
'almalinux8',
'almalinux9',
],
'upgrade': [
'centos8-stream',
'centos9-stream',
'almalinux8',
'almalinux9',
Expand Down
2 changes: 0 additions & 2 deletions theforeman.org/pipelines/vars/katello/4.11.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ def foreman_el_releases = [
]
def pipelines = [
'install': [
'centos8-stream',
'almalinux8',
],
'upgrade': [
'centos8-stream',
'almalinux8',
]
]
2 changes: 0 additions & 2 deletions theforeman.org/pipelines/vars/katello/4.12.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ def foreman_el_releases = [
]
def pipelines = [
'install': [
'centos8-stream',
'centos9-stream',
'almalinux8',
'almalinux9',
],
'upgrade': [
'centos8-stream',
'almalinux8',
]
]
2 changes: 0 additions & 2 deletions theforeman.org/pipelines/vars/katello/4.13.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ def foreman_el_releases = [
]
def pipelines = [
'install': [
'centos8-stream',
'centos9-stream',
'almalinux8',
'almalinux9',
],
'upgrade': [
'centos8-stream',
'centos9-stream',
'almalinux8',
'almalinux9',
Expand Down
2 changes: 0 additions & 2 deletions theforeman.org/pipelines/vars/katello/nightly.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,11 @@ def foreman_el_releases = [
]
def pipelines = [
'install': [
'centos8-stream',
'centos9-stream',
'almalinux8',
'almalinux9',
],
'upgrade': [
'centos8-stream',
'centos9-stream',
'almalinux8',
'almalinux9',
Expand Down
5 changes: 3 additions & 2 deletions theforeman.org/pipelines/vars/pulpcore/3.39.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ def pulpcore_distros = ['el8', 'el9']
def packaging_branch = 'rpm/3.39'
def pipelines = [
'pulpcore': [
'centos8-stream',
'centos9-stream'
'centos9-stream',
'almalinux8',
'almalinux9',
]
]
5 changes: 3 additions & 2 deletions theforeman.org/pipelines/vars/pulpcore/3.49.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ def pulpcore_distros = ['el8', 'el9']
def packaging_branch = 'rpm/3.49'
def pipelines = [
'pulpcore': [
'centos8-stream',
'centos9-stream'
'centos9-stream',
'almalinux8',
'almalinux9',
]
]
5 changes: 3 additions & 2 deletions theforeman.org/pipelines/vars/pulpcore/nightly.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ def pulpcore_distros = ['el8', 'el9']
def packaging_branch = 'rpm/develop'
def pipelines = [
'pulpcore': [
'centos8-stream',
'centos9-stream'
'centos9-stream',
'almalinux8',
'almalinux9',
]
]