summaryrefslogtreecommitdiff
path: root/tcwg_kernel-build.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-04-30 07:39:56 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-04-30 07:43:00 +0000
commit0923cce5f9e953606e7bcf142d40b03c5314a164 (patch)
tree5584701b9287df4d61bec044deaa7e4f03a24e9f /tcwg_kernel-build.sh
parent4635551e1bf686dbb714197c31d57caf7b9ba716 (diff)
tcwg_kernel-build.sh: Fix metric setting for qemu build
When bisecting boot_linux() failure due to QEMU change we start at build_abe-qemu step, and get result metric set to "-1" by build_llvm step. Consequently, we consider boot_linux() failure as "uninteresting" regression. Change-Id: I364abb5ff828f1555fa82285dfaf58f9819d58e5
Diffstat (limited to 'tcwg_kernel-build.sh')
-rwxr-xr-xtcwg_kernel-build.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/tcwg_kernel-build.sh b/tcwg_kernel-build.sh
index 796994ab..033c3365 100755
--- a/tcwg_kernel-build.sh
+++ b/tcwg_kernel-build.sh
@@ -311,14 +311,14 @@ run_step stop_on_fail x prepare_abe
run_step skip_on_fail -9 build_abe binutils
case "${rr[toolchain]}" in
gnu)
- run_step skip_on_fail -1 build_abe stage1
+ run_step skip_on_fail -5 build_abe stage1
;;
llvm)
- run_step skip_on_fail -1 build_llvm
+ run_step skip_on_fail -5 build_llvm
;;
esac
+run_step skip_on_fail -2 build_abe qemu
run_step skip_on_fail x build_linux
-run_step skip_on_fail x build_abe qemu
run_step skip_on_fail x boot_linux
run_step reset_on_fail x check_regression
run_step stop_on_fail x update_baseline