aboutsummaryrefslogtreecommitdiff
path: root/linux-kernel-ci
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-03-04 10:16:16 +0200
committerFathi Boudra <fathi.boudra@linaro.org>2015-03-04 10:16:16 +0200
commit5f083eb26eb821b09dfddf04e98d43279b35cc0e (patch)
tree48c6cff26a2e452795075922424a7f88432f03c7 /linux-kernel-ci
parentcab842dca4141670d082de1131457f37228ba1f6 (diff)
linux-kernel-ci: add lava job definition for b2120stxh410
Change-Id: Iafef5ee87dbc33866a4302461688d58e0316b071 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'linux-kernel-ci')
-rw-r--r--linux-kernel-ci/lava-job-definitions/b2120stxh410/template.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/linux-kernel-ci/lava-job-definitions/b2120stxh410/template.yaml b/linux-kernel-ci/lava-job-definitions/b2120stxh410/template.yaml
new file mode 100644
index 0000000000..086593470a
--- /dev/null
+++ b/linux-kernel-ci/lava-job-definitions/b2120stxh410/template.yaml
@@ -0,0 +1,20 @@
+actions:
+ - command: deploy_linaro_kernel
+ parameters:
+ dtb: '${DTB_URL}/${DTB}'
+ kernel: '${KERNEL_URL}/vmlinux'
+ nfsrootfs: '${ROOTFS_BUILD_URL}'
+ metadata:
+ build id: '${BUILD_NUMBER}'
+ defconfig: '${kernel_config}'
+ git URL: '${GIT_URL}'
+ git branch: '${GIT_BRANCH}'
+ git commit: '${GIT_COMMIT}'
+ - command: boot_linaro_image
+ - command: submit_results
+ parameters:
+ server: 'http://${LAVA_SERVER}'
+ stream: '${BUNDLE_STREAM_NAME}'
+device_type: '${DEVICE_TYPE}'
+job_name: '${BUILD_URL}'
+timeout: 3600