Skip to content

Commit

Permalink
Drop CentOS 8 Stream support and add AlmaLinux support
Browse files Browse the repository at this point in the history
Updated pipeline configurations to drop CentOS 8 Stream support and add
AlmaLinux support for candlepin in theforeman.org/pipelines/vars/candlepin
and pulpcore in theforeman.org/pipelines/vars/pulpcore.
  • Loading branch information
archanaserver committed Jun 3, 2024
1 parent 557f2ff commit a2b63a7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 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,7 @@ def candlepin_distros = ['el8', 'el9']
def packaging_branch = 'rpm/4.3'
def pipelines = [
'candlepin': [
'centos8-stream',
'centos9-stream'
'centos9-stream',
'almalinux8'
]
]
4 changes: 2 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,7 @@ def candlepin_distros = ['el8', 'el9']
def packaging_branch = 'rpm/4.4'
def pipelines = [
'candlepin': [
'centos8-stream',
'centos9-stream'
'centos9-stream',
'almalinux8',
]
]
4 changes: 2 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,7 @@ def candlepin_distros = [
]
def pipelines = [
'candlepin': [
'centos8-stream',
'centos9-stream'
'centos9-stream',
'almalinux8',
]
]
4 changes: 2 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,7 @@ def pulpcore_distros = ['el8', 'el9']
def packaging_branch = 'rpm/3.39'
def pipelines = [
'pulpcore': [
'centos8-stream',
'centos9-stream'
'centos9-stream',
'almalinux8',
]
]
4 changes: 2 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,7 @@ def pulpcore_distros = ['el8', 'el9']
def packaging_branch = 'rpm/3.49'
def pipelines = [
'pulpcore': [
'centos8-stream',
'centos9-stream'
'centos9-stream',
'almalinux8',
]
]
4 changes: 2 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,7 @@ def pulpcore_distros = ['el8', 'el9']
def packaging_branch = 'rpm/develop'
def pipelines = [
'pulpcore': [
'centos8-stream',
'centos9-stream'
'centos9-stream',
'almalinux8',
]
]

0 comments on commit a2b63a7

Please sign in to comment.