From 1579de7f82e0feb59c74710b9059bd5ac7d59378 Mon Sep 17 00:00:00 2001 From: Maxim Kuvyrkov Date: Wed, 4 Aug 2021 12:50:16 +0000 Subject: round-robin-bisect.sh: Move "rr" declaration earlier ... so that we can use it in the "@@ manifest" option. Change-Id: Ie84906bb1fe81e50090d8f593618185b63b439ab --- round-robin-bisect.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/round-robin-bisect.sh b/round-robin-bisect.sh index 9b94b715..8e682cd5 100755 --- a/round-robin-bisect.sh +++ b/round-robin-bisect.sh @@ -13,6 +13,8 @@ artifacts=$(pwd)/$rel_artifacts fresh_dir $artifacts "$artifacts/manifests/*" "$artifacts/jenkins/*" +declare -A rr + # Process bisect-only args convert_args_to_variables "$@" shift "$SHIFT_CONVERTED_ARGS" @@ -29,7 +31,6 @@ convert_args_to_variables ^^ $reproduce_bisect %% $artifacts/manifests/build-par $reproduce_bisect || manifest_pop obligatory_variables rr[ci_project] rr[ci_config] -declare -A rr verbose="${verbose-true}" -- cgit v1.2.3