summaryrefslogtreecommitdiff
path: root/tcwg-benchmark.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-09-11 09:53:40 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-09-11 15:00:36 +0000
commit1d5976a5b74523cf05e5b6c1744b6af887383ea8 (patch)
tree9c5ed1c83e994ad9cbaf2e446b6bfd7c8a2e2a9d /tcwg-benchmark.sh
parent68008561e2990222ff7c6d7733fa29f6ab37cbad (diff)
jenkins-helpers.sh: Split $EXPECTED_EXIT into $INTERNAL_FAIL
... and $EXTERNAL_FAIL. This allows us to distinguish between regressions that we should bisect and infra problems that we should skip bisects for. Change-Id: I8f3b82c86d95e27351b01a2b3d2467b8e15b309e
Diffstat (limited to 'tcwg-benchmark.sh')
-rwxr-xr-xtcwg-benchmark.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-benchmark.sh b/tcwg-benchmark.sh
index 04d63d62..cc533d51 100755
--- a/tcwg-benchmark.sh
+++ b/tcwg-benchmark.sh
@@ -235,7 +235,7 @@ if ! ssh "$boardname" true; then
nvidia-power-cycle.sh "${boardname%.tcwglab}"
wait_for_ssh_server "$boardname" 22 100
) &
- wait $! || exit 125
+ wait $! || exit $EXTERNAL_FAIL
echo "Successfull powered-cycled $boardname"
reboot=false
fi