From fafb6d725bdfaac632ab0ff31c468b1665da1d91 Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Tue, 19 Feb 2019 10:11:52 +0000 Subject: tcwg_kernel-bisect.sh: Fix handling of spurious failures For linux-next rebase workaround we reset baseline to linux-next:stable, and for spurious failures we re-trigger build with default parameters. Change-Id: I448870d101b7dfd554ecc4a91e71ce74538ecec6 --- tcwg_kernel-bisect.sh | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tcwg_kernel-bisect.sh b/tcwg_kernel-bisect.sh index dee14845..7fb28b17 100755 --- a/tcwg_kernel-bisect.sh +++ b/tcwg_kernel-bisect.sh @@ -143,11 +143,17 @@ if [ x"$res" = x"0" ]; then if $rebase_workaround; then echo "Rebase workaround: no regression between $baseline_rev and $bad_rev" sed -i -e "s/\$/-bad_rev-good/" $artifacts/jenkins/build-name + cat > $artifacts/trigger-build-rebase < $artifacts/trigger-build-retry < $artifacts/jenkins/mail-recipients.txt trap "" EXIT -- cgit v1.2.3