From 5b9fcb8536bb3ea0becf8f6fa077990085fef9af Mon Sep 17 00:00:00 2001 From: "Eric D. Helms" Date: Mon, 12 Feb 2024 09:04:47 -0500 Subject: [PATCH] Add EL9 to Candlepin 4.3 --- theforeman.org/pipelines/vars/candlepin/4.3.groovy | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/theforeman.org/pipelines/vars/candlepin/4.3.groovy b/theforeman.org/pipelines/vars/candlepin/4.3.groovy index 62559de5..3fa95cc9 100644 --- a/theforeman.org/pipelines/vars/candlepin/4.3.groovy +++ b/theforeman.org/pipelines/vars/candlepin/4.3.groovy @@ -1,8 +1,9 @@ def candlepin_version = '4.3' -def candlepin_distros = ['el8'] +def candlepin_distros = ['el8', 'el9'] def packaging_branch = 'rpm/4.3' def pipelines = [ 'candlepin': [ - 'centos8-stream' + 'centos8-stream', + 'centos9-stream' ] ]