summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2021-09-06 09:24:27 +0200
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-09-06 12:13:12 +0000
commit18e73813f104f4d93b8f2b91c9c676b23cb6adea (patch)
treefe82cf83b9d2a10e54ca8cd687033a2fcc27e321
parentc55fbed24d3193ce63508c6063f40e352c072b00 (diff)
round-robin-bisect.sh: Switch to llvm@lists.linux.dev
instead of clang-built-linux@googlegroups.com, as requested by Nathan Chancellor: https://lists.linaro.org/pipermail/linaro-toolchain/2021-September/007809.html Change-Id: I142dd53a95193042d5e6de16e2bc7166071f9971
-rwxr-xr-xround-robin-bisect.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index c886bb96..5a82b6cd 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -873,13 +873,13 @@ case "$notify_author@${rr[ci_project]}/${rr[ci_config]}:$current_project" in
*@tcwg_kernel/llvm-*:linux)
CI_MAIL_RECIPIENTS+=("$notify_author")
CI_MAIL_RECIPIENTS+=("linaro-toolchain@lists.linaro.org")
- CI_MAIL_RECIPIENTS+=("clang-built-linux@googlegroups.com")
+ CI_MAIL_RECIPIENTS+=("llvm@lists.linux.dev")
CI_MAIL_RECIPIENTS+=("arnd@linaro.org")
;;
*@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")
+ CI_MAIL_RECIPIENTS+=("llvm@lists.linux.dev")
;;
*@tcwg_bmk*/*:*)
# Don't notify patch authors until we improve benchmarking email