From ac54e573256733d90918d91d70fbc5baba2242d8 Mon Sep 17 00:00:00 2001 From: Odilon Sousa Date: Thu, 16 Nov 2023 16:17:55 -0300 Subject: [PATCH] Add configuration for Pulpcore 3.39 --- theforeman.org/pipelines/vars/pulpcore/3.39.groovy | 10 ++++++++++ .../yaml/includes/pulpcore_versions_copr.yaml.inc | 1 + 2 files changed, 11 insertions(+) create mode 100644 theforeman.org/pipelines/vars/pulpcore/3.39.groovy diff --git a/theforeman.org/pipelines/vars/pulpcore/3.39.groovy b/theforeman.org/pipelines/vars/pulpcore/3.39.groovy new file mode 100644 index 00000000..e8614c41 --- /dev/null +++ b/theforeman.org/pipelines/vars/pulpcore/3.39.groovy @@ -0,0 +1,10 @@ +def pulpcore_version = '3.39' +def pulpcore_distros = ['el8', 'el9'] +def packaging_branch = 'rpm/3.39' +def pipelines = [ + 'pulpcore': [ + 'centos8-stream', + 'centos9-stream' + ] +] +def stage_source = 'stagingyum' diff --git a/theforeman.org/yaml/includes/pulpcore_versions_copr.yaml.inc b/theforeman.org/yaml/includes/pulpcore_versions_copr.yaml.inc index 68f24a22..dfc1cc12 100644 --- a/theforeman.org/yaml/includes/pulpcore_versions_copr.yaml.inc +++ b/theforeman.org/yaml/includes/pulpcore_versions_copr.yaml.inc @@ -1 +1,2 @@ - 'nightly' +- '3.39'