From 37e69ce3833a22e5580a5588a898d0d428e89812 Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Mon, 19 Jul 2021 19:36:13 +0000 Subject: round-robin-bisect.sh: Handle flaky tests for more check_* ci_configs Change-Id: I7e5f04d6e5279e7e33b235f0717137947492d406 --- round-robin-bisect.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh index 6cfb1498..b422f4f6 100755 --- a/round-robin-bisect.sh +++ b/round-robin-bisect.sh @@ -86,7 +86,7 @@ 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_bootstrap*|tcwg_cross/*-check_cross) + tcwg_gnu/*-check_*|tcwg_cross/*-check_*) ( # Build up lists of flaky tests. We do this by comparing # just-created baseline vs sumfiles in base-artifacts. -- cgit v1.2.3