aboutsummaryrefslogtreecommitdiff
path: root/tcwg-buildfarm.yaml
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2018-02-28 13:06:21 +0100
committerYvan Roux <yvan.roux@linaro.org>2018-02-28 13:06:21 +0100
commit7534bcc562fdeb3b9c566b2f98f9c923bb40f92f (patch)
tree126158fb63f415e47de5045ed7fc8c67c6c06df8 /tcwg-buildfarm.yaml
parent36f4f3b655da4110b8c131cecdc50cff4251ee75 (diff)
tcwg-buildfarm: Pass --tarbin as a user option.
Change-Id: I88dd0c76932342c09fd78c50dd5dcb20fe420f24
Diffstat (limited to 'tcwg-buildfarm.yaml')
-rw-r--r--tcwg-buildfarm.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/tcwg-buildfarm.yaml b/tcwg-buildfarm.yaml
index 8115e34e..74023bc6 100644
--- a/tcwg-buildfarm.yaml
+++ b/tcwg-buildfarm.yaml
@@ -208,10 +208,11 @@
norebuild="--norebuild"
fi
+ # --tarbin needs to be passed to jenkins.sh as a user option
if $binaries; then
- tarbin="--tarbin"
+ options="-o --tarbin"
else
- tarbin=""
+ options=""
fi
case $label in
@@ -247,7 +248,7 @@
result="0"
- ${build_CONTAINER_RSH} "cd ${WORKSPACE} && bash -x ${WORKSPACE}/jenkins-scripts/jenkins.sh --workspace ${WORKSPACE} --abedir ${WORKSPACE} --override \"$override\" $target_opt --languages ${languages} $bootstrap $runtests_opt $excludecheck_opt ${extraconfig_opt} --logserver $log_server $logname_opt $norebuild $tarbin"|| result=$?
+ ${build_CONTAINER_RSH} "cd ${WORKSPACE} && bash -x ${WORKSPACE}/jenkins-scripts/jenkins.sh --workspace ${WORKSPACE} --abedir ${WORKSPACE} --override \"$override\" $target_opt --languages ${languages} $bootstrap $runtests_opt $excludecheck_opt ${extraconfig_opt} --logserver $log_server $logname_opt $norebuild $options"|| result=$?
# If the build failed, stop the containers, which will
# leave them as-is for ~10 days.