summaryrefslogtreecommitdiff
path: root/round-robin-bisect.sh
diff options
context:
space:
mode:
Diffstat (limited to 'round-robin-bisect.sh')
-rwxr-xr-xround-robin-bisect.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index 9895ebcc..8c6c2495 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -790,6 +790,10 @@ EOF
CI_MAIL_RECIPIENTS+=("$notify_author")
CI_MAIL_RECIPIENTS+=("cc:linaro-toolchain@lists.linaro.org")
;;
+ *@tcwg_bmk*/*_VECT*:*)
+ # Don't report regressions for vectorization, while we are
+ # debugging it.
+ ;;
*@tcwg_bmk*/*:*)
# Don't notify patch authors until we improve benchmarking email
# reporting.