From 61f2a626874407fb53404adc931afe10b3f223b2 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Mon, 1 Jul 2024 13:16:06 -0600 Subject: [PATCH] sepia-fog-images: Unlock on failure Signed-off-by: Zack Cerza --- sepia-fog-images/build/failure | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/sepia-fog-images/build/failure b/sepia-fog-images/build/failure index 0ec76f0e..d740c42f 100755 --- a/sepia-fog-images/build/failure +++ b/sepia-fog-images/build/failure @@ -12,6 +12,13 @@ funPowerCycle () { fi } +# Should we use teuthology-lock to lock systems? +if [ "$DEFINEDHOSTS" == "" ]; then + use_teuthologylock=true +else + use_teuthologylock=false +fi + # Clone or update teuthology if [ ! -d teuthology ]; then git clone https://github.com/ceph/teuthology -- 2.47.3