aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2015-08-18 13:49:30 +0200
committerChristophe Lyon <christophe.lyon@linaro.org>2015-08-18 13:49:30 +0200
commit4f2c0fa9d50da68de512d9cddf2d3e28abf1cbcd (patch)
tree0c52bfd55c34d769acdb8fc58b53fa0246895656
parentaec863fa734153a2d2af93b16c0420bd007ceb5e (diff)
tcwg-buildfarm-master-hetzner-02: target is now a parameter, since the purpose of this job is testing.
It's not practical/useful to queue builds for all targets on the same builder: make it a parameter. Change-Id: I463b0437e1068d6c9cb4dbec60f3b4ab9f862bd3
-rw-r--r--tcwg-buildfarm-master-hetzner-02.yaml21
1 files changed, 4 insertions, 17 deletions
diff --git a/tcwg-buildfarm-master-hetzner-02.yaml b/tcwg-buildfarm-master-hetzner-02.yaml
index 921d5186ab..52a799d912 100644
--- a/tcwg-buildfarm-master-hetzner-02.yaml
+++ b/tcwg-buildfarm-master-hetzner-02.yaml
@@ -19,6 +19,10 @@
default: 'latest'
description: 'GCC revision to build'
- string:
+ name: target
+ default: 'aarch64-none-elf'
+ description: 'target to build'
+ - string:
name: host_x86_64_languages
default: 'default'
description: 'Languages to build for x86_64-hosted toolchains, e.g., "c,c++" or "all" or "default"'
@@ -77,23 +81,6 @@
name: label
values:
- tcwg-x86_64-02
- - axis:
- type: user-defined
- name: target
- values:
- - aarch64-linux-gnu
- - aarch64-none-elf
- - aarch64_be-none-elf
- - arm-linux-gnueabi
- - arm-linux-gnueabihf
- - armeb-linux-gnueabihf
- - native
- - schroot-i386-native
- - schroot-armhf-native
- execution-strategy:
- combination-filter: |
- (label=="tcwg-x86_64-02" && target!="schroot-armhf-native") || (label=="tcwg-aarch64-build" && (target=="native" || target=="schroot-armhf-native"))
- sequential: false
wrappers:
- timeout:
timeout: 600