From 99b473512e74a678207c9b26d4972638c5cafe91 Mon Sep 17 00:00:00 2001 From: Ewoud Kohl van Wijngaarden Date: Sun, 26 Nov 2023 15:32:25 +0100 Subject: [PATCH] Drop Pulpcore 3.16, 3.17, 3.18 & 3.21 pipelines These belong to EOL Katello versions. Recently we've been seeing problems provisioning nodes in CentOS CI so this reduces the number of nodes we consume. --- theforeman.org/pipelines/vars/pulpcore/3.16.groovy | 10 ---------- theforeman.org/pipelines/vars/pulpcore/3.17.groovy | 10 ---------- theforeman.org/pipelines/vars/pulpcore/3.18.groovy | 11 ----------- theforeman.org/pipelines/vars/pulpcore/3.21.groovy | 10 ---------- .../yaml/includes/pulpcore_versions_koji.yaml.inc | 4 ---- 5 files changed, 45 deletions(-) delete mode 100644 theforeman.org/pipelines/vars/pulpcore/3.16.groovy delete mode 100644 theforeman.org/pipelines/vars/pulpcore/3.17.groovy delete mode 100644 theforeman.org/pipelines/vars/pulpcore/3.18.groovy delete mode 100644 theforeman.org/pipelines/vars/pulpcore/3.21.groovy diff --git a/theforeman.org/pipelines/vars/pulpcore/3.16.groovy b/theforeman.org/pipelines/vars/pulpcore/3.16.groovy deleted file mode 100644 index f1c10b1b..00000000 --- a/theforeman.org/pipelines/vars/pulpcore/3.16.groovy +++ /dev/null @@ -1,10 +0,0 @@ -def pulpcore_version = '3.16' -def pulpcore_distros = ['el7', 'el8'] -def packaging_branch = 'rpm/3.16' -def pipelines = [ - 'pulpcore': [ - 'centos7', - 'centos8-stream' - ] -] -def stage_source = 'koji' diff --git a/theforeman.org/pipelines/vars/pulpcore/3.17.groovy b/theforeman.org/pipelines/vars/pulpcore/3.17.groovy deleted file mode 100644 index b5f6659f..00000000 --- a/theforeman.org/pipelines/vars/pulpcore/3.17.groovy +++ /dev/null @@ -1,10 +0,0 @@ -def pulpcore_version = '3.17' -def pulpcore_distros = ['el7', 'el8'] -def packaging_branch = 'rpm/3.17' -def pipelines = [ - 'pulpcore': [ - 'centos7', - 'centos8-stream' - ] -] -def stage_source = 'koji' diff --git a/theforeman.org/pipelines/vars/pulpcore/3.18.groovy b/theforeman.org/pipelines/vars/pulpcore/3.18.groovy deleted file mode 100644 index 3c4ef895..00000000 --- a/theforeman.org/pipelines/vars/pulpcore/3.18.groovy +++ /dev/null @@ -1,11 +0,0 @@ -def pulpcore_version = '3.18' -def pulpcore_distros = ['el7', 'el8', 'el9'] -def packaging_branch = 'rpm/3.18' -def pipelines = [ - 'pulpcore': [ - 'centos7', - 'centos8-stream', - 'centos9-stream' - ] -] -def stage_source = 'koji' diff --git a/theforeman.org/pipelines/vars/pulpcore/3.21.groovy b/theforeman.org/pipelines/vars/pulpcore/3.21.groovy deleted file mode 100644 index 3dcaac84..00000000 --- a/theforeman.org/pipelines/vars/pulpcore/3.21.groovy +++ /dev/null @@ -1,10 +0,0 @@ -def pulpcore_version = '3.21' -def pulpcore_distros = ['el8', 'el9'] -def packaging_branch = 'rpm/3.21' -def pipelines = [ - 'pulpcore': [ - 'centos8-stream', - 'centos9-stream' - ] -] -def stage_source = 'koji' diff --git a/theforeman.org/yaml/includes/pulpcore_versions_koji.yaml.inc b/theforeman.org/yaml/includes/pulpcore_versions_koji.yaml.inc index 7c40fca6..0646b187 100644 --- a/theforeman.org/yaml/includes/pulpcore_versions_koji.yaml.inc +++ b/theforeman.org/yaml/includes/pulpcore_versions_koji.yaml.inc @@ -1,6 +1,2 @@ -- '3.16' -- '3.17' -- '3.18' -- '3.21' - '3.22' - '3.28'