summaryrefslogtreecommitdiff
path: root/round-robin-bisect.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-07-13 09:37:56 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-07-13 09:37:56 +0000
commit902a54d9d91ef9db14adcf30795f5484a755ec5b (patch)
tree0d230631e53936250368b1f6436b9894f62a78ad /round-robin-bisect.sh
parent6fb986a9859c5c490bd64990e4dab2b22d5927bb (diff)
tcwg_gnu-build.sh, round-robin-bisect.sh: Ignore ERRORs in partial test runs
Change-Id: Id979f643fdda0fe25a4d94a1d49e8fdb7023d354
Diffstat (limited to 'round-robin-bisect.sh')
-rwxr-xr-xround-robin-bisect.sh8
1 files changed, 1 insertions, 7 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index 4991254a..fddaa295 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -102,15 +102,9 @@ case "${rr[ci_project]}/${rr[ci_config]}" in
(
echo
echo "# From $BUILD_URL:"
- cat "$fails" | sed -e "/^ERROR: / d" \
- -e "s/^\([A-Z]\+: \)/flaky \| \1/"
+ cat "$fails" | sed -e "s/^\([A-Z]\+: \)/flaky \| \1/"
) >> "$xfail"
- if ! grep -q "^flaky " "$xfail"; then
- # There were only ERRORs in fails.sum
- exit
- fi
-
git -C gcc-compare-results add "$xfail_short"
git -C gcc-compare-results commit -m "From $BUILD_URL"
git_init_linaro_local_remote gcc-compare-results baseline false