Skip to content

Commit

Permalink
Add EL9 to Candlepin nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
ehelms committed Jan 12, 2024
1 parent 33e789c commit 17937d4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions theforeman.org/pipelines/vars/candlepin/nightly.groovy
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
def candlepin_version = 'nightly'
def candlepin_distros = ['el8']
def packaging_branch = 'rpm/develop'
def candlepin_distros = [
'el8',
'el9'
]
def pipelines = [
'candlepin': [
'centos8-stream'
'centos8-stream',
'centos9-stream'
]
]

0 comments on commit 17937d4

Please sign in to comment.