aboutsummaryrefslogtreecommitdiff
path: root/linux-kernel-ci/lava-job-definitions/generic
diff options
context:
space:
mode:
authorFathi Boudra <fathi.boudra@linaro.org>2014-09-12 09:18:40 +0300
committerFathi Boudra <fathi.boudra@linaro.org>2014-09-12 09:18:40 +0300
commit370e285cd1fa5262d245c00f67f5133a1c96640c (patch)
treec0683383eb8f9446c9c9d85131472ce8f45652fc /linux-kernel-ci/lava-job-definitions/generic
parent5d3e9bcb9cd27fe99f2c87fc15a692a7ee307e71 (diff)
Add Linux kernel CI templates
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
Diffstat (limited to 'linux-kernel-ci/lava-job-definitions/generic')
-rw-r--r--linux-kernel-ci/lava-job-definitions/generic/template.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/linux-kernel-ci/lava-job-definitions/generic/template.yaml b/linux-kernel-ci/lava-job-definitions/generic/template.yaml
new file mode 100644
index 0000000000..55d526dbd4
--- /dev/null
+++ b/linux-kernel-ci/lava-job-definitions/generic/template.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: '${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