summaryrefslogtreecommitdiff
path: root/lava-test-shell/single-node/armmp-bbb-daily.json
blob: f5c01d2219bb7dce9dd31c3453138bf74d8142b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "device_type": "beaglebone-black",
  "logging_level": "DEBUG",
  "actions": [
    {
        "command": "deploy_linaro_kernel",
        "parameters": {
            "dtb": "http://d-i.debian.org/daily-images/armhf/daily/device-tree/am335x-boneblack.dtb",
            "kernel": "http://d-i.debian.org/daily-images/armhf/daily/netboot/vmlinuz",
            "ramdisk": "http://d-i.debian.org/daily-images/armhf/daily/netboot/initrd.gz"
        }
    },
    {
      "command": "boot_linaro_image"
    },
    {
      "command": "lava_test_shell",
      "parameters": {
        "testdef_repos": [
          {
            "git-repo": "git://git.linaro.org/qa/test-definitions.git",
            "testdef": "openembedded/kernel-version.yaml"
          }
        ],
        "timeout": 9600
      }
    },
    {
      "command": "submit_results",
      "parameters": {
        "stream": "/anonymous/codehelp/",
        "server": "http://staging.validation.linaro.org/RPC2/"
      }
    }
  ],
  "timeout": 18000,
  "job_name": "armmp-daily-lava-test-shell"
}