aboutsummaryrefslogtreecommitdiff
path: root/lt-qcom-debian-images/lava-job-definitions/ifc6410/template.json
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2015-10-15 12:10:57 +0200
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2015-10-15 12:47:36 +0200
commit7f733ff3063de8a60c19ef097f00725d85694997 (patch)
tree6d512dd1bde77ae4f60a6f95761528298e8b5404 /lt-qcom-debian-images/lava-job-definitions/ifc6410/template.json
parent369d15dee52dbfab7dadd4a9adff6e007156c058 (diff)
lt-qcom-debian-images: add new job
New job for Debian based builds for Qualcomm Snapdragon 600. This is basically a 'merge' of lt-qcom-ubuntu-images.yaml and 96boards-dragonboard410c.yaml. Change-Id: I387966e700d05d8014eb8c624382725b9b02101a Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Diffstat (limited to 'lt-qcom-debian-images/lava-job-definitions/ifc6410/template.json')
-rw-r--r--lt-qcom-debian-images/lava-job-definitions/ifc6410/template.json184
1 files changed, 184 insertions, 0 deletions
diff --git a/lt-qcom-debian-images/lava-job-definitions/ifc6410/template.json b/lt-qcom-debian-images/lava-job-definitions/ifc6410/template.json
new file mode 100644
index 0000000000..9ba93a9902
--- /dev/null
+++ b/lt-qcom-debian-images/lava-job-definitions/ifc6410/template.json
@@ -0,0 +1,184 @@
+{
+ "actions": [
+ {
+ "command": "deploy_linaro_android_image",
+ "parameters": {
+ "images": [
+ {
+ "partition": "boot",
+ "url": "${BOOT_URL}"
+ },
+ {
+ "partition": "userdata",
+ "url": "${DATA_URL}"
+ },
+ {
+ "partition": "system",
+ "url": "${SYSTEM_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": "lava_test_shell",
+ "parameters": {
+ "testdef_repos": [
+ {
+ "git-repo": "http://git.linaro.org/qa/test-definitions.git",
+ "testdef": "ubuntu/sata-partition-rw.yaml"
+ }
+ ],
+ "timeout": 3600
+ }
+ },
+ {
+ "command": "submit_results",
+ "parameters": {
+ "stream": "${BUNDLE_STREAM_NAME}",
+ "server": "http://${LAVA_SERVER}"
+ }
+ }
+ ],
+ "device_type": "${DEVICE_TYPE}",
+ "job_name": "${BUILD_URL}",
+ "timeout": 18000
+}