aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-debian-images-arm64
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2015-10-19 09:19:21 +0200
committerLinaro Code Review <review@review.linaro.org>2015-10-19 12:20:38 +0000
commit0923eef9c76e9a622889f8c11c202c723175ac4e (patch)
tree134e48cd9cdce2d9a743b3d0ce9da76783ce13d8 /lt-qcom-debian-images-arm64
parent4dca696b9611372e20db8dc1b39c23afba9ab510 (diff)
lt-qcom-debian-images-arm64: change job name
Rename the job from 96boards-dragonboard410c to lt-qcom-debian-images-arm64, to remove confusion with 96boards reference builds that will come up in the future. Also it matches all previous LT QCOM builds names. Change-Id: Id49c602751869ba6221e80e52449c58c53a59a83 Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'lt-qcom-debian-images-arm64')
-rw-r--r--lt-qcom-debian-images-arm64/lava-job-definitions/apq8016-sbc/template-ltp.json304
-rw-r--r--lt-qcom-debian-images-arm64/lava-job-definitions/apq8016-sbc/template-ltp.yaml176
-rw-r--r--lt-qcom-debian-images-arm64/lava-job-definitions/apq8016-sbc/template.json168
-rw-r--r--lt-qcom-debian-images-arm64/lava-job-definitions/apq8016-sbc/template.yaml87
4 files changed, 735 insertions, 0 deletions
diff --git a/lt-qcom-debian-images-arm64/lava-job-definitions/apq8016-sbc/template-ltp.json b/lt-qcom-debian-images-arm64/lava-job-definitions/apq8016-sbc/template-ltp.json
new file mode 100644
index 0000000000..22fbf4d3ca
--- /dev/null
+++ b/lt-qcom-debian-images-arm64/lava-job-definitions/apq8016-sbc/template-ltp.json
@@ -0,0 +1,304 @@
+{
+ "actions": [
+ {
+ "command": "deploy_linaro_android_image",
+ "parameters": {
+ "images": [
+ {
+ "partition": "boot",
+ "url": "${BOOT_URL}"
+ },
+ {
+ "partition": "rootfs",
+ "url": "${ROOTFS_BUILD_URL}"
+ }
+ ],
+ "target_type": "ubuntu"
+ }
+ },
+ {
+ "command": "boot_linaro_image"
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "timeout": 7200,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "TST_CMDFILES": "math",
+ "SKIPFILE": "skipfile-lsk-juno"
+ },
+ "testdef": "ubuntu/ltp.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "skip_install": "steps",
+ "timeout": 3600,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "TST_CMDFILES": "timers",
+ "SKIPFILE": "skipfile-lsk-juno"
+ },
+ "testdef": "ubuntu/ltp.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "skip_install": "steps",
+ "timeout": 3600,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "TST_CMDFILES": "fcntl-locktests",
+ "SKIPFILE": "skipfile-lsk-juno"
+ },
+ "testdef": "ubuntu/ltp.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "skip_install": "steps",
+ "timeout": 3600,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "TST_CMDFILES": "ipc",
+ "SKIPFILE": "skipfile-lsk-juno"
+ },
+ "testdef": "ubuntu/ltp.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "skip_install": "steps",
+ "timeout": 3600,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "TST_CMDFILES": "fsx",
+ "SKIPFILE": "skipfile-lsk-juno"
+ },
+ "testdef": "ubuntu/ltp.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "skip_install": "steps",
+ "timeout": 3600,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "TST_CMDFILES": "fs",
+ "SKIPFILE": "skipfile-lsk-juno"
+ },
+ "testdef": "ubuntu/ltp.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "skip_install": "steps",
+ "timeout": 3600,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "TST_CMDFILES": "hugetlb",
+ "SKIPFILE": "skipfile-lsk-juno"
+ },
+ "testdef": "ubuntu/ltp.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "skip_install": "steps",
+ "timeout": 3600,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "TST_CMDFILES": "io",
+ "SKIPFILE": "skipfile-lsk-juno"
+ },
+ "testdef": "ubuntu/ltp.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "skip_install": "steps",
+ "timeout": 3600,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "TST_CMDFILES": "nptl",
+ "SKIPFILE": "skipfile-lsk-juno"
+ },
+ "testdef": "ubuntu/ltp.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "skip_install": "steps",
+ "timeout": 3600,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "TST_CMDFILES": "pty",
+ "SKIPFILE": "skipfile-lsk-juno"
+ },
+ "testdef": "ubuntu/ltp.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "skip_install": "steps",
+ "timeout": 3600,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "TST_CMDFILES": "containers",
+ "SKIPFILE": "skipfile-lsk-juno"
+ },
+ "testdef": "ubuntu/ltp.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "skip_install": "steps",
+ "timeout": 3600,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "TST_CMDFILES": "fs_bind",
+ "SKIPFILE": "skipfile-lsk-juno"
+ },
+ "testdef": "ubuntu/ltp.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "skip_install": "steps",
+ "timeout": 3600,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "TST_CMDFILES": "filecaps",
+ "SKIPFILE": "skipfile-lsk-juno"
+ },
+ "testdef": "ubuntu/ltp.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "skip_install": "steps",
+ "timeout": 3600,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "TST_CMDFILES": "admin_tools",
+ "SKIPFILE": "skipfile-lsk-juno"
+ },
+ "testdef": "ubuntu/ltp.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "skip_install": "steps",
+ "timeout": 3600,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "TST_CMDFILES": "connectors",
+ "SKIPFILE": "skipfile-lsk-juno"
+ },
+ "testdef": "ubuntu/ltp.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "skip_install": "steps",
+ "timeout": 3600,
+ "testdef_repos": [
+ {
+ "git-repo": "git://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "TST_CMDFILES": "mm",
+ "SKIPFILE": "skipfile-lsk-juno"
+ },
+ "testdef": "ubuntu/ltp.yaml"
+ }
+ ]
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "stream": "${BUNDLE_STREAM_NAME}",
+ "server": "http://${LAVA_SERVER}"
+ }
+ }
+ ],
+ "device_type": "${DEVICE_TYPE}",
+ "job_name": "${BUILD_URL}",
+ "timeout": 18000
+}
diff --git a/lt-qcom-debian-images-arm64/lava-job-definitions/apq8016-sbc/template-ltp.yaml b/lt-qcom-debian-images-arm64/lava-job-definitions/apq8016-sbc/template-ltp.yaml
new file mode 100644
index 0000000000..704379498c
--- /dev/null
+++ b/lt-qcom-debian-images-arm64/lava-job-definitions/apq8016-sbc/template-ltp.yaml
@@ -0,0 +1,176 @@
+actions:
+ - command: deploy_linaro_android_image
+ parameters:
+ images:
+ - partition: 'boot'
+ url: '${BOOT_URL}'
+ - partition: 'rootfs'
+ url: '${ROOTFS_BUILD_URL}'
+ target_type: 'ubuntu'
+ - command: boot_linaro_image
+ - command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/ltp.yaml'
+ parameters:
+ TST_CMDFILES: 'math'
+ SKIPFILE: 'skipfile-lsk-juno'
+ timeout: 7200
+ - command: lava_test_shell
+ parameters:
+ skip_install: steps
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/ltp.yaml'
+ parameters:
+ TST_CMDFILES: 'timers'
+ SKIPFILE: 'skipfile-lsk-juno'
+ timeout: 3600
+ - command: lava_test_shell
+ parameters:
+ skip_install: steps
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/ltp.yaml'
+ parameters:
+ TST_CMDFILES: 'fcntl-locktests'
+ SKIPFILE: 'skipfile-lsk-juno'
+ timeout: 3600
+ - command: lava_test_shell
+ parameters:
+ skip_install: steps
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/ltp.yaml'
+ parameters:
+ TST_CMDFILES: 'ipc'
+ SKIPFILE: 'skipfile-lsk-juno'
+ timeout: 3600
+ - command: lava_test_shell
+ parameters:
+ skip_install: steps
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/ltp.yaml'
+ parameters:
+ TST_CMDFILES: 'fsx'
+ SKIPFILE: 'skipfile-lsk-juno'
+ timeout: 3600
+ - command: lava_test_shell
+ parameters:
+ skip_install: steps
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/ltp.yaml'
+ parameters:
+ TST_CMDFILES: 'fs'
+ SKIPFILE: 'skipfile-lsk-juno'
+ timeout: 3600
+ - command: lava_test_shell
+ parameters:
+ skip_install: steps
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/ltp.yaml'
+ parameters:
+ TST_CMDFILES: 'hugetlb'
+ SKIPFILE: 'skipfile-lsk-juno'
+ timeout: 3600
+ - command: lava_test_shell
+ parameters:
+ skip_install: steps
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/ltp.yaml'
+ parameters:
+ TST_CMDFILES: 'io'
+ SKIPFILE: 'skipfile-lsk-juno'
+ timeout: 3600
+ - command: lava_test_shell
+ parameters:
+ skip_install: steps
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/ltp.yaml'
+ parameters:
+ TST_CMDFILES: 'nptl'
+ SKIPFILE: 'skipfile-lsk-juno'
+ timeout: 3600
+ - command: lava_test_shell
+ parameters:
+ skip_install: steps
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/ltp.yaml'
+ parameters:
+ TST_CMDFILES: 'pty'
+ SKIPFILE: 'skipfile-lsk-juno'
+ timeout: 3600
+ - command: lava_test_shell
+ parameters:
+ skip_install: steps
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/ltp.yaml'
+ parameters:
+ TST_CMDFILES: 'containers'
+ SKIPFILE: 'skipfile-lsk-juno'
+ timeout: 3600
+ - command: lava_test_shell
+ parameters:
+ skip_install: steps
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/ltp.yaml'
+ parameters:
+ TST_CMDFILES: 'fs_bind'
+ SKIPFILE: 'skipfile-lsk-juno'
+ timeout: 3600
+ - command: lava_test_shell
+ parameters:
+ skip_install: steps
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/ltp.yaml'
+ parameters:
+ TST_CMDFILES: 'filecaps'
+ SKIPFILE: 'skipfile-lsk-juno'
+ timeout: 3600
+ - command: lava_test_shell
+ parameters:
+ skip_install: steps
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/ltp.yaml'
+ parameters:
+ TST_CMDFILES: 'admin_tools'
+ SKIPFILE: 'skipfile-lsk-juno'
+ timeout: 3600
+ - command: lava_test_shell
+ parameters:
+ skip_install: steps
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/ltp.yaml'
+ parameters:
+ TST_CMDFILES: 'connectors'
+ SKIPFILE: 'skipfile-lsk-juno'
+ timeout: 3600
+ - command: lava_test_shell
+ parameters:
+ skip_install: steps
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/ltp.yaml'
+ parameters:
+ TST_CMDFILES: 'mm'
+ SKIPFILE: 'skipfile-lsk-juno'
+ timeout: 3600
+ - 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/lt-qcom-debian-images-arm64/lava-job-definitions/apq8016-sbc/template.json b/lt-qcom-debian-images-arm64/lava-job-definitions/apq8016-sbc/template.json
new file mode 100644
index 0000000000..77115c041c
--- /dev/null
+++ b/lt-qcom-debian-images-arm64/lava-job-definitions/apq8016-sbc/template.json
@@ -0,0 +1,168 @@
+{
+ "actions": [
+ {
+ "command": "deploy_linaro_android_image",
+ "parameters": {
+ "images": [
+ {
+ "partition": "boot",
+ "url": "${BOOT_URL}"
+ },
+ {
+ "partition": "rootfs",
+ "url": "${ROOTFS_BUILD_URL}"
+ }
+ ],
+ "target_type": "ubuntu"
+ }
+ },
+ {
+ "command": "boot_linaro_image"
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/device-tree.yaml"
+ }
+ ],
+ "timeout": 800
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "PWR_TESTARG": "cpufreq"
+ },
+ "testdef": "ubuntu/pwrmgmt.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "PWR_TESTARG": "cpuidle"
+ },
+ "testdef": "ubuntu/pwrmgmt.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "PWR_TESTARG": "cpuhotplug"
+ },
+ "testdef": "ubuntu/pwrmgmt.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "PWR_TESTARG": "cputopology"
+ },
+ "testdef": "ubuntu/pwrmgmt.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/smoke-tests-basic.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/usb-test-basic.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/network-tests-basic.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/device_read_perf.yaml"
+ }
+ ],
+ "timeout": 1200
+ }
+ },
+ {
+ "command": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/qa/test-definitions.git",
+ "parameters": {
+ "TEST": "cpu"
+ },
+ "testdef": "ubuntu/sysbench.yaml"
+ }
+ ],
+ "timeout": 8000
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "stream": "${BUNDLE_STREAM_NAME}",
+ "server": "http://${LAVA_SERVER}"
+ }
+ }
+ ],
+ "device_type": "${DEVICE_TYPE}",
+ "job_name": "${BUILD_URL}",
+ "timeout": 18000
+}
diff --git a/lt-qcom-debian-images-arm64/lava-job-definitions/apq8016-sbc/template.yaml b/lt-qcom-debian-images-arm64/lava-job-definitions/apq8016-sbc/template.yaml
new file mode 100644
index 0000000000..0335479862
--- /dev/null
+++ b/lt-qcom-debian-images-arm64/lava-job-definitions/apq8016-sbc/template.yaml
@@ -0,0 +1,87 @@
+actions:
+ - command: deploy_linaro_android_image
+ parameters:
+ images:
+ - partition: 'boot'
+ url: '${BOOT_URL}'
+ - partition: 'rootfs'
+ url: '${ROOTFS_BUILD_URL}'
+ target_type: 'ubuntu'
+ - command: boot_linaro_image
+ - command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/device-tree.yaml'
+ timeout: 800
+ - command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/pwrmgmt.yaml'
+ parameters:
+ PWR_TESTARG: 'cpufreq'
+ timeout: 1200
+ - command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/pwrmgmt.yaml'
+ parameters:
+ PWR_TESTARG: 'cpuidle'
+ timeout: 1200
+ - command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/pwrmgmt.yaml'
+ parameters:
+ PWR_TESTARG: 'cpuhotplug'
+ timeout: 1200
+ - command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/pwrmgmt.yaml'
+ parameters:
+ PWR_TESTARG: 'cputopology'
+ timeout: 1200
+ - command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/smoke-tests-basic.yaml'
+ timeout: 1200
+ - command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/usb-test-basic.yaml'
+ timeout: 1200
+ - command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/network-tests-basic.yaml'
+ timeout: 1200
+ - command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/device_read_perf.yaml'
+ timeout: 1200
+ - command: lava_test_shell
+ parameters:
+ testdef_repos:
+ - git-repo: 'http://git.linaro.org/qa/test-definitions.git'
+ testdef: 'ubuntu/sysbench.yaml'
+ parameters:
+ TEST: 'cpu'
+ timeout: 8000
+ - command: submit_results
+ parameters:
+ server: 'http://${LAVA_SERVER}'
+ stream: '${BUNDLE_STREAM_NAME}'
+device_type: '${DEVICE_TYPE}'
+job_name: '${BUILD_URL}'
+timeout: 18000