Skip to content

Commit

Permalink
Revert "disable Almalinux for nightly until 9.5 is out"
Browse files Browse the repository at this point in the history
This reverts commit 6a08f52.
  • Loading branch information
evgeni authored and ekohl committed Nov 19, 2024
1 parent 6a08f52 commit 4a0b9c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions theforeman.org/pipelines/vars/foreman/nightly.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,11 @@ def pipelines_deb = [
def pipelines_el = [
'install': [
'centos9-stream',
'almalinux9',
],
'upgrade': [
'centos9-stream',
'almalinux9',
]
]

Expand Down
2 changes: 2 additions & 0 deletions theforeman.org/pipelines/vars/katello/nightly.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ def foreman_el_releases = [
def pipelines = [
'install': [
'centos9-stream',
'almalinux9',
],
'upgrade': [
'centos9-stream',
'almalinux9',
]
]

0 comments on commit 4a0b9c2

Please sign in to comment.