aboutsummaryrefslogtreecommitdiff
path: root/tcwg-llvm-staged-build.yaml
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-05-05 18:39:59 +0100
committerRenato Golin <renato.golin@linaro.org>2017-05-08 16:54:44 +0000
commit3145bcaa0d2720b390a717c6514c21ca346681a6 (patch)
tree5a3657ec313757197e8a66dbffbb8d3407b44ac2 /tcwg-llvm-staged-build.yaml
parentaaf05e2b6e9ae649b0bd9394a21faf6ef3ea6a6d (diff)
tcwg-llvm-staged-build.yaml: pass ID&REV as is, let the script handle the rest
Change-Id: I3ad550505154acb47178054e209188d2b38659d9
Diffstat (limited to 'tcwg-llvm-staged-build.yaml')
-rw-r--r--tcwg-llvm-staged-build.yaml8
1 files changed, 2 insertions, 6 deletions
diff --git a/tcwg-llvm-staged-build.yaml b/tcwg-llvm-staged-build.yaml
index 30c05ecc..7c46b2fc 100644
--- a/tcwg-llvm-staged-build.yaml
+++ b/tcwg-llvm-staged-build.yaml
@@ -102,6 +102,7 @@
;;
*) echo "ERROR: Unsupported label: $label"; exit 1 ;;
esac
+ linkjobs=${buildjobs}
# Trigger toolchain name
toolchain_file=llvm.params.toolchain
@@ -127,14 +128,9 @@
fi
# Setup job parameters and run
- linkjobs=7
- buildid="ci${BUILD_ID}"
- if [ ! -z ${revision} ]; then
- buildid=${revision}
- fi
${BUILD_CONTAINER} "cd ${WORKSPACE} && bash -x ${WORKSPACE}/tcwg-llvm-build.sh \
--workspace=${WORKSPACE} \
- --buildid=${buildid} \
+ --buildid=${BUILDID} \
--linkjobs=${linkjobs} \
--revision=${revision} \
--toolchain=${toolchain}" \