aboutsummaryrefslogtreecommitdiff
path: root/tcwg-buildapp.yaml
diff options
context:
space:
mode:
authorChristophe Lyon <christophe.lyon@linaro.org>2016-11-17 21:45:42 +0100
committerChristophe Lyon <christophe.lyon@linaro.org>2016-11-17 22:33:28 +0100
commit8e9aeef4e9210b4c1a22f2f4f881a3b6f1a531b2 (patch)
tree4000dc7200129c80aa76046c1a500f73230ace67 /tcwg-buildapp.yaml
parent23f247938be25d96a154225162b75a45e83569b7 (diff)
tcwg-buildapp tcwg-trigger-buildapp: Merge from tcwg-buildapp-christophe
tcwg-buildapp: Use dynamic axes to select apps and targets. tcwg-trigger-buildapp: Trigger tcwg-buildapp instead of tcwg-buildapp-christophe. Change-Id: If3579f99b9f510244fdc37b6a154475a3b49bc35
Diffstat (limited to 'tcwg-buildapp.yaml')
-rw-r--r--tcwg-buildapp.yaml17
1 files changed, 10 insertions, 7 deletions
diff --git a/tcwg-buildapp.yaml b/tcwg-buildapp.yaml
index 42614d7e0f..10f4bba751 100644
--- a/tcwg-buildapp.yaml
+++ b/tcwg-buildapp.yaml
@@ -14,13 +14,15 @@
days-to-keep: 30
num-to-keep: 30
parameters:
+ - file:
+ name: buildapp.properties
- string:
name: toolchain_url
default: ''
description: 'Toolchain URL'
disabled: false
node: tcwg-x86_64-cam
- child-workspace: $target
+ child-workspace: $target/$app
concurrent: true
display-name: 'TCWG ZZZ BuildApp'
scm:
@@ -35,17 +37,15 @@
values:
- docker-trusty-amd64-tcwg
- axis:
- type: user-defined
+ type: dynamic
name: app
values:
- - gcc
- - linux
+ - app_list
- axis:
- type: user-defined
+ type: dynamic
name: target
values:
- - arm-linux-gnueabihf
- - aarch64-linux-gnu
+ - target_list
execution-strategy:
sequential: false
wrappers:
@@ -63,3 +63,6 @@
#!/bin/bash
set -ex
./tcwg-buildapp.sh ${toolchain_url} ${app} ${target}
+ publishers:
+ - email:
+ recipients: 'christophe.lyon@linaro.org'