~tyler-baker/+junk/lava-tests

« back to all changes in this revision

Viewing changes to master-boot-options.json~

  • Committer: Tyler Baker
  • Date: 2013-08-21 16:09:25 UTC
  • Revision ID: tyler.baker@linaro.org-20130821160925-gnvf28etyifdx1az
RemoveĀ tempĀ files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{
2
 
    "image_type": "android",
3
 
    "actions": [
4
 
        {
5
 
            "command": "deploy_linaro_image",
6
 
            "parameters": {
7
 
                "image": "http://community.validation.linaro.org/images/arndale/arndale-lng-sd.img.gz"
8
 
            }
9
 
        },
10
 
    {
11
 
      "command": "boot_linaro_image",
12
 
      "parameters": {
13
 
        "options": ["boot_cmds=boot_cmds_oe"]
14
 
      }
15
 
    },
16
 
    {
17
 
      "command": "submit_results",
18
 
      "parameters": {
19
 
        "stream": "/anonymous/arndale/",
20
 
        "server": "http://community.validation.linaro.org/RPC2/"
21
 
      }
22
 
    }
23
 
    ],
24
 
    "device_type": "arndale",
25
 
    "job_name": "master-boot-options",
26
 
    "timeout": 18000
27
 
}