aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tcwg-buildapp.yaml17
-rw-r--r--tcwg-trigger-buildapp.yaml2
2 files changed, 11 insertions, 8 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'
diff --git a/tcwg-trigger-buildapp.yaml b/tcwg-trigger-buildapp.yaml
index ab15f52218..01b6ff9ad1 100644
--- a/tcwg-trigger-buildapp.yaml
+++ b/tcwg-trigger-buildapp.yaml
@@ -44,5 +44,5 @@
echo "toolchain_url=${toolchain_url}" >> buildapp.properties
cat buildapp.properties
- trigger-builds:
- - project: 'tcwg-buildapp-christophe'
+ - project: 'tcwg-buildapp'
property-file: buildapp.properties