summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xround-robin-bisect.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index 904668c2..a65765e2 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -749,6 +749,14 @@ case "$notify_author@${rr[ci_project]}/${rr[ci_config]}:$current_project" in
""@*/*:*) ;;
*@tcwg_gnu/*-check_bootstrap*:*) ;; # We are building up list of flaky tests
*@tcwg_cross/*-check_cross:*) ;; # We are building up list of flaky tests
+ *@tcwg_gnu/*:*)
+ CI_MAIL_RECIPIENTS+=("$notify_author")
+ CI_MAIL_RECIPIENTS+=("linaro-toolchain@lists.linaro.org")
+ ;;
+ *@tcwg_cross/*:*)
+ CI_MAIL_RECIPIENTS+=("$notify_author")
+ CI_MAIL_RECIPIENTS+=("linaro-toolchain@lists.linaro.org")
+ ;;
*@tcwg_kernel/llvm-*:linux)
CI_MAIL_RECIPIENTS+=("$notify_author")
CI_MAIL_RECIPIENTS+=("linaro-toolchain@lists.linaro.org")