aboutsummaryrefslogtreecommitdiff
path: root/tcwg-llvm-staged-build.yaml
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-05-30 13:57:19 +0100
committerRenato Golin <renato.golin@linaro.org>2017-05-30 13:57:19 +0100
commit0ef0d7697e35b90f0c13efa48fcc0f79661af8c8 (patch)
treecb18d2329545d65009b809c2dde397d40d8d52b6 /tcwg-llvm-staged-build.yaml
parent01049ef1fe50019c9988f84abe186d35987743a3 (diff)
tcwg-llvm-staged-build.yaml: Jenkins gets confused with choices in triggered jobs
Change-Id: I92ea1260b3d9fede3038c4c8d8e27b6213759d8e
Diffstat (limited to 'tcwg-llvm-staged-build.yaml')
-rw-r--r--tcwg-llvm-staged-build.yaml16
1 files changed, 4 insertions, 12 deletions
diff --git a/tcwg-llvm-staged-build.yaml b/tcwg-llvm-staged-build.yaml
index cfe21dd4..59d36956 100644
--- a/tcwg-llvm-staged-build.yaml
+++ b/tcwg-llvm-staged-build.yaml
@@ -22,15 +22,10 @@
name: toolchain
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'
- - choice:
+ - string:
name: build_type
- choices:
- - Release
- - RelWithDebInfo
- - Debug
- - MinSizeRel
default: 'Release'
- description: 'Build type'
+ description: 'Build type. Accepts: Release, RelWithDebInfo, Debug, MinSizeRel'
- string:
name: cmake_flags
default: ''
@@ -47,13 +42,10 @@
name: testsuite
default: false
description: 'Whether or not to trigger a test-suite with this build.'
- - choice:
+ - string:
name: compiler
- choices:
- - clang
- - gcc
default: 'clang'
- description: 'Override the default system compiler. Only used if "toolchain" is empty.'
+ description: 'Override the default system compiler. Only used if "toolchain" is empty. Accepts: clang, gcc.'
- string:
name: repository
default: 'https://git-us.linaro.org/toolchain/llvm'