summaryrefslogtreecommitdiff
path: root/tcwg_bmk-build.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_bmk-build.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_bmk-build.sh')
-rwxr-xr-xtcwg_bmk-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index 51e33616..73fde092 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -268,7 +268,7 @@ benchmark ()
;;
"Finished: "*)
echo "# Benchmarking infra is offline:" >> ${rr[top_artifacts]}/results
- echo "-125" >> ${rr[top_artifacts]}/results
+ echo "-$EXTERNAL_FAIL" >> ${rr[top_artifacts]}/results
build_ret=1
break
;;