summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-07-08 13:47:28 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-07-08 13:50:47 +0000
commit85f73b3c60c32f4bdeeb983ed74550da96a2ee74 (patch)
treedea3c30c3a51c72d22bd4eae1bde8c38688dde2b
parent99e51ec40ff7601a9bba3709f0cf7217b11eaec3 (diff)
tcwg_bmk-build.sh: Skip builds that couldn't finish benchmarking
Tcwg-benchmark-* jobs fail only due to infrastructure reasons. Benchmark build and run failures are assigned special 99..99 and 88..88 metrics, but the jenkins build succeed. Change-Id: I71639b6d4e1fd2a139390884c0d1eae0bb89a95d
-rwxr-xr-xtcwg_bmk-build.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index 44e5d25b..b2bbda42 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -261,16 +261,12 @@ benchmark ()
build_ret=0
break
;;
- "Finished: UNSTABLE")
+ "Finished: "*)
echo "# Benchmarking infra is offline:" >> ${rr[top_artifacts]}/results
echo "-125" >> ${rr[top_artifacts]}/results
build_ret=1
break
;;
- "Finished: "*)
- build_ret=1
- break
- ;;
esac
# Sleep a little to avoid flooding ci.linaro.org on transient ssh