From: Zack Cerza Date: Mon, 1 Jul 2024 19:16:06 +0000 (-0600) Subject: sepia-fog-images: Unlock on failure X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F2260%2Fhead;p=ceph-build.git sepia-fog-images: Unlock on failure Signed-off-by: Zack Cerza --- 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