aboutsummaryrefslogtreecommitdiff
path: root/tcwg-llvm-staged-build.yaml
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-04-24 16:50:27 +0100
committerRenato Golin <renato.golin@linaro.org>2017-04-24 16:50:27 +0100
commitb062549fe2b7fedc70eee12237e3ffe782dc8ffd (patch)
treef9146556d92204009c72ecc0cc3debda38ffab28 /tcwg-llvm-staged-build.yaml
parentd2d8ad7d095f4d6e2c2df3aa3ece53e613b8b603 (diff)
tcwg-llvm-staged-build.yaml: Rename 2stage to twostage
Change-Id: Iac2aed218372c35259004277f8aaa50276f410cd
Diffstat (limited to 'tcwg-llvm-staged-build.yaml')
-rw-r--r--tcwg-llvm-staged-build.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tcwg-llvm-staged-build.yaml b/tcwg-llvm-staged-build.yaml
index 7f47f2de..08e65ad3 100644
--- a/tcwg-llvm-staged-build.yaml
+++ b/tcwg-llvm-staged-build.yaml
@@ -27,7 +27,7 @@
default: 'xenial'
description: 'Type of image to use in the container: trusty, xenial.'
- bool:
- name: 2stage
+ name: twostage
default: false
description: 'Whether or not to trigger a second stage with this build.'
- bool:
@@ -100,10 +100,10 @@
toolchain_url="http://${fileserver}/${url_prefix}/${target}/${tarball}"
# We don't want an infinite chain, so make sure the 3rd stage is off
- if ${2stage}; then
- cat << EOF > llvm.params.2stage
+ if ${twostage}; then
+ cat << EOF > llvm.params.twostage
toolchain=${toolchain_url}
- 2stage=false
+ twostage=false
EOF
# If we requested 2 stages and test-suite, only test the 2nd stage
@@ -116,11 +116,11 @@
- conditional-step:
condition-kind: file-exists
- condition-filename: llvm.params.2stage
+ condition-filename: llvm.params.twostage
steps:
- trigger-builds:
- project: 'tcwg-llvm-staged-build'
- property-file: llvm.params.2stage
+ property-file: llvm.params.twostage
current-parameters: true
block: false