aboutsummaryrefslogtreecommitdiff
path: root/tcwg-backport.yaml
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-04-19 08:25:33 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2017-04-19 09:05:27 +0000
commita605ad5b563da1c9b2e88ee50dd500acb55f3796 (patch)
tree61a6d3ad9b88b3a2fe930c9227d517e3d710a8f9 /tcwg-backport.yaml
parent3ca686da318796290a61759946042148ee992c07 (diff)
tcwg-buildfarm: Rework to use dynamic slave and target axes.
Change-Id: Ib5571449544f8c451a780a7947cca5781273d590
Diffstat (limited to 'tcwg-backport.yaml')
-rw-r--r--tcwg-backport.yaml10
1 files changed, 5 insertions, 5 deletions
diff --git a/tcwg-backport.yaml b/tcwg-backport.yaml
index e220c8d7..26153ad3 100644
--- a/tcwg-backport.yaml
+++ b/tcwg-backport.yaml
@@ -31,9 +31,9 @@
default: dev-01.tcwglab:/home/tcwg-buildslave/logs
description: 'Log_Server'
- string:
- name: targets
- default: 'cross_main cross_aux native_x86'
- description: 'Which target toolchains to build: cross_main cross_aux native_x86 native_aarch64 native_aarch32'
+ name: target_list
+ default: 'aarch64-linux-gnu armv8l-linux-gnueabihf arm-linux-gnueabi arm-linux-gnueabihf armeb-linux-gnueabihf aarch64-none-elf aarch64_be-none-elf tcwg-x86_64-build tcwg-x86_32-build'
+ description: 'List of targets -- aarch64-linux-gnu armv8l-linux-gnueabihf arm-linux-gnueabi arm-linux-gnueabihf armeb-linux-gnueabihf aarch64-none-elf aarch64_be-none-elf tcwg-x86_64-build tcwg-x86_32-build tcwg-tk1_32-build tcwg-apm_64-build tcwg-apm_32-build -- the tcwg-* targets should be a subset of slave axis'
- string:
name: abe_branch
default: refs/remotes/origin/stable
@@ -118,7 +118,7 @@
rebuild=${rebuild}
dont_fail=true
log_server=$log_server
- targets=$targets
+ target_list=$target_list
abe_branch=$abe_branch
displaytag=backport-ref-${GERRIT_CHANGE_NUMBER}
EOF
@@ -129,7 +129,7 @@
rebuild=${rebuild}
dont_fail=true
log_server=$log_server
- targets=$targets
+ target_list=$target_list
abe_branch=$abe_branch
displaytag=backport-patch-${GERRIT_CHANGE_NUMBER}
EOF