aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--odp/lava-job-definitions/x86/template-base-nfs.yaml29
1 files changed, 29 insertions, 0 deletions
diff --git a/odp/lava-job-definitions/x86/template-base-nfs.yaml b/odp/lava-job-definitions/x86/template-base-nfs.yaml
new file mode 100644
index 0000000..56473ce
--- /dev/null
+++ b/odp/lava-job-definitions/x86/template-base-nfs.yaml
@@ -0,0 +1,29 @@
+actions:
+- command: deploy_linaro_kernel
+ parameters:
+ bootloadertype: 'ipxe'
+ kernel: '${KERNEL_URL}/bzImage-x86-64'
+ nfsrootfs: '${ROOTFS_BUILD_URL}'
+ metadata:
+ distribution: 'openembedded'
+ kernel.build: '${BUILD_NUMBER}'
+ rootfs.build: '${ROOTFS_BUILD_NUMBER}'
+ rootfs.type: 'odp-x86-64-gcc-4.9'
+ git URL: '${GIT_URL}'
+ git commit: '${GIT_COMMIT}'
+- command: boot_linaro_image
+ parameters:
+ test_image_prompt: 'root@linaro'
+- command: lava_test_shell
+ parameters:
+ timeout: 7200
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/odp-validation.yaml
+- command: submit_results
+ parameters:
+ server: 'http://${LAVA_SERVER}'
+ stream: '${BUNDLE_STREAM_NAME}'
+device_type: '${DEVICE_TYPE}'
+job_name: '${BUILD_URL}'
+timeout: 3600