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'