aboutsummaryrefslogtreecommitdiff
path: root/96boards-b2260
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2017-01-31 10:33:59 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2017-02-06 12:45:33 +0200
commit0ddb7dd2f2c8673c9128a4375c5f953e9d71300c (patch)
tree5b9a18e900c026da4b6a8652713e03c3ed29b6f2 /96boards-b2260
parentec2b6dc6778b0ac2be7b23f6fb0290ee71c83ce9 (diff)
96boards-b2260: add initial job submission to LAVA
Change-Id: If7307db583e3442c7fb0b2a9a705788ba1662c0a Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to '96boards-b2260')
-rw-r--r--96boards-b2260/lava-job-definitions/b2260/template.yaml51
1 files changed, 51 insertions, 0 deletions
diff --git a/96boards-b2260/lava-job-definitions/b2260/template.yaml b/96boards-b2260/lava-job-definitions/b2260/template.yaml
new file mode 100644
index 00000000..1ef33c22
--- /dev/null
+++ b/96boards-b2260/lava-job-definitions/b2260/template.yaml
@@ -0,0 +1,51 @@
+device_type: b2260
+job_name: '96boards-b2260'
+
+timeouts:
+ job:
+ minutes: 10
+ action:
+ minutes: 5
+ connection:
+ minutes: 2
+
+priority: medium
+visibility: public
+
+actions:
+- deploy:
+ timeout:
+ minutes: 4
+ to: tftp
+ os: debian
+ kernel:
+ url: 'https://builds.96boards.org/snapshots/b2260/linaro/debian/${BUILD_NUMBER}/uImage'
+ dtb:
+ url: 'https://builds.96boards.org/snapshots/b2260/linaro/debian/${BUILD_NUMBER}/stih410-b2260.dtb'
+ nfsrootfs:
+ url: 'https://builds.96boards.org/snapshots/b2260/linaro/debian/${BUILD_NUMBER}/${ROOTFS}'
+ compression: gz
+
+- boot:
+ method: u-boot
+ commands: nfs
+ type: uimage
+ prompts:
+ - 'linaro-test'
+ - 'root@debian:~#'
+ - '/ #'
+
+- test:
+ timeout:
+ minutes: 5
+ definitions:
+ - repository: git://git.linaro.org/qa/test-definitions.git
+ from: git
+ path: ubuntu/smoke-tests-basic.yaml
+ name: smoke-tests
+
+metadata:
+ build-url: ${BUILD_URL}
+ build-log: ${BUILD_URL}consoleText
+ git-url: https://github.com/Linaro/rpk.git
+ git-commit: ${GIT_COMMIT}