aboutsummaryrefslogtreecommitdiff
path: root/optee-os.yaml
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-04-26 15:19:27 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2017-04-27 15:41:22 +0000
commit7924d9882c5cd54f12a9a020d6ef0091d0c20af0 (patch)
tree39033cb8d3556d77a6ae98a2734440cc0fafabd9 /optee-os.yaml
parentf3338c8ddac001e8e591cd23c8c4f114b52299c3 (diff)
optee-os: initial build job, converted from Travis CI
Change-Id: I080baf8f9f654b18d1f07e3df1631de129ef3a1c Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'optee-os.yaml')
-rw-r--r--optee-os.yaml38
1 files changed, 38 insertions, 0 deletions
diff --git a/optee-os.yaml b/optee-os.yaml
new file mode 100644
index 00000000..2f1e60c0
--- /dev/null
+++ b/optee-os.yaml
@@ -0,0 +1,38 @@
+- job:
+ name: optee-os
+ project-type: freestyle
+ defaults: global
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ op-tee:
+ - job-read
+ - job-extended-read
+ - job-build
+ - job-cancel
+ - job-configure
+ - build-discarder:
+ days-to-keep: 90
+ num-to-keep: 90
+ disabled: false
+ node: docker-xenial-amd64
+ display-name: 'OP-TEE Trusted OS'
+ scm:
+ - git:
+ url: https://github.com/OP-TEE/optee_os.git
+ refspec: +refs/heads/master:refs/remotes/origin/master
+ name: origin
+ branches:
+ - refs/heads/master
+ skip-tag: true
+ shallow-clone: true
+ wipe-workspace: false
+ wrappers:
+ - timestamps
+ - build-name:
+ name: '#${BUILD_NUMBER}-${GIT_REVISION,length=8}'
+ builders:
+ - shell:
+ !include-raw: optee/os/builders.sh