aboutsummaryrefslogtreecommitdiff
path: root/linux-lng-v3.14-rt-pre-merge
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 20:38:05 +0200
commit79e27b39323b69a243d006bb7509d738655f64f9 (patch)
treec3c3025e6475d255d376b2630c6ebb3aade1f9cf /linux-lng-v3.14-rt-pre-merge
parentb0b0e18c6b57ab31402f589b915dcfb3a2c25990 (diff)
linux-lng-v3.14-rt-pre-merge: add x86 test plans
Change-Id: Ic22f47d82c8370764c57742ebcd160104962397a Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'linux-lng-v3.14-rt-pre-merge')
-rw-r--r--linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-base-ramdisk.yaml48
l---------linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-base.yaml1
-rw-r--r--linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-benchmark-ramdisk.yaml42
l---------linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-benchmark.yaml1
-rw-r--r--linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-cyclic-ramdisk.yaml30
l---------linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-cyclic.yaml1
-rw-r--r--linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-ramdisk.yaml24
l---------linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template.yaml1
8 files changed, 148 insertions, 0 deletions
diff --git a/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-base-ramdisk.yaml b/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-base-ramdisk.yaml
new file mode 100644
index 0000000000..806d09ad27
--- /dev/null
+++ b/linux-lng-v3.14-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
diff --git a/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-base.yaml b/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-base.yaml
new file mode 120000
index 0000000000..0387de4edd
--- /dev/null
+++ b/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-base.yaml
@@ -0,0 +1 @@
+template-base-ramdisk.yaml \ No newline at end of file
diff --git a/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-benchmark-ramdisk.yaml b/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-benchmark-ramdisk.yaml
new file mode 100644
index 0000000000..d47ce74cfe
--- /dev/null
+++ b/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-benchmark-ramdisk.yaml
@@ -0,0 +1,42 @@
+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/lmbench.yaml
+- command: lava_test_shell
+ parameters:
+ timeout: 7200
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/kvm-benchmark.yaml
+- command: lava_test_shell
+ parameters:
+ timeout: 7200
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/hackbench.yaml
+- command: submit_results
+ parameters:
+ server: 'http://${LAVA_SERVER}'
+ stream: '${BUNDLE_STREAM_NAME}'
+device_type: '${DEVICE_TYPE}'
+job_name: '${BUILD_URL}'
+timeout: 3600
diff --git a/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-benchmark.yaml b/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-benchmark.yaml
new file mode 120000
index 0000000000..5fa55631a7
--- /dev/null
+++ b/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-benchmark.yaml
@@ -0,0 +1 @@
+template-benchmark-ramdisk.yaml \ No newline at end of file
diff --git a/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-cyclic-ramdisk.yaml b/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-cyclic-ramdisk.yaml
new file mode 100644
index 0000000000..2e2c063317
--- /dev/null
+++ b/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-cyclic-ramdisk.yaml
@@ -0,0 +1,30 @@
+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: 7600
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ testdef: openembedded/cyclictest.yaml
+- command: submit_results
+ parameters:
+ server: 'http://${LAVA_SERVER}'
+ stream: '${BUNDLE_STREAM_NAME}'
+device_type: '${DEVICE_TYPE}'
+job_name: '${BUILD_URL}'
+timeout: 3600
diff --git a/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-cyclic.yaml b/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-cyclic.yaml
new file mode 120000
index 0000000000..0ea7f78456
--- /dev/null
+++ b/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-cyclic.yaml
@@ -0,0 +1 @@
+template-cyclic-ramdisk.yaml \ No newline at end of file
diff --git a/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-ramdisk.yaml b/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-ramdisk.yaml
new file mode 100644
index 0000000000..884aab302e
--- /dev/null
+++ b/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template-ramdisk.yaml
@@ -0,0 +1,24 @@
+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: submit_results
+ parameters:
+ server: 'http://${LAVA_SERVER}'
+ stream: '${BUNDLE_STREAM_NAME}'
+device_type: '${DEVICE_TYPE}'
+job_name: '${BUILD_URL}'
+timeout: 3600
diff --git a/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template.yaml b/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template.yaml
new file mode 120000
index 0000000000..df16d27cae
--- /dev/null
+++ b/linux-lng-v3.14-rt-pre-merge/lava-job-definitions/x86/template.yaml
@@ -0,0 +1 @@
+template-ramdisk.yaml \ No newline at end of file