summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-07-12 18:06:59 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-07-12 18:06:59 +0000
commit5edb47c73a3ae28b407fab8f9e38eb4fa48564e0 (patch)
tree7b6bcf550ff882cb911624ae99ac1f1dacd7569a
parent56cd86a676e5e5456ec50ed0f4d6915b16b460a7 (diff)
round-robin-bisect.sh: Re-enable email notifications for tcwg_gnu/tcwg_cross.
Change-Id: I6e7299597a2ff14bbba05493dbee07bf696c642f
-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")