Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Katello 4.11 #384

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'