summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-01-04 11:04:58 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-01-04 11:04:58 +0000
commitcebef92fd9f072bb9c9c601a6b7483cd56187361 (patch)
tree2827745cfbffb4aaf1b93e0b555d03d5e923ed32
parentee029ab5ad04594ecaf1aaccaa7ddcee7ace31e0 (diff)
round-robin-bisect.sh: Don't retry on spurious failures
We used this retry to detect problems in round-robin jobs by investigating long jenkins job queues, which would form on most problems. We will now implement a dedicated job to monitor git.linaro.org/toolchain/ci/*.git repos, which is a better way of detecting problems in round-robin jobs. Change-Id: I0a25d9db11fdad5e99ef016af1f00cd9417fa728
-rwxr-xr-xround-robin-bisect.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index 24155b7b..527bc79f 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -236,10 +236,6 @@ llvm_branch=baseline
update_baseline=reset
EOF
;;
- *)
- cat > $artifacts/trigger-build-retry <<EOF
-EOF
- ;;
esac
fi
echo > $artifacts/jenkins/mail-recipients.txt