From 40aa248a02a0f6912c0313afe92f5add183e9664 Mon Sep 17 00:00:00 2001 From: Odilon Sousa Date: Thu, 14 Mar 2024 13:19:45 -0300 Subject: [PATCH] Drop Pulpcore 3.22 Pipelines --- theforeman.org/pipelines/vars/pulpcore/3.22.groovy | 10 ---------- .../yaml/includes/pulpcore_versions_koji.yaml.inc | 1 - 2 files changed, 11 deletions(-) delete mode 100644 theforeman.org/pipelines/vars/pulpcore/3.22.groovy diff --git a/theforeman.org/pipelines/vars/pulpcore/3.22.groovy b/theforeman.org/pipelines/vars/pulpcore/3.22.groovy deleted file mode 100644 index fa773b67..00000000 --- a/theforeman.org/pipelines/vars/pulpcore/3.22.groovy +++ /dev/null @@ -1,10 +0,0 @@ -def pulpcore_version = '3.22' -def pulpcore_distros = ['el8', 'el9'] -def packaging_branch = 'rpm/3.22' -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 0646b187..ec61c029 100644 --- a/theforeman.org/yaml/includes/pulpcore_versions_koji.yaml.inc +++ b/theforeman.org/yaml/includes/pulpcore_versions_koji.yaml.inc @@ -1,2 +1 @@ -- '3.22' - '3.28'