aboutsummaryrefslogtreecommitdiff
path: root/tcwg-benchmark.yaml
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2015-11-18 13:32:10 +0000
committerFathi Boudra <fathi.boudra@linaro.org>2015-11-18 13:44:46 +0000
commitb52f6b0735d15615bf8444763f28f677a6f5bac5 (patch)
treef7f92fec9443d037b8e70ad6a6c27d5b1830e66f /tcwg-benchmark.yaml
parentb00224fd065f66a37b44bd5b4013c64d124b7fa5 (diff)
tcwg-benchmark: make target config a choice
We can support multiple target configs, but currently not sure if that's really useful in the uinstance world. For now, restrict ourselves to a single config and thus keep this job simple. Change-Id: Ic84f0b068ec4086d24a7f57da1dcd681dc5415c3
Diffstat (limited to 'tcwg-benchmark.yaml')
-rw-r--r--tcwg-benchmark.yaml12
1 files changed, 9 insertions, 3 deletions
diff --git a/tcwg-benchmark.yaml b/tcwg-benchmark.yaml
index 6a0fbe76dd..836af75cea 100644
--- a/tcwg-benchmark.yaml
+++ b/tcwg-benchmark.yaml
@@ -24,10 +24,15 @@
- CPU2000
- EEMBC
- fakebench
- - string:
+ - choice:
name: TARGET_CONFIG
- default: 'juno-a53 juno-a57'
- description: 'Space-separated list of targets to run benchmark on'
+ choices:
+ - Arndale
+ - Mustang
+ - Panda-ES
+ - Juno-A53
+ - Juno-A57
+ - KVM (x86_64)
- string:
name: RUN_FLAGS
default: '--size test --iterations 1 --tune base'
@@ -82,6 +87,7 @@
set -ex
+ TARGET_CONFIG="${TARGET_CONFIG,,}"
#TODO Benchmarking-specific builds will eliminate these special cases
target_session=config/bench/lava/target-session