aboutsummaryrefslogtreecommitdiff
path: root/tcwg-benchmark.yaml
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2016-02-29 17:01:12 +0000
committerBernard Ogden <bernie.ogden@linaro.org>2016-02-29 17:01:12 +0000
commitf841b924c3a80bff428ee91f6b7b04fcaa7defcf (patch)
tree1732dafc4d039225ba96c7572738a4f794021673 /tcwg-benchmark.yaml
parent7c2d903c81b4beb4b9f4f3f6b9349a0740d9d3d7 (diff)
tcwg-benchmark: Permit multiple target configs
Change-Id: I6d0c44c7c1d20c392e05059f566fadcf79a95f98
Diffstat (limited to 'tcwg-benchmark.yaml')
-rw-r--r--tcwg-benchmark.yaml21
1 files changed, 10 insertions, 11 deletions
diff --git a/tcwg-benchmark.yaml b/tcwg-benchmark.yaml
index cb42cd2b85..654731c016 100644
--- a/tcwg-benchmark.yaml
+++ b/tcwg-benchmark.yaml
@@ -33,12 +33,17 @@
- CPU2000
- CPU2006
- fakebench
- - choice:
+ - string:
name: TARGET_CONFIG
- choices:
- - Juno-A53
- - Juno-A57
- - KVM (x86_64)
+ description: |
+ Space-separated list of target configuration(s) to run on.
+ At time of writing, may be:<br/>
+ <ul>
+ <li>Juno-A53</li>
+ <li>Juno-A57</li>
+ <li>KVM</li>
+ </ul>
+ Where 'KVM' is an x86.
- choice:
name: TRIPLE
choices:
@@ -117,12 +122,6 @@
set -eux
set -o pipefail
- #Process TARGET_CONFIG
- TARGET_CONFIG="${TARGET_CONFIG,,}"
- if test x"${TARGET_CONFIG%% *}" = xkvm; then #" - fix syntax highlighting
- TARGET_CONFIG=kvm
- fi
-
#Process TRIPLE
if test x"${TRIPLE}" = x"(Derive from TOOLCHAIN)"; then
if test -z "${TOOLCHAIN}"; then