aboutsummaryrefslogtreecommitdiff
path: root/fai-test.yaml
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2019-05-24 11:37:01 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2019-05-27 09:59:16 +0000
commitfa88e20fae98e0a1e2b294cb3f80a9948fcfd5c0 (patch)
tree086321992a4b83b2202ca6c5d4a9ba49e362d5b6 /fai-test.yaml
parentce2451fddcdf0fa86e603fd48922449523256f24 (diff)
fai-test: add new job
This is a job so that we can test FAI patches before committing them, to test if FAI works for all the supported arch. Change-Id: I0d43aabbe2c64460aebaabd8e97da744e495803d Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'fai-test.yaml')
-rw-r--r--fai-test.yaml42
1 files changed, 42 insertions, 0 deletions
diff --git a/fai-test.yaml b/fai-test.yaml
new file mode 100644
index 00000000..b6a35cfd
--- /dev/null
+++ b/fai-test.yaml
@@ -0,0 +1,42 @@
+- job:
+ name: fai-test
+ project-type: freestyle
+ defaults: global
+ logrotate:
+ daysToKeep: 30
+ numToKeep: 30
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ - job-workspace
+ linaro:
+ - job-build
+ - job-cancel
+ parameters:
+ - string:
+ name: FAI_CLASS
+ default: 'BUSTER,DEBIAN,LINARO,QCOM,DEVELOPER,DB410C,RAW'
+ - string:
+ name: REPO_URL
+ default: 'https://git.linaro.org/ci/fai.git'
+ - string:
+ name: ROOTFS_SIZE
+ default: '3G'
+ - string:
+ name: BRANCH
+ default: 'master'
+ - label:
+ name: buildslave
+ default: 'docker-stretch-arm64'
+ disabled: false
+ node: master
+ display-name: 'Linaro FAI'
+ wrappers:
+ - timestamps
+ - build-name:
+ name: '#${BUILD_NUMBER}'
+ builders:
+ - shell:
+ !include-raw: fai/builders.sh