summaryrefslogtreecommitdiff
path: root/custom_lava_job_definition.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'custom_lava_job_definition.yaml')
-rw-r--r--custom_lava_job_definition.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/custom_lava_job_definition.yaml b/custom_lava_job_definition.yaml
new file mode 100644
index 0000000..e86a24a
--- /dev/null
+++ b/custom_lava_job_definition.yaml
@@ -0,0 +1,20 @@
+actions:
+ - command: deploy_linaro_kernel
+ parameters:
+ dtb: 'http://snapshots.linaro.org/kernel-hwpack/linux-next/${defconfig}/${BUILD_NUMBER}/dtb/${DTB_FILE_NAME}'
+ kernel: 'http://snapshots.linaro.org/kernel-hwpack/linux-next/${defconfig}/${BUILD_NUMBER}/${KERNEL_FILE_NAME}'
+ nfsrootfs: 'http://snapshots.linaro.org/openembedded/images/minimal-armv7a-gcc-4.9/293/linaro-image-minimal-genericarmv7a-20140901-293.rootfs.tar.gz'
+ 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://validation.linaro.org/RPC2/'
+ stream: '${BUNDLE_STREAM_NAME}'
+device_type: ${DEVICE_TYPE}
+job_name: ${BUILD_URL}
+timeout: 3600