Skip to content

Commit

Permalink
Foreman 3.11 Jobs/Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
zjhuntin committed May 21, 2024
1 parent 4e3fc8e commit 866c58f
Show file tree
Hide file tree
Showing 9 changed files with 102 additions and 0 deletions.
1 change: 1 addition & 0 deletions centos.org/jobs/foreman-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
version:
- '3.9'
- '3.10'
- '3.11'
- nightly
type:
- foreman
Expand Down
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.11'
- '4.12'
- '4.13'
- 'nightly'
type:
- katello
Expand Down
45 changes: 45 additions & 0 deletions theforeman.org/pipelines/vars/foreman/3.11.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
def foreman_version = '3.11'
def git_branch = "${foreman_version}-stable"

def foreman_client_distros = [
'el9',
'el8',
'el7'
]
def foreman_el_releases = [
'el9',
'el8'
]
def foreman_debian_releases = ['bullseye', 'bookworm', 'focal', 'jammy']

def pipelines_deb = [
'install': [
'debian11',
'ubuntu2004',
'ubuntu2204'
],
'upgrade': [
'debian11',
'ubuntu2004'
]
]

def pipelines_el = [
'install': [
'centos8-stream',
'centos9-stream',
'almalinux8',
'almalinux9',
],
'upgrade': [
'centos8-stream',
'centos9-stream',
'almalinux8',
'almalinux9',
]
]

def pipelines = [
'install': pipelines_deb['install'] + pipelines_el['install'],
'upgrade': pipelines_deb['upgrade'] + pipelines_el['upgrade'],
]
20 changes: 20 additions & 0 deletions theforeman.org/pipelines/vars/katello/4.13.groovy
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
def foreman_version = '3.11'
def katello_version = '4.13'
def foreman_el_releases = [
'el8',
'el9'
]
def pipelines = [
'install': [
'centos8-stream',
'centos9-stream',
'almalinux8',
'almalinux9',
],
'upgrade': [
'centos8-stream',
'centos9-stream',
'almalinux8',
'almalinux9',
]
]
1 change: 1 addition & 0 deletions theforeman.org/yaml/includes/foreman_versions.yaml.inc
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- '3.9'
- '3.10'
- '3.11'
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- '3.9'
- '3.10'
- '3.11'
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
version:
- '4.11'
- '4.12'
- '4.13'
31 changes: 31 additions & 0 deletions theforeman.org/yaml/jobs/test_3_11_stable.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
- job:
name: test_3_11_stable
project-type: matrix
quiet-period: 2700
properties:
- github_foreman
scm:
- foreman:
branch: '3.11-stable'
triggers:
- scm_fifteen_minutes
- github
axes:
- axis:
type: user-defined
name: ruby
values:
- '2.7.6'
- axis:
type: label-expression
name: slave
values:
- fast
builders:
- test_develop
publishers:
- archive:
artifacts: 'pkg/*,Gemfile.lock,package-lock.json'
only-if-success: false
- junit:
results: 'jenkins/reports/unit/*.xml'
1 change: 1 addition & 0 deletions theforeman.org/yaml/views/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
- '8'
- '9'
- '10'
- '11'

- view:
name: 'Foreman Nightly'
Expand Down

0 comments on commit 866c58f

Please sign in to comment.