Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "actions": [
- {
- "command": "deploy_linaro_image",
- "metadata": {
- "android.build": "50",
- "android.name": "android-lcr-reference-juno-n",
- "android.url": "https://ci.linaro.org/jenkins/job/android-lcr-reference-juno-n/50/"
- },
- "parameters": {
- "image": "http://images.validation.linaro.org/ubuntu-14-04-server-base.img.gz",
- "role": "host"
- }
- },
- {
- "command": "deploy_linaro_android_image",
- "metadata": {
- "android.build": "50",
- "android.name": "android-lcr-reference-juno-n",
- "android.url": "https://ci.linaro.org/jenkins/job/android-lcr-reference-juno-n/50/"
- },
- "parameters": {
- "role": "target",
- "bootloadertype": "uefi",
- "images": [
- {
- "partition": "boot",
- "url": "https://snapshots.linaro.org/android//android-lcr-reference-juno-n/50//boot.tar.bz2"
- },
- {
- "partition": "userdata",
- "url": "https://snapshots.linaro.org/android//android-lcr-reference-juno-n/50//userdata.tar.bz2"
- },
- {
- "partition": "system",
- "url": "https://snapshots.linaro.org/android//android-lcr-reference-juno-n/50//system.tar.bz2"
- }
- ]
- }
- },
- {
- "command": "boot_linaro_android_image",
- "parameters":
- {
- "role": "target",
- "enable_network_after_boot_android": false,
- "test_image_prompt": "shell@juno"
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "role": "host",
- "testdef_repos": [
- {
- "git-repo": "git://git.linaro.org/qa/android-apk-automation.git",
- "parameters": {
- "TEST_NAME": "antutu6.0",
- "LOOP_COUNT": 5
- },
- "testdef": "lava-android-benchmark-host.yaml"
- }
- ],
- "timeout": 14400
- }
- },
- {
- "command": "lava_test_shell",
- "parameters": {
- "role": "target",
- "testdef_repos": [
- {
- "url": "https://git.linaro.org/qa/test-definitions.git/blob_plain/HEAD:/android/multinode-target.yaml",
- "parameters": {
- "TEST_NAME": "antutu6.0"
- }
- }
- ],
- "timeout": 14400
- }
- },
- {
- "command": "submit_results_on_host",
- "parameters": {
- "server": "http://validation.linaro.org/RPC2/",
- "stream": "/private/team/wg/wg-private/"
- }
- }
- ],
- "device_group": [
- {
- "count": 1,
- "device_type": "kvm",
- "tags": [ "juno" ],
- "role": "host"
- },
- {
- "count": 1,
- "device_type": "juno",
- "role": "target"
- }
- ],
- "job_name": "android-lcr-reference-juno-n-50-antutu6.0",
- "logging_level": "INFO",
- "timeout": 16200
- }
Add Comment
Please, Sign In to add comment