summaryrefslogtreecommitdiff
path: root/round-robin-bisect.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-03-17 13:21:13 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2020-03-22 12:02:08 +0000
commite29d5266a3231813407abda45065d8a7fda4225f (patch)
tree2621d4ebb14962c07ee197d1bb3c3ebaffb6cb2c /round-robin-bisect.sh
parentf8c64dd09a2e99af95c4a739b706e958d6f16d8a (diff)
round-robin.sh: Merge info from "regressions.txt" to "results"
Change-Id: Iba2ba392d0ed6656548ead3245d4d7906bbdfbc0
Diffstat (limited to 'round-robin-bisect.sh')
-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 efd7a8f9..f96ce675 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -500,10 +500,6 @@ Could not identify regression in *$current_project* in CI configuration ${rr[ci_
EOF
fi
-# Include error logs
-cat $artifacts/build-$bad_sha1/regressions.txt | tee -a $artifacts/jenkins/mail-body.txt
-
-
if [ x"${JIRA_PASSWORD+set}" = x"set" -a -f $artifacts/first-bad ]; then
case "${rr[ci_project]}/${rr[ci_config]}" in
tcwg_kernel/gnu-*) jira_card="GNU-587" ;;