summaryrefslogtreecommitdiff
path: root/tcwg_gnu-build.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-01-16 09:39:00 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-01-17 08:14:49 +0000
commit981d178df10e90f784a2034e5d562247a17f6921 (patch)
treebef82af9509020c948412703901dbb6134768e8e /tcwg_gnu-build.sh
parent4ff20df019a9ae9bd039fa8eb4f3d0b7082d079a (diff)
tcwg_bmk-build.sh, tcwg_gnu-build.sh: Fix bisection-worthy scores
We trigger bisect for regressions that made it to score 0 and above. For tcwg_gnu and tcwg_bmk builds we have an off-by-1 error at the moment. E.g., for benchmarking we bisect problems only when benchmarking step has successfully finish, which ignores benchmarking build failures and miscompilations. Similarly, for tcwg_gnu we ignore bootstrap failures and bisect only testsuite regressions. This patch fixes that. Change-Id: I35412788b243d7dc7098ea0d6fd3b200c1df3e32
Diffstat (limited to 'tcwg_gnu-build.sh')
-rwxr-xr-xtcwg_gnu-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg_gnu-build.sh b/tcwg_gnu-build.sh
index 7247d9ba..53f52a91 100755
--- a/tcwg_gnu-build.sh
+++ b/tcwg_gnu-build.sh
@@ -108,7 +108,7 @@ no_regression_p ()
)
}
-run_step stop_on_fail -1 reset_artifacts
+run_step stop_on_fail 0 reset_artifacts
run_step stop_on_fail x prepare_abe
run_step skip_on_fail 0 build_abe ${type_of_test}
run_step skip_on_fail 1 build_abe ${type_of_test} "check"