asd #1

Closed
wmantly wants to merge 44 commits from refactor-workers into master
Showing only changes of commit b385c0cb7f - Show all commits

View File

@ -17,7 +17,7 @@ until [[ $memory -gt $maxMemoryUsage ]]; do
runnerName="${namePrefix}${RANDOM}";
lxc-start-ephemeral -o $baseName -n $runnerName --union-type overlayfs -d;
if [[ "$?" -eq 0 ]]; then
if [[ $? -eq 0 ]]; then
runners="${runnerName};${runners}";
fi
usedMemoryPercent;