CI: Avoid running tgtd if BASE_DISTRO is rocky

Change-Id: Iac88aece372102835b03f7e0e5684d0285857e97
This commit is contained in:
Pierre Riteau 2023-01-16 14:28:20 +01:00
parent 24dc34615a
commit 0357bc6de0

View File

@ -61,7 +61,7 @@ function prepare_images {
if [[ $SCENARIO == "zun" ]]; then
GATE_IMAGES+=",^zun,^kuryr,^etcd,^cinder,^iscsid"
if [[ $BASE_DISTRO != "centos" ]]; then
if [[ $BASE_DISTRO != "centos" && $BASE_DISTRO != "rocky" ]]; then
GATE_IMAGES+=",^tgtd"
fi
fi