Skip to content
Snippets Groups Projects
Commit 0357bc6d authored by Pierre Riteau's avatar Pierre Riteau
Browse files

CI: Avoid running tgtd if BASE_DISTRO is rocky

Change-Id: Iac88aece372102835b03f7e0e5684d0285857e97
parent 24dc3461
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment