aboutsummaryrefslogtreecommitdiff
path: root/linux-lng-v4.1-rt/lava-job-definitions/arndale/template-be-base-nfs.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'linux-lng-v4.1-rt/lava-job-definitions/arndale/template-be-base-nfs.yaml')
-rw-r--r--linux-lng-v4.1-rt/lava-job-definitions/arndale/template-be-base-nfs.yaml51
1 files changed, 51 insertions, 0 deletions
diff --git a/linux-lng-v4.1-rt/lava-job-definitions/arndale/template-be-base-nfs.yaml b/linux-lng-v4.1-rt/lava-job-definitions/arndale/template-be-base-nfs.yaml
new file mode 100644
index 0000000000..6eef916eec
--- /dev/null
+++ b/linux-lng-v4.1-rt/lava-job-definitions/arndale/template-be-base-nfs.yaml
@@ -0,0 +1,51 @@
+actions:
+- command: deploy_linaro_kernel
+ parameters:
+ dtb: '${DTB_URL}/exynos5250-arndale.dtb'
+ kernel: '${KERNEL_URL}/zImage'
+ nfsrootfs: '${ROOTFS_BUILD_URL}'
+ metadata:
+ distribution: 'openembedded'
+ hwpack.build: '${BUILD_NUMBER}'
+ hwpack.type: '${hwpack_type}'
+ rootfs.build: '${ROOTFS_BUILD_NUMBER}'
+ rootfs.type: 'lng-armv7ab-gcc-4.9'
+ git URL: '${GIT_URL}'
+ git branch: '${GIT_BRANCH}'
+ git commit: '${GIT_COMMIT}'
+- command: boot_linaro_image
+ parameters:
+ test_image_prompt: 'root@genericarmv7ab'
+- 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
+ 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: 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