Skip to content

Commit

Permalink
Drop EL8 from Foreman, Katello and Candlepin
Browse files Browse the repository at this point in the history
  • Loading branch information
Odilhao committed Oct 9, 2024
1 parent c8a1528 commit 4886d1e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
2 changes: 0 additions & 2 deletions theforeman.org/pipelines/vars/candlepin/nightly.groovy
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
def candlepin_version = 'nightly'
def packaging_branch = 'rpm/develop'
def candlepin_distros = [
'el8',
'el9'
]
def pipelines = [
'candlepin': [
'centos9-stream',
'almalinux8',
'almalinux9',
]
]
3 changes: 1 addition & 2 deletions theforeman.org/pipelines/vars/foreman/nightly.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ def foreman_client_distros = [
'el7'
]
def foreman_el_releases = [
'el9',
'el8'
'el9'
]
def foreman_debian_releases = ['bullseye', 'bookworm', 'focal', 'jammy']

Expand Down
3 changes: 0 additions & 3 deletions theforeman.org/pipelines/vars/katello/nightly.groovy
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
def foreman_version = 'nightly'
def katello_version = 'nightly'
def foreman_el_releases = [
'el8',
'el9'
]
def pipelines = [
'install': [
'centos9-stream',
'almalinux8',
'almalinux9',
],
'upgrade': [
'centos9-stream',
'almalinux8',
'almalinux9',
]
]

0 comments on commit 4886d1e

Please sign in to comment.