summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-08-06 18:53:53 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2021-08-06 18:53:53 +0000
commit80bb6c1c426a870a035452dbaaaaa3e26ca37fb4 (patch)
tree22216526c39cbf9bb061f25a35a667e01cab4102
parent22f2b2cb22c0fdfd06c03079dc007c7517b970a8 (diff)
round-robin-bisect.sh: Update ci_project names
Change-Id: If5d3b83d15fa60496e02f9ac963eee2fb07b8950
-rwxr-xr-xround-robin-bisect.sh15
1 files changed, 6 insertions, 9 deletions
diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh
index 8e682cd5..600fc6b9 100755
--- a/round-robin-bisect.sh
+++ b/round-robin-bisect.sh
@@ -89,8 +89,8 @@ EOF
ln -f -s "build-baseline" "$artifacts/build-$baseline_rev"
ln -f -s "build-baseline.sh" "$artifacts/manifests/build-$baseline_rev.sh"
-case "${rr[ci_project]}/${rr[ci_config]}" in
- tcwg_gnu/*-check_*|tcwg_cross/*-check_*)
+case "${rr[ci_project]}" in
+ tcwg_gcc_check*|tcwg_gnu_*_check_*)
(
# Build up lists of flaky tests. We do this by comparing
# just-created baseline vs sumfiles in base-artifacts.
@@ -803,13 +803,13 @@ fi
CI_MAIL_RECIPIENTS=("tcwg-validation@linaro.org")
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/*:*)
+ *@tcwg_gcc_check*/*:*) ;; # We are building up list of flaky tests
+ *@tcwg_gnu_*_check_*/*:*) ;; # We are building up list of flaky tests
+ *@tcwg_gcc*/*:*)
CI_MAIL_RECIPIENTS+=("$notify_author")
CI_MAIL_RECIPIENTS+=("linaro-toolchain@lists.linaro.org")
;;
- *@tcwg_cross/*:*)
+ *@tcwg_gnu*/*:*)
CI_MAIL_RECIPIENTS+=("$notify_author")
CI_MAIL_RECIPIENTS+=("linaro-toolchain@lists.linaro.org")
;;
@@ -824,9 +824,6 @@ case "$notify_author@${rr[ci_project]}/${rr[ci_config]}:$current_project" in
CI_MAIL_RECIPIENTS+=("linaro-toolchain@lists.linaro.org")
CI_MAIL_RECIPIENTS+=("clang-built-linux@googlegroups.com")
;;
- *@tcwg_bmk*/gnu_eabi*:*)
- # Bare-metal benchmarking needs fixing
- ;;
*@tcwg_bmk*/*:*)
# Don't notify patch authors until we improve benchmarking email
# reporting.