aboutsummaryrefslogtreecommitdiff
path: root/linux-lng-v4.1-rt-pre-merge/lava-job-definitions/x86/template-base-ramdisk.yaml
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-10-15 18:05:38 +0200
committerAnders Roxell <anders.roxell@linaro.org>2015-10-15 21:09:05 +0200
commit48b6e5a41276babce0c2ebecb619dc1cee2fe042 (patch)
treefee45301c37857f7235c67e43f92b25f5430df52 /linux-lng-v4.1-rt-pre-merge/lava-job-definitions/x86/template-base-ramdisk.yaml
parenta246b9fce4464032e8a2284d03febdc9a7161006 (diff)
linux-lng-v4.1-rt-pre-merge: add x86 test plans
Change-Id: I8d299041b9a239a208e8dfe169e0d8d6096d3518 Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'linux-lng-v4.1-rt-pre-merge/lava-job-definitions/x86/template-base-ramdisk.yaml')
-rw-r--r--linux-lng-v4.1-rt-pre-merge/lava-job-definitions/x86/template-base-ramdisk.yaml48
1 files changed, 48 insertions, 0 deletions
diff --git a/linux-lng-v4.1-rt-pre-merge/lava-job-definitions/x86/template-base-ramdisk.yaml b/linux-lng-v4.1-rt-pre-merge/lava-job-definitions/x86/template-base-ramdisk.yaml
new file mode 100644
index 0000000000..806d09ad27
--- /dev/null
+++ b/linux-lng-v4.1-rt-pre-merge/lava-job-definitions/x86/template-base-ramdisk.yaml
@@ -0,0 +1,48 @@
+actions:
+- command: deploy_linaro_kernel
+ parameters:
+ bootloadertype: 'ipxe'
+ kernel: '${KERNEL_URL}/bzImage-x86-64'
+ ramdisk: '${ROOTFS_BUILD_URL}'
+ metadata:
+ distribution: 'openembedded'
+ kernel.build: '${BUILD_NUMBER}'
+ rootfs.build: '${ROOTFS_BUILD_NUMBER}'
+ rootfs.type: 'lng-x86-gcc-4.9'
+ git URL: '${GIT_URL}'
+ git branch: '${GIT_BRANCH}'
+ 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/nohz-isolation.yaml
+- command: lava_test_shell
+ parameters:
+ timeout: 7200
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/ltp-realtime.yaml
+- command: lava_test_shell
+ parameters:
+ timeout: 7200
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/ltp.yaml
+- command: lava_test_shell
+ parameters:
+ timeout: 7200
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/kvm.yaml
+- command: submit_results
+ parameters:
+ server: 'http://${LAVA_SERVER}'
+ stream: '${BUNDLE_STREAM_NAME}'
+device_type: '${DEVICE_TYPE}'
+job_name: '${BUILD_URL}'
+timeout: 3600