aboutsummaryrefslogtreecommitdiff
path: root/linux-lng-v4.1-pre-merge
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-10-21 20:36:33 +0200
committerAnders Roxell <anders.roxell@linaro.org>2015-10-21 20:40:46 +0200
commit83e3d64ada4f741be4d4563f467f78fc01465938 (patch)
tree148f4f2b21f491cb89c78d88f52d8738716fdc51 /linux-lng-v4.1-pre-merge
parente714f67a4c800ef94b495227f311916683d7787e (diff)
lng-v4.1-pre-merge: add lava testplan for juno
Change-Id: I740ea092eb7b10d1d0d11e7aa58a25e8eae0e63c Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Diffstat (limited to 'linux-lng-v4.1-pre-merge')
-rw-r--r--linux-lng-v4.1-pre-merge/lava-job-definitions/juno/template-base.yaml54
-rw-r--r--linux-lng-v4.1-pre-merge/lava-job-definitions/juno/template-benchmark.yaml46
-rw-r--r--linux-lng-v4.1-pre-merge/lava-job-definitions/juno/template-cyclic.yaml34
-rw-r--r--linux-lng-v4.1-pre-merge/lava-job-definitions/juno/template.yaml28
4 files changed, 162 insertions, 0 deletions
diff --git a/linux-lng-v4.1-pre-merge/lava-job-definitions/juno/template-base.yaml b/linux-lng-v4.1-pre-merge/lava-job-definitions/juno/template-base.yaml
new file mode 100644
index 0000000000..bfbfacb54d
--- /dev/null
+++ b/linux-lng-v4.1-pre-merge/lava-job-definitions/juno/template-base.yaml
@@ -0,0 +1,54 @@
+actions:
+- command: deploy_linaro_image
+ parameters:
+ bootloadertype: 'uefi'
+ customize:
+ '${STARTUP_NSH}':
+ - 'boot:/EFI/BOOT/startup.nsh'
+ hwpack: '${HWPACK_BUILD_URL}'
+ rootfs: '${ROOTFS_BUILD_URL}'
+ metadata:
+ distribution: 'openembedded'
+ hwpack.build: '${BUILD_NUMBER}'
+ hwpack.type: '${hwpack_type}'
+ rootfs.build: '${ROOTFS_BUILD_NUMBER}'
+ rootfs.type: 'lng-armv8-gcc-4.9'
+ git URL: '${GIT_URL}'
+ git branch: '${GIT_BRANCH}'
+ git commit: '${GIT_COMMIT}'
+- command: boot_linaro_image
+ parameters:
+ test_image_prompt: 'root@genericarmv8'
+- 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: 14400
+ testdef_repos:
+ - git-repo: git://git.linaro.org/qa/test-definitions.git
+ parameters:
+ LTP_REALTIME_TESTS_TO_RUN: 'async_handler gtod_latency hrtimer-prio matrix_mult measurement periodic_cpu_load pi_perf prio-preempt pthread_kill_latency rt-migrate sched_football sched_jitter sched_latency thread_clock'
+ testdef: openembedded/ltp-realtime.yaml
+- command: lava_test_shell
+ parameters:
+ timeout: 30600
+ 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: 18000
diff --git a/linux-lng-v4.1-pre-merge/lava-job-definitions/juno/template-benchmark.yaml b/linux-lng-v4.1-pre-merge/lava-job-definitions/juno/template-benchmark.yaml
new file mode 100644
index 0000000000..1488325607
--- /dev/null
+++ b/linux-lng-v4.1-pre-merge/lava-job-definitions/juno/template-benchmark.yaml
@@ -0,0 +1,46 @@
+actions:
+- command: deploy_linaro_image
+ parameters:
+ bootloadertype: 'uefi'
+ customize:
+ '${STARTUP_NSH}':
+ - 'boot:/EFI/BOOT/startup.nsh'
+ hwpack: '${HWPACK_BUILD_URL}'
+ rootfs: '${ROOTFS_BUILD_URL}'
+ metadata:
+ distribution: 'openembedded'
+ hwpack.build: '${BUILD_NUMBER}'
+ hwpack.type: '${hwpack_type}'
+ rootfs.build: '${ROOTFS_BUILD_NUMBER}'
+ rootfs.type: 'lng-armv8-gcc-4.9'
+ git URL: '${GIT_URL}'
+ git branch: '${GIT_BRANCH}'
+ git commit: '${GIT_COMMIT}'
+- command: boot_linaro_image
+ parameters:
+ test_image_prompt: 'root@genericarmv8'
+- 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: 18000
diff --git a/linux-lng-v4.1-pre-merge/lava-job-definitions/juno/template-cyclic.yaml b/linux-lng-v4.1-pre-merge/lava-job-definitions/juno/template-cyclic.yaml
new file mode 100644
index 0000000000..d868f257d9
--- /dev/null
+++ b/linux-lng-v4.1-pre-merge/lava-job-definitions/juno/template-cyclic.yaml
@@ -0,0 +1,34 @@
+actions:
+- command: deploy_linaro_image
+ parameters:
+ bootloadertype: 'uefi'
+ customize:
+ '${STARTUP_NSH}':
+ - 'boot:/EFI/BOOT/startup.nsh'
+ hwpack: '${HWPACK_BUILD_URL}'
+ rootfs: '${ROOTFS_BUILD_URL}'
+ metadata:
+ distribution: 'openembedded'
+ hwpack.build: '${BUILD_NUMBER}'
+ hwpack.type: '${hwpack_type}'
+ rootfs.build: '${ROOTFS_BUILD_NUMBER}'
+ rootfs.type: 'lng-armv8-gcc-4.9'
+ git URL: '${GIT_URL}'
+ git branch: '${GIT_BRANCH}'
+ git commit: '${GIT_COMMIT}'
+- command: boot_linaro_image
+ parameters:
+ test_image_prompt: 'root@genericarmv8'
+- 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: 18000
diff --git a/linux-lng-v4.1-pre-merge/lava-job-definitions/juno/template.yaml b/linux-lng-v4.1-pre-merge/lava-job-definitions/juno/template.yaml
new file mode 100644
index 0000000000..49e6332894
--- /dev/null
+++ b/linux-lng-v4.1-pre-merge/lava-job-definitions/juno/template.yaml
@@ -0,0 +1,28 @@
+actions:
+- command: deploy_linaro_image
+ parameters:
+ bootloadertype: 'uefi'
+ customize:
+ '${STARTUP_NSH}':
+ - 'boot:/EFI/BOOT/startup.nsh'
+ hwpack: '${HWPACK_BUILD_URL}'
+ rootfs: '${ROOTFS_BUILD_URL}'
+ metadata:
+ distribution: 'openembedded'
+ hwpack.build: '${BUILD_NUMBER}'
+ hwpack.type: '${hwpack_type}'
+ rootfs.build: '${ROOTFS_BUILD_NUMBER}'
+ rootfs.type: 'lng-armv8-gcc-4.9'
+ git URL: '${GIT_URL}'
+ git branch: '${GIT_BRANCH}'
+ git commit: '${GIT_COMMIT}'
+- command: boot_linaro_image
+ parameters:
+ test_image_prompt: 'root@genericarmv8'
+- command: submit_results
+ parameters:
+ server: 'http://${LAVA_SERVER}'
+ stream: '${BUNDLE_STREAM_NAME}'
+device_type: '${DEVICE_TYPE}'
+job_name: '${BUILD_URL}'
+timeout: 3600