]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
sepia-fog-images: Unlock on failure 2260/head
authorZack Cerza <zack@redhat.com>
Mon, 1 Jul 2024 19:16:06 +0000 (13:16 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 1 Jul 2024 19:16:06 +0000 (13:16 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
sepia-fog-images/build/failure

index 0ec76f0e1dbb8296d6ccd85489dc8a2199b5de91..d740c42f3d414104db715788a01b5fad24fc7443 100755 (executable)
@@ -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