summaryrefslogtreecommitdiff
path: root/tcwg_bmk-build.sh
diff options
context:
space:
mode:
authorPrathamesh Kulkarni <prathamesh.kulkarni@linaro.org>2023-09-19 12:49:36 +0530
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2023-09-20 07:54:30 +0000
commit24d9ebd2ccb02fc7d23cc670621744b2f39c1423 (patch)
treec3920c87599a3eb07dbb5aa682a6c6458a01a37d /tcwg_bmk-build.sh
parentde4cfe2e7675296e27cf3ee6df4f519f8e7d734a (diff)
Rewrite history for VECT and SVE configs.
Change-Id: Icfefa30e2916d7c33ddd9de82066dac7d3eac42a
Diffstat (limited to 'tcwg_bmk-build.sh')
-rwxr-xr-xtcwg_bmk-build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index 3761c087..afa96b41 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -156,8 +156,8 @@ if [ x"$finish_at" = x"default" ]; then
fi
case "${rr[ci_project]}--${rr[ci_config]}" in
- *-spec2k6-*)
- # Test history rewrite on SPEC CPU2006 configs
+ *-spec2k6-*|*-*_vect-*|*-*_sve-*)
+ # Test history rewrite on SPEC CPU2006 configs and sve/vect configs.
rr[minor]=1
;;
esac