aboutsummaryrefslogtreecommitdiff
path: root/optee-build.yaml
diff options
context:
space:
mode:
authorIgor Opaniuk <igor.opaniuk@linaro.org>2017-05-14 21:10:57 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-05-17 07:56:45 +0300
commitd5beb809587653f80c1e368fcf80976550e726e7 (patch)
tree630fbd4afe2f03c962ea392bed6c998757d96750 /optee-build.yaml
parent7a3f2564c42caa87e6a12d7162f9b08d76c51303 (diff)
optee-build: use a matrix job instead of freestyle
Change-Id: I7c089a70aa8916a808acf4519c0adbbf11dc5415 Signed-off-by: Igor Opaniuk <igor.opaniuk@linaro.org>
Diffstat (limited to 'optee-build.yaml')
-rw-r--r--optee-build.yaml21
1 files changed, 19 insertions, 2 deletions
diff --git a/optee-build.yaml b/optee-build.yaml
index 0db34c9df7..82b1521627 100644
--- a/optee-build.yaml
+++ b/optee-build.yaml
@@ -1,6 +1,6 @@
- job:
name: optee-build
- project-type: freestyle
+ project-type: matrix
defaults: global
properties:
- authorization:
@@ -17,8 +17,25 @@
days-to-keep: 90
num-to-keep: 90
disabled: false
- node: docker-xenial-amd64
+ node: master
display-name: 'OP-TEE Makefiles for various platforms'
+ axes:
+ - axis:
+ type: slave
+ name: label
+ values:
+ - docker-xenial-amd64
+ - axis:
+ type: user-defined
+ name: repo_proj
+ values:
+ - default
+ - fvp
+ - hikey
+ - juno
+ - mt8173-evb
+ - qemu_v8
+ - rpi3
scm:
- git:
url: https://github.com/OP-TEE/build.git