aboutsummaryrefslogtreecommitdiff
path: root/tcwg-llvm-testsuite-diana.yaml
diff options
context:
space:
mode:
authorDiana Picus <diana.picus@linaro.org>2017-08-04 11:55:57 +0200
committerDiana Picus <diana.picus@linaro.org>2017-08-04 11:58:09 +0200
commitf0d6cbc1047a0249f5a3aee6c6f3193c9d437167 (patch)
tree8d526e0d777825a778410920059198d88868ad4d /tcwg-llvm-testsuite-diana.yaml
parent41437ee64987c1ad17fad29122ccb38a714d14b2 (diff)
tcwg-llvm-testsuite-diana.yaml: Add nt_flags
Add a simple nt_flags field. This will probably not work properly with spaces or quotes, but I'd like to see exactly how it behaves. Change-Id: I065364b850c5fa5d8f9701350a5022a0a919484f
Diffstat (limited to 'tcwg-llvm-testsuite-diana.yaml')
-rw-r--r--tcwg-llvm-testsuite-diana.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/tcwg-llvm-testsuite-diana.yaml b/tcwg-llvm-testsuite-diana.yaml
index b8ffbb2ace..a1f2805016 100644
--- a/tcwg-llvm-testsuite-diana.yaml
+++ b/tcwg-llvm-testsuite-diana.yaml
@@ -19,6 +19,10 @@
default: ''
description: 'URL of the toolchain to use. This needs to be a tarball with a /bin directory inside with either GCC or LLVM from make install'
- string:
+ name: nt_flags
+ default: ''
+ description: 'Flags to pass to the LNT nt producer (e.g. --threads=8 --cflag -O0)'
+ - string:
name: build_container_tag
default: 'xenial'
description: 'Type of image to use in the container: trusty, xenial.'
@@ -117,4 +121,5 @@
# Setup job parameters and run
${BUILD_CONTAINER} "cd ${WORKSPACE} && bash -x ${WORKSPACE}/tcwg-llvm-testsuite.sh \
--workspace=${WORKSPACE} \
- --toolchain=${toolchain}"
+ --toolchain=${toolchain} \
+ --nt-flags=${nt_flags}"