summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xround-robin-bisect.sh9
1 files changed, 7 insertions, 2 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index 57b1bbc3..d8ccc1cf 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -755,13 +755,18 @@ case "$notify_author@${rr[ci_project]}/${rr[ci_config]}:$current_project" in
CI_MAIL_RECIPIENTS+=("clang-built-linux@googlegroups.com")
CI_MAIL_RECIPIENTS+=("arnd@linaro.org")
;;
- tcwg_kernel/llvm-*:llvm)
+ *@tcwg_kernel/llvm-*:llvm)
CI_MAIL_RECIPIENTS+=("$notify_author")
CI_MAIL_RECIPIENTS+=("linaro-toolchain@lists.linaro.org")
CI_MAIL_RECIPIENTS+=("clang-built-linux@googlegroups.com")
;;
+ *@tcwg_bmk*/*:*)
+ # Don't notify patch authors until we improve benchmarking email
+ # reporting.
+ #CI_MAIL_RECIPIENTS+=("$notify_author")
+ CI_MAIL_RECIPIENTS+=("linaro-toolchain@lists.linaro.org")
+ ;;
*@*/*:*)
- CI_MAIL_RECIPIENTS+=("$notify_author")
CI_MAIL_RECIPIENTS+=("linaro-toolchain@lists.linaro.org")
;;
esac