summaryrefslogtreecommitdiff
path: root/tcwg_bmk-build.sh
diff options
context:
space:
mode:
authorLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-11-20 08:20:53 +0100
committerLaurent Alfonsi <laurent.alfonsi@linaro.org>2023-11-20 15:00:44 +0100
commit2840ecb3c8c71c76068ef880a81e4bcc5d2de7db (patch)
tree051259c13f6ed515046eb92c6c74b41342a06664 /tcwg_bmk-build.sh
parent49aa9e279db8aa4bc1ab8c0da1c0381add62f724 (diff)
tcwg_bmk-build.sh: Increase artifacts format version
.. for a subset of the projects (tcwg_bmk-code_speed-spec2k6*). The purpose of this is to update the lnt_reports.json, and push to lnt server Change-Id: I72ab235d7bf4be09ad940dceebcf7a8bda28295a
Diffstat (limited to 'tcwg_bmk-build.sh')
-rwxr-xr-xtcwg_bmk-build.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index 88ef5cf9..659867f0 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -156,6 +156,10 @@ if [ x"$finish_at" = x"default" ]; then
fi
case "${rr[ci_project]}--${rr[ci_config]}" in
+ tcwg_bmk-code_speed-spec2k6--*)
+ rr[major]=1
+ rr[minor]=1
+ ;;
*)
rr[major]=1
rr[minor]=0