We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c2bdc commit c82c12fCopy full SHA for c82c12f
entrypoint.sh
@@ -39,7 +39,7 @@ echo "Got testground ID ${TGID}"
39
echo -n "Testground started: "; date
40
echo "Waiting for job to complete."
41
42
-while [ "${status}" != "complete" ]
+while [ "${status}" != "complete" || ${status} != "canceled"]
43
do
44
sleep 30
45
status=$(/testground --endpoint "${BACKEND}" status -t "${TGID}" | awk '/Status/ {print $2}')
0 commit comments