From 18e73813f104f4d93b8f2b91c9c676b23cb6adea Mon Sep 17 00:00:00 2001 From: Diana Picus Date: Mon, 6 Sep 2021 09:24:27 +0200 Subject: 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 --- round-robin-bisect.sh | 4 ++-- 1 file 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 -- cgit v1.2.3