From d57715a3565558552b16dee16d640d889bf79bcb Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Tue, 8 Aug 2023 10:24:53 +0000 Subject: tcwg_gnu-build.sh: Increase manifest major version ... for tcwg_gcc_check--master-arm to test history rewrite. Rewriting got to a point where an old result was removed, and that removed result had a flaky test detected. Consequently, some subsequent results now fail to identify that result as flaky, and fail. Increasing rr[major] will cause those results to be removed from history. Change-Id: I19362af03af266ae93f94aa313b27a24e1baa74c --- tcwg_gnu-build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tcwg_gnu-build.sh') diff --git a/tcwg_gnu-build.sh b/tcwg_gnu-build.sh index 065800cf..9cd3b90e 100755 --- a/tcwg_gnu-build.sh +++ b/tcwg_gnu-build.sh @@ -72,7 +72,8 @@ esac case "${rr[ci_project]}--${rr[ci_config]}" in tcwg_gcc_check--master-arm) # FIXME: Test rewrite logic in round-robin-baseline.sh - rr[minor]=1 + rr[major]=1 + rr[minor]=0 ;; esac -- cgit v1.2.3