aboutsummaryrefslogtreecommitdiff
path: root/96boards-reference-platform-hikey-sd-installer.yaml
diff options
context:
space:
mode:
authorRiku Voipio <riku.voipio@linaro.org>2016-07-01 15:20:20 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2016-09-01 09:43:16 +0000
commitcf2a355e835bdd25b34b4ffbe0e1d00c7349eba4 (patch)
tree21d6986d7efc10cc58b6b6ffb5d9202b1cd7a8e2 /96boards-reference-platform-hikey-sd-installer.yaml
parentc4ba9a008a6de4ffd620a9cdc34b2330e456e501 (diff)
96boards-reference-platform-hikey-sd-installer: new job
Builds SD card image for booting installer in HiKey, implements BB-311 Change-Id: I655c122e29a8cfe1c9fb7edf2fd421644bf9836e Signed-off-by: Riku Voipio <riku.voipio@linaro.org>
Diffstat (limited to '96boards-reference-platform-hikey-sd-installer.yaml')
-rw-r--r--96boards-reference-platform-hikey-sd-installer.yaml32
1 files changed, 32 insertions, 0 deletions
diff --git a/96boards-reference-platform-hikey-sd-installer.yaml b/96boards-reference-platform-hikey-sd-installer.yaml
new file mode 100644
index 00000000..b2974957
--- /dev/null
+++ b/96boards-reference-platform-hikey-sd-installer.yaml
@@ -0,0 +1,32 @@
+- job:
+ name: 96boards-reference-platform-hikey-sd-installer
+ project-type: freestyle
+ defaults: global
+ properties:
+ - authorization:
+ anonymous:
+ - job-read
+ - job-extended-read
+ - job-workspace
+ linaro:
+ - job-read
+ - job-extended-read
+ - job-build
+ - job-cancel
+ - build-discarder:
+ days-to-keep: 30
+ num-to-keep: 30
+ artifact-num-to-keep: 1
+ disabled: false
+ node: docker-jessie-arm64
+ display-name: '96boards - Reference Platform - Hikey SD Installer'
+ wrappers:
+ - timestamps
+ builders:
+ - linaro-publish-token:
+ host: builds.96boards.org
+ - shell:
+ !include-raw: 96boards-reference-platform-hikey-sd-installer/builders.sh
+ publishers:
+ - email:
+ recipients: 'fathi.boudra@linaro.org riku.voipio@linaro.org'