From 3f5a41606a76a613e017859712331c08382cdc32 Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Mon, 27 Sep 2021 10:25:36 +0000 Subject: round-robin-bisect.sh: Don't report regressions for vectorization Change-Id: I33d433a4661af52fa12224918bc5003d2ae8f453 --- round-robin-bisect.sh | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v1.2.3