Skip to content

Commit

Permalink
Drop centos8-stream support and add almalinux8
Browse files Browse the repository at this point in the history
  • Loading branch information
archanaserver authored and ekohl committed Jun 4, 2024
1 parent baf3a59 commit 7744549
Show file tree
Hide file tree
Showing 14 changed files with 18 additions and 28 deletions.
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',
]
]

0 comments on commit 7744549

Please sign in to comment.