aboutsummaryrefslogtreecommitdiff
path: root/tcwg-llvm-release.yaml
diff options
context:
space:
mode:
authorRenato Golin <renato.golin@linaro.org>2017-04-13 16:28:44 +0100
committerRenato Golin <renato.golin@linaro.org>2017-04-13 16:29:20 +0100
commitebdfc1396aae43e0d43bcd7aa218be9d5c6dcd85 (patch)
tree3223a8b4beaeb1daa480f78e1c1310238a53d43a /tcwg-llvm-release.yaml
parent1adb557c798eaf189204eaac14d15ab2a819b5e4 (diff)
Revert "tcwg-llvm-release.yaml: Try out matrix filters"
This reverts commit 59ea006406f841837040f94ab604b579e5f16f9a. Our trial didn't work, so I'm reverting this change and we'll try something different. Change-Id: I5ebbd6c89796b858f903512dc930f3fa9428538d
Diffstat (limited to 'tcwg-llvm-release.yaml')
-rw-r--r--tcwg-llvm-release.yaml14
1 files changed, 3 insertions, 11 deletions
diff --git a/tcwg-llvm-release.yaml b/tcwg-llvm-release.yaml
index e488e988..799b1144 100644
--- a/tcwg-llvm-release.yaml
+++ b/tcwg-llvm-release.yaml
@@ -30,10 +30,6 @@
name: build_container_tag
default: 'xenial'
description: 'Type of image to use in the container: trusty, xenial.'
- - string:
- name: build_filter
- default: 'label == "tcwg-tk1_32-built" || label == "tcwg-apm_64-build"'
- description: 'execution-strategy / combination-filter: Which labels to build. Default arm32 + arm64'
disabled: false
node: tcwg-x86_64-build
child-workspace: $label
@@ -57,10 +53,6 @@
- tcwg-x86_64-build
- tcwg-tk1_32-build
- tcwg-apm_64-build
- execution-strategy:
- combination-filter: |
- ${build_filter}
- sequential: false
wrappers:
- timeout:
timeout: 600
@@ -116,9 +108,9 @@
fi
# Setup job parameters and run
- echo ${BUILD_CONTAINER} "cd ${WORKSPACE} && bash -x ${WORKSPACE}/tcwg-llvm-release.sh \
+ ${BUILD_CONTAINER} "cd ${WORKSPACE} && bash -x ${WORKSPACE}/tcwg-llvm-release.sh \
--workspace=${WORKSPACE} \
--release=${release} \
- --candidate=${candidate}" \
+ --candidate=${candidate} \
--buildjobs=${buildjobs} \
- --toolchain=${toolchain}
+ --toolchain=${toolchain}"