aboutsummaryrefslogtreecommitdiff
path: root/coresight
diff options
context:
space:
mode:
Diffstat (limited to 'coresight')
-rw-r--r--coresight/lava-job-definitions/d01/template.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/coresight/lava-job-definitions/d01/template.yaml b/coresight/lava-job-definitions/d01/template.yaml
new file mode 100644
index 0000000000..0496eacf00
--- /dev/null
+++ b/coresight/lava-job-definitions/d01/template.yaml
@@ -0,0 +1,29 @@
+actions:
+- command: deploy_linaro_kernel
+ parameters:
+ dtb: '${DTB_URL}/hip04-d01.dtb'
+ kernel: '${KERNEL_URL}/zImage'
+ nfsrootfs: '${ROOTFS_BUILD_URL}'
+ metadata:
+ distribution: 'openembedded'
+ hwpack.build: '${BUILD_NUMBER}'
+ hwpack.type: '${hwpack_type}'
+ rootfs.build: '${ROOTFS_BUILD_NUMBER}'
+ rootfs.type: 'minimal-armv7a-gcc-4.9'
+ git URL: '${GIT_URL}'
+ git branch: '${GIT_BRANCH}'
+ git commit: '${GIT_COMMIT}'
+- command: boot_linaro_image
+- command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'git://git.linaro.org/qa/test-definitions.git'
+ testdef: 'common/coresight-test.yaml'
+ timeout: 1800
+- command: submit_results
+ parameters:
+ server: 'http://${LAVA_SERVER}'
+ stream: '${BUNDLE_STREAM_NAME}'
+device_type: '${DEVICE_TYPE}'
+job_name: '${BUILD_URL}'
+timeout: 3600