aboutsummaryrefslogtreecommitdiff
path: root/tcwg-llvm-staged-build.yaml
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-04-28 13:54:38 +0100
committerRenato Golin <renato.golin@linaro.org>2017-04-28 13:54:38 +0100
commitc4633d6d2ce72db570f03d3ca45174df838e2b97 (patch)
treed7e2b9bd7641f4bd2867a9d7571c89cbe7182eea /tcwg-llvm-staged-build.yaml
parent9ea2bbdc5c28b74ee2a5b77c00b7a62352fad523 (diff)
tcwg-llvm-staged-build.yaml: fix label on trigger jobs
Change-Id: I2dcaf74036185fef9ca7c9d4b0122e9fbf850fee
Diffstat (limited to 'tcwg-llvm-staged-build.yaml')
-rw-r--r--tcwg-llvm-staged-build.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tcwg-llvm-staged-build.yaml b/tcwg-llvm-staged-build.yaml
index 0ee24951..64b75aef 100644
--- a/tcwg-llvm-staged-build.yaml
+++ b/tcwg-llvm-staged-build.yaml
@@ -146,12 +146,14 @@
cat << EOF > llvm.params.twostage
toolchain=${toolchain_url}
twostage=false
+ label=${label}
EOF
# If we requested 2 stages and test-suite, only test the 2nd stage
elif ${testsuite}; then
cat << EOF > llvm.params.testsuite
toolchain=${toolchain_url}
+ label=${label}
EOF
fi