diff --git a/run_tests_common.sh b/run_tests_common.sh index 8964092e..35ba83a3 100755 --- a/run_tests_common.sh +++ b/run_tests_common.sh @@ -44,16 +44,13 @@ BINDEP_FILE=${BINDEP_FILE:-bindep.txt} # Perform the initial distribution package install # to allow pip and bindep to work. case "${ID,,}" in - rocky) - pkg_list="python38 python38-devel redhat-lsb-core" - ;; - amzn|centos|rhel) + amzn|centos|rhel|rocky) case ${VERSION_ID} in 8) pkg_list="python38 python38-devel redhat-lsb-core" ;; 9) - pkg_list="python3 python3-devel redhat-lsb-core" + pkg_list="python3 python3-devel" ;; esac ;; diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 0525afbd..d1adc1f1 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -136,6 +136,11 @@ parent: openstack-ansible-functional nodeset: centos-8-stream +- job: + name: openstack-ansible-functional-centos-9-stream + parent: openstack-ansible-functional + nodeset: centos-9-stream + - job: name: openstack-ansible-cross-repo-functional parent: openstack-ansible-functional diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index a1731e83..ef059434 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -13,7 +13,7 @@ check: jobs: - openstack-ansible-functional-debian-buster - - openstack-ansible-functional-centos-8-stream + - openstack-ansible-functional-centos-9-stream - openstack-ansible-functional-ubuntu-focal gate: jobs: