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' ] ]