summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-05-29 09:51:47 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-05-29 09:53:25 +0000
commitdb1c5bf29c63069c7a6d728dcc44c91588d5cb9b (patch)
tree7f23ae11862a1d13899faa743022fa7790996541
parent11f3556d9ce3425fe004db4f4d4084a0b37d4c30 (diff)
tcwg_bmk-build.sh: Add compatibility with older baseline results
Change-Id: I79dc695cc2d4955516fc2ab55dfed031501d0a6b
-rwxr-xr-xtcwg_bmk-build.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index 0ff919d5..fc416314 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -531,6 +531,8 @@ case "${#cflags[@]}" in
# which will happen if benchmark "${cflags[1]}" succeeds.
run_step skip_on_fail -1 benchmark "${cflags[0]}" -- ${rr[top_artifacts]}/results_id-1
run_step skip_on_fail 0 benchmark "${cflags[1]}" -- ${rr[top_artifacts]}/results_id-2
+ # Set final "build" score to "1" for compatibility with older results
+ run_step skip_on_fail 1 true
# shellcheck disable=SC2154
rr[no_regression_p]=no_regression_vs_p
run_step reset_on_fail x check_regression