aboutsummaryrefslogtreecommitdiff
path: root/tcwg-llvm-staged-build.yaml
diff options
context:
space:
mode:
authorYvan Roux <yvan.roux@linaro.org>2018-05-30 10:13:46 +0200
committerYvan Roux <yvan.roux@linaro.org>2018-05-30 10:13:46 +0200
commite636f838ccdb8f448dde72f5380d7a9f3b7b2e93 (patch)
tree427b307bc6073a38e11025c31d38986138686fa9 /tcwg-llvm-staged-build.yaml
parente4d95bf1f130b9a57b1084c749bad2380cdc21e6 (diff)
tcwg-llvm-staged-build: Add 32bits ARMv8 target.
Change-Id: I432159758ef89ef3b62acfa0e68cf8a82d77ffc3
Diffstat (limited to 'tcwg-llvm-staged-build.yaml')
-rw-r--r--tcwg-llvm-staged-build.yaml7
1 files changed, 6 insertions, 1 deletions
diff --git a/tcwg-llvm-staged-build.yaml b/tcwg-llvm-staged-build.yaml
index 4603c939..c0ec4664 100644
--- a/tcwg-llvm-staged-build.yaml
+++ b/tcwg-llvm-staged-build.yaml
@@ -65,7 +65,7 @@
- string:
name: target_list
default: 'tcwg-x86_64-cam'
- description: 'List of targets -- tcwg-x86_64-cam tcwg-tk1_32-build tcwg-apm_64-build -- should be a subset of slave axis'
+ description: 'List of targets -- tcwg-x86_64-cam tcwg-tk1_32-build tcwg-apm_32-build tcwg-apm_64-build-- should be a subset of slave axis'
disabled: false
node: tcwg-coordinator
retry-count: 3
@@ -88,6 +88,7 @@
values:
- tcwg-x86_64-cam
- tcwg-tk1_32-build
+ - tcwg-apm_32-build
- tcwg-apm_64-build
- axis:
type: dynamic
@@ -126,6 +127,10 @@
builder_arch=armhf
buildjobs=4 # TK1s only have 4 cores
;;
+ tcwg-apm_32-build)
+ builder_arch=armhf
+ buildjobs=8 # APMs only have 8 cores
+ ;;
tcwg-apm_64-build)
builder_arch=arm64
buildjobs=8 # APMs only have 8 cores