Skip to content

Commit e8d18c7

Browse files
authored
Merge pull request #2260 from ceph/fog-unlock
sepia-fog-images: Unlock on failure
2 parents 0631e75 + 61f2a62 commit e8d18c7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

sepia-fog-images/build/failure

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ funPowerCycle () {
1212
fi
1313
}
1414

15+
# Should we use teuthology-lock to lock systems?
16+
if [ "$DEFINEDHOSTS" == "" ]; then
17+
use_teuthologylock=true
18+
else
19+
use_teuthologylock=false
20+
fi
21+
1522
# Clone or update teuthology
1623
if [ ! -d teuthology ]; then
1724
git clone https://github.com/ceph/teuthology

0 commit comments

Comments
 (0)