summaryrefslogtreecommitdiff
path: root/tcwg_bmk-build.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-10-23 15:03:57 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-10-23 15:03:57 +0000
commit93c2f4cad6c8ee20d395a7d867b17d7ca286a2f1 (patch)
tree800d4f6d22d5bdefcebc9493d02394b851bd28f8 /tcwg_bmk-build.sh
parentd49d354a411deadf2fc00c07ccd78921673894da (diff)
tcwg_bmk-build.sh: Do not bisect bmk infra failures
We now indicate failure to build/run benchmarks as magic values 88888888/99999999 for time and size metrics. Change-Id: I618c6c6f43751297cbb305b3035705206a95d07b
Diffstat (limited to 'tcwg_bmk-build.sh')
-rwxr-xr-xtcwg_bmk-build.sh5
1 files changed, 1 insertions, 4 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index 483be346..8fa04fbf 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -913,10 +913,7 @@ case "${#cflags[@]}" in
run_step reset_on_fail x check_regression
;;
1)
- # Bisect benchmark build/run failures in non-vs configurations.
- # Set score to "0" with "true".
- run_step skip_on_fail 0 true
- run_step skip_on_fail 1 benchmark -- "${cflags[0]}" ${rr[top_artifacts]}/results_id
+ run_step skip_on_fail 0 benchmark -- "${cflags[0]}" ${rr[top_artifacts]}/results_id
rr[no_regression_p]=no_regression_to_base_p
run_step reset_on_fail x check_regression
;;