aboutsummaryrefslogtreecommitdiff
path: root/coresight
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2015-04-09 21:47:07 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2015-04-09 21:47:07 +0300
commitd629b388ac2c5f025b0d3f9cb8d86f58cfd4e865 (patch)
treee542310f8120fb5bb17c8841e47fb9d84628509a /coresight
parent9e727b1de6f90cb5692470735d60dd10c4e2f105 (diff)
coresight: add HiSilicon D01 build
Change-Id: I453fe32b2e139a1c54b3ed3dc61854fc1572982b Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
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