Skip to content

Commit

Permalink
Merge pull request #2260 from ceph/fog-unlock
Browse files Browse the repository at this point in the history
sepia-fog-images: Unlock on failure
  • Loading branch information
dmick authored Jul 23, 2024
2 parents 0631e75 + 61f2a62 commit e8d18c7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions sepia-fog-images/build/failure
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e8d18c7

Please sign in to comment.