summaryrefslogtreecommitdiff
path: root/tcwg_bmk-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg_bmk-build.sh')
-rwxr-xr-xtcwg_bmk-build.sh24
1 files changed, 1 insertions, 23 deletions
diff --git a/tcwg_bmk-build.sh b/tcwg_bmk-build.sh
index 59ba6683..dddf7638 100755
--- a/tcwg_bmk-build.sh
+++ b/tcwg_bmk-build.sh
@@ -210,33 +210,11 @@ benchmark ()
hw_tag=$(tcwg_bmk_hw)
case "${rr[ci_project]}" in
- *code_size*)
+ *_size*|*_vect*|*_sve*)
reboot=false
run_profile="parallel"
testmode="verify"
;;
- *code_vect*|*code_sve*)
- reboot=false
- run_profile="parallel"
- testmode="verify"
- ;;
- *code_speed*)
- reboot=true
- run_profile="serial"
- testmode="benchmark"
- ;;
- *fujitsu_speed*)
- # parallel spec runs. No limit parallel build jobs. Limit run jobs to 4
- reboot=false
- run_profile="serial"
- testmode="benchmark"
- ;;
- *qc_speed*)
- # No way to reboot Qualcomm boards for the moment.
- reboot=false
- run_profile="serial"
- testmode="benchmark"
- ;;
*)
reboot=true
run_profile="serial"