CI: Avoid running tgtd if BASE_DISTRO is rocky

Change-Id: Iac88aece372102835b03f7e0e5684d0285857e97
(cherry picked from commit 0357bc6de0d8475a1e0875116fedae4a3eb0e188)
This commit is contained in:
Pierre Riteau 2023-01-16 14:28:20 +01:00 committed by Michal Nasiadka
parent 3eff68dbb8
commit 39e1789907

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