diff --git a/centos.org/jobs/katello-pipelines.yml b/centos.org/jobs/katello-pipelines.yml index e5d323f3..b35f80cb 100644 --- a/centos.org/jobs/katello-pipelines.yml +++ b/centos.org/jobs/katello-pipelines.yml @@ -7,6 +7,7 @@ version: - '4.9' - '4.10' + - '4.11' - 'nightly' type: - katello diff --git a/theforeman.org/pipelines/test/testKatello.groovy b/theforeman.org/pipelines/test/testKatello.groovy index bfcb600c..4e27723f 100644 --- a/theforeman.org/pipelines/test/testKatello.groovy +++ b/theforeman.org/pipelines/test/testKatello.groovy @@ -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'] diff --git a/theforeman.org/pipelines/vars/katello/4.11.groovy b/theforeman.org/pipelines/vars/katello/4.11.groovy new file mode 100644 index 00000000..fac73b0e --- /dev/null +++ b/theforeman.org/pipelines/vars/katello/4.11.groovy @@ -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', + ] +] diff --git a/theforeman.org/yaml/jobs/pipeline/katello-rpm-pipeline.yaml b/theforeman.org/yaml/jobs/pipeline/katello-rpm-pipeline.yaml index 0998c60b..384086bb 100644 --- a/theforeman.org/yaml/jobs/pipeline/katello-rpm-pipeline.yaml +++ b/theforeman.org/yaml/jobs/pipeline/katello-rpm-pipeline.yaml @@ -20,3 +20,4 @@ version: - '4.9' - '4.10' + - '4.11'