From 5edb47c73a3ae28b407fab8f9e38eb4fa48564e0 Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Mon, 12 Jul 2021 18:06:59 +0000 Subject: round-robin-bisect.sh: Re-enable email notifications for tcwg_gnu/tcwg_cross. Change-Id: I6e7299597a2ff14bbba05493dbee07bf696c642f --- round-robin-bisect.sh | 8 ++++++++ 1 file changed, 8 insertions(+) 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") -- cgit v1.2.3