summaryrefslogtreecommitdiff
path: root/round-robin-bisect.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-06-26 15:24:52 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-06-26 15:24:52 +0000
commita4879f9fa4a40e2d41fcd8290485dbbbb3cb75e6 (patch)
treebfbdf1103b0e47846b02dbd8d03898b26d698509 /round-robin-bisect.sh
parentd2e8a597f64eb523719db86ec312c1aed57da372 (diff)
round-robin-bisect.sh: Temporarily disable emailing patch authors
... while CI is churning through old commits. Change-Id: I2a349b65f9b89d1e5e13df475d86b0f6e76e5a5e
Diffstat (limited to 'round-robin-bisect.sh')
-rwxr-xr-xround-robin-bisect.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index dca4604e..d290e0fd 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -729,7 +729,8 @@ fi
# Email developers.
CI_MAIL_RECIPIENTS="tcwg-validation@linaro.org"
if [ x"$notify_author" != x"" ]; then
- CI_MAIL_RECIPIENTS="$CI_MAIL_RECIPIENTS, $notify_author"
+ # Don't email external developers while CI is going through old commits.
+ #CI_MAIL_RECIPIENTS="$CI_MAIL_RECIPIENTS, $notify_author"
CI_MAIL_RECIPIENTS="$CI_MAIL_RECIPIENTS, linaro-toolchain@lists.linaro.org"
fi
case "$current_project" in