From 80bb6c1c426a870a035452dbaaaaa3e26ca37fb4 Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Fri, 6 Aug 2021 18:53:53 +0000 Subject: round-robin-bisect.sh: Update ci_project names Change-Id: If5d3b83d15fa60496e02f9ac963eee2fb07b8950 --- round-robin-bisect.sh | 15 ++++++--------- 1 file 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. -- cgit v1.2.3