From a88ebd77b09f1fc1d7ba19ae7badf65ac3d21eeb Mon Sep 17 00:00:00 2001
From: Michal Nasiadka <mnasiadka@gmail.com>
Date: Tue, 5 Mar 2024 16:48:35 +0100
Subject: [PATCH] CI: Replace etcd with redis in GATE_IMAGES for cephadm
 scenario

We replaced redis with etcd in that scenario, but GATE_IMAGES
are not updated.

Change-Id: Ie9d6642f8ce51bc2a35b800c6c149153c14378db
---
 tests/setup_gate.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/setup_gate.sh b/tests/setup_gate.sh
index c2245c072d..46edc23b44 100755
--- a/tests/setup_gate.sh
+++ b/tests/setup_gate.sh
@@ -19,7 +19,7 @@ function prepare_images {
     fi
 
     if [[ $SCENARIO == "cephadm" ]]; then
-        GATE_IMAGES+=",^cinder,^etcd"
+        GATE_IMAGES+=",^cinder,^redis"
     fi
 
     if [[ $SCENARIO == "cells" ]]; then
-- 
GitLab