| { |
| "actions": [ |
| { |
| "command": "deploy_linaro_android_image", |
| "metadata": { |
| "distribution": "%%UBUNTU_META_DISTRIBUTION%%", |
| "hwpack.name": "%%HARDWARE_META_NAME%%", |
| "hwpack.source": "%%HARDWARE_META_SOURCE%%", |
| "hwpack.version": "%%HARDWARE_META_VERSION%%", |
| "rootfs.name": "%%ROOTFS_META_NAME%%", |
| "rootfs.source": "%%ROOTFS_META_SOURCE%%", |
| "rootfs.version": "%%ROOTFS_META_VERSION%%" |
| }, |
| "parameters": { |
| "boot": "%%UBUNTU_SYSTEM%%", |
| "data": "%%UBUNTU_DATA%%", |
| "system": "%%UBUNTU_SYSTEM%%", |
| "target_type": "ubuntu" |
| } |
| }, |
| { |
| "command": "boot_linaro_image" |
| }, |
| { |
| "command": "lava_test_shell", |
| "parameters": { |
| "testdef_repos": [ |
| { |
| "git-repo": "git://git.linaro.org/qa/test-definitions.git", |
| "testdef": "ubuntu/smoke-tests-basic.yaml" |
| } |
| ], |
| "timeout": 800 |
| } |
| }, |
| { |
| "command": "lava_test_shell", |
| "parameters": { |
| "testdef_repos": [ |
| { |
| "git-repo": "git://git.linaro.org/qa/test-definitions.git", |
| "testdef": "ubuntu/wifi-ubuntu.yaml" |
| } |
| ], |
| "timeout": 800 |
| } |
| }, |
| { |
| "command": "lava_test_shell", |
| "parameters": { |
| "testdef_repos": [ |
| { |
| "git-repo": "git://git.linaro.org/qa/test-definitions.git", |
| "testdef": "ubuntu/sata-partition-rw.yaml" |
| } |
| ], |
| "timeout": 800 |
| } |
| }, |
| { |
| "command": "lava_test_shell", |
| "parameters": { |
| "testdef_repos": [ |
| { |
| "git-repo": "git://git.linaro.org/qa/test-definitions.git", |
| "testdef": "ubuntu/ltp.yaml" |
| } |
| ], |
| "timeout": 9600 |
| } |
| }, |
| { |
| "command": "lava_test_shell", |
| "parameters": { |
| "testdef_repos": [ |
| { |
| "git-repo": "git://git.linaro.org/qa/test-definitions.git", |
| "testdef": "ubuntu/network-tests-basic.yaml" |
| } |
| ], |
| "timeout": 800 |
| } |
| }, |
| { |
| "command": "lava_test_shell", |
| "parameters": { |
| "testdef_repos": [ |
| { |
| "git-repo": "git://git.linaro.org/qa/test-definitions.git", |
| "testdef": "ubuntu/device-tree.yaml" |
| } |
| ], |
| "timeout": 800 |
| } |
| }, |
| { |
| "command": "submit_results", |
| "parameters": { |
| "server": "http://validation.linaro.org/RPC2/", |
| "stream": "%%BUNDLE_STREAM%%" |
| } |
| } |
| ], |
| "device_type": "ifc6410", |
| "job_name": "%%JOB_NAME%%", |
| "timeout": 18000 |
| } |