Switch CentOS 8 Stream to 9 Stream

Change-Id: If030c646e9c79b55b206fdca51d0b5555286c31b
This commit is contained in:
Dmitriy Rabotyagov 2022-11-30 18:52:04 +01:00
parent 2ebc57082c
commit 046ecd4abc
3 changed files with 8 additions and 6 deletions

View File

@ -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
;;

View File

@ -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

View File

@ -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: