aboutsummaryrefslogtreecommitdiff
path: root/tcwg-llvm-testsuite.yaml
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-05-02 16:50:25 +0100
committerRenato Golin <renato.golin@linaro.org>2017-05-02 16:15:27 +0000
commit8a9a67d6a0df2442b02c970d95f004a0fd12045a (patch)
tree6a6f426455b9ff628eb8f3cd80bbb5f6ca3cdd85 /tcwg-llvm-testsuite.yaml
parent3311e4e9e8893362d540472d322c10fa2afe1a5f (diff)
tcwg-llvm-*: Mock up to test Jenkins matrix jobs
Change-Id: I7ad12dcc22ff3afa884437ffa9a93097f4622313
Diffstat (limited to 'tcwg-llvm-testsuite.yaml')
-rw-r--r--tcwg-llvm-testsuite.yaml6
1 files changed, 4 insertions, 2 deletions
diff --git a/tcwg-llvm-testsuite.yaml b/tcwg-llvm-testsuite.yaml
index de88738e..1a4231c9 100644
--- a/tcwg-llvm-testsuite.yaml
+++ b/tcwg-llvm-testsuite.yaml
@@ -78,10 +78,11 @@
fi
# Select builder arch/type/container
- buildjobs=7
+ buildjobs=1
case ${label} in
tcwg-x86_64-build)
builder_arch=amd64
+ buildjobs=8 # 1 slot is 32/4
;;
tcwg-tk1_32-build)
builder_arch=armhf
@@ -89,6 +90,7 @@
;;
tcwg-apm_64-build)
builder_arch=arm64
+ buildjobs=4 # APMs only have 8 cores
;;
*) echo "ERROR: Unsupported label: $label"; exit 1 ;;
esac
@@ -109,6 +111,6 @@
trap "${CONTAINERS_CLEANUP}" EXIT
fi
- ${BUILD_CONTAINER} "bash -x ${WORKSPACE}/tcwg-llvm-testsuite.sh \
+ echo ${BUILD_CONTAINER} "bash -x ${WORKSPACE}/tcwg-llvm-testsuite.sh \
--workspace=${WORKSPACE}" \
--toolchain=${toolchain}