summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtcwg_bmk-build.sh15
1 files changed, 13 insertions, 2 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index 779acb06..ce99257b 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -150,8 +150,19 @@ if [ x"$finish_at" = x"default" ]; then
finish_at="$default_finish_at"
fi
-rr[major]=2
-rr[minor]=3
+case "${rr[ci_project]}/${rr[ci_config]}" in
+ tcwg_bmk-code_speed-cpu2017rate/gnu-aarch64-master-O2|\
+ tcwg_bmk-code_speed-cpu2017rate/gnu-aarch64-master-O3|\
+ tcwg_bmk-code_speed-cpu2017rate/llvm-aarch64-master-O2|\
+ tcwg_bmk-code_speed-cpu2017rate/llvm-aarch64-master-O3)
+ rr[major]=3
+ rr[minor]=0
+ ;;
+ *)
+ rr[major]=2
+ rr[minor]=3
+ ;;
+esac
run_step_init "$start_at" "$finish_at" "${rr[top_artifacts]}" "$verbose"