CI: Avoid running tgtd if BASE_DISTRO is rocky
Change-Id: Iac88aece372102835b03f7e0e5684d0285857e97 (cherry picked from commit 0357bc6de0d8475a1e0875116fedae4a3eb0e188)
This commit is contained in:
parent
3eff68dbb8
commit
39e1789907
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user