summaryrefslogtreecommitdiff
path: root/tcwg_gnu-build.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-07-16 16:22:19 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-07-26 17:37:36 +0000
commitbe80894db06e6c4ac0208949e0ef786f289fc8d9 (patch)
tree526fb28119f223c4d79627b32df368cecdca9883 /tcwg_gnu-build.sh
parent6d83be4bdf66d21a17bf4858c04742e2fd57dbe2 (diff)
round-robin.sh: Stop bisecting non-interesting regressions
Currently we bisect regressions in all components equally, even when it means running benchmarks to bisect binutils, gcc or llvm internal build failures. This patch changes that by starting bisections only when the build progressed far enough to be interesting. For tcwg_kernel this means to reach kernel build step; for tcwg_bmk this means to reach benchmarking step; and for tcwg_gnu nothing is changing for now. Change-Id: I1c7c15e84fc3fd219108b0af549594be6b381768
Diffstat (limited to 'tcwg_gnu-build.sh')
-rwxr-xr-xtcwg_gnu-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg_gnu-build.sh b/tcwg_gnu-build.sh
index ffbef9e3..b701dc55 100755
--- a/tcwg_gnu-build.sh
+++ b/tcwg_gnu-build.sh
@@ -101,9 +101,9 @@ no_regression_p ()
)
}
-run_step stop_on_fail -10 reset_artifacts
+run_step stop_on_fail -1 reset_artifacts
run_step stop_on_fail x prepare_abe
-run_step skip_on_fail -5 build_abe ${type_of_test}
+run_step skip_on_fail 0 build_abe ${type_of_test}
run_step reset_on_fail x check_regression
run_step stop_on_fail x update_baseline
run_step stop_on_fail x push_baseline