Skip to content

Commit

Permalink
Add katello 4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
ianballou committed Nov 29, 2023
1 parent 746bf7c commit c09e1c2
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions centos.org/jobs/katello-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
version:
- '4.9'
- '4.10'
- '4.11'
- 'nightly'
type:
- katello
Expand Down
4 changes: 4 additions & 0 deletions theforeman.org/pipelines/test/testKatello.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ def katello_versions = [
'foreman': 'develop',
'ruby': ['2.7']
],
'KATELLO-4.11': [
'foreman': '3.9-stable',
'ruby': ['2.7']
],
'KATELLO-4.10': [
'foreman': '3.8-stable',
'ruby': ['2.7']
Expand Down
16 changes: 16 additions & 0 deletions theforeman.org/pipelines/vars/katello/4.11.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
def foreman_version = '3.9'
def katello_version = '4.11'
def stage_source = 'stagingyum'
def foreman_el_releases = [
'el8'
]
def pipelines = [
'install': [
'centos8-stream',
'almalinux8',
],
'upgrade': [
'centos8-stream',
'almalinux8',
]
]
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
version:
- '4.9'
- '4.10'
- '4.11'

0 comments on commit c09e1c2

Please sign in to comment.