Skip to content

Commit

Permalink
fix 3.9 jenkins job definitions
Browse files Browse the repository at this point in the history
Fixes: 55c177c
  • Loading branch information
evgeni authored and ekohl committed Nov 29, 2023
1 parent 55c177c commit b993393
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 11 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
8 changes: 4 additions & 4 deletions theforeman.org/pipelines/test/foreman/vars.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ def foreman_integration_versions = [
'katello': 'master'
],
'3.9-stable': [
'ruby': ['2.7'],
'katello': 'KATELLO-4.11'
'ruby': ['2.7'],
'katello': 'KATELLO-4.11'
],
'3.8-stable': [
'ruby': ['2.7'],
Expand Down Expand Up @@ -46,8 +46,8 @@ def foreman_unit_versions = [
'ruby': ['2.7']
],
'3.9-stable': [
'ruby': ['2.7'],
'katello': 'KATELLO-4.11'
'ruby': ['2.7'],
'katello': 'KATELLO-4.11'
],
'3.8-stable': [
'ruby': ['2.7'],
Expand Down
4 changes: 2 additions & 2 deletions theforeman.org/pipelines/test/testKatello.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ def katello_versions = [
'ruby': ['2.7']
],
'KATELLO-4.11': [
'foreman': '3.9-stable',
'ruby': ['2.7']
'foreman': '3.9-stable',
'ruby': ['2.7']
],
'KATELLO-4.10': [
'foreman': '3.8-stable',
Expand Down
5 changes: 2 additions & 3 deletions theforeman.org/pipelines/vars/foreman/3.9.groovy
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
def foreman_version = '3.9'
def git_branch = "${foreman_version}-stable"
def stage_source = 'copr'
def stage_source = 'stagingyum'

def foreman_client_distros = [
'el9',
'el8',
'el7',
'sles12'
'el7'
]
def foreman_el_releases = [
'el8'
Expand Down
2 changes: 1 addition & 1 deletion theforeman.org/pipelines/vars/katello/4.11.groovy
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
def foreman_version = '3.9'
def katello_version = '4.11'
def stage_source = 'copr'
def stage_source = 'stagingyum'
def foreman_el_releases = [
'el8'
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[]
- '3.9'
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
version:
- '4.9'
- '4.10'
- '4.11'
1 change: 1 addition & 0 deletions theforeman.org/yaml/views/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
minor:
- '7'
- '8'
- '9'

- view:
name: 'Foreman Nightly'
Expand Down

0 comments on commit b993393

Please sign in to comment.