CentOS & RHEL test farm fixes (#9188)

* update rhel 7 ami

* update bootstrap script

* update centos 8 image

* update centos 7 images

* add target comments
This commit is contained in:
Brad Warren
2022-01-31 15:52:43 -08:00
committed by GitHub
parent 0181a0b07f
commit 5b17a18355
3 changed files with 14 additions and 9 deletions
+2 -1
View File
@@ -117,8 +117,9 @@ BootstrapRpmPython3() {
python3-devel
"
# We only expect this branch to be taken on RHEL 7.
if ! sudo $TOOL list 'python3*-devel' >/dev/null 2>&1; then
sudo yum-config-manager --enable rhui-REGION-rhel-server-extras rhui-REGION-rhel-server-optional
sudo yum-config-manager --enable rhel-7-server-rhui-extras-rpms rhel-7-server-rhui-optional-rpms
fi
BootstrapRpmCommonBase "$python_pkgs"