Merge "CI: Avoid running tgtd if BASE_DISTRO is rocky"

This commit is contained in:
Zuul 2023-01-18 12:52:55 +00:00 committed by Gerrit Code Review
commit 9e245b151d

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