aboutsummaryrefslogtreecommitdiff
path: root/linux-lng-v3.14/lava-job-definitions/arndale/template-be-sdcard.json
blob: 83268ada71aabcecb9de11f1d92b0a6afb0a63c1 (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
{
  "actions": [
    {
      "command": "deploy_linaro_image",
      "parameters": {
        "hwpack": "${HWPACK_BUILD_URL}",
        "rootfs": "${ROOTFS_BUILD_URL}"
      },
      "metadata": {
        "distribution": "openembedded",
        "hwpack.build": "${BUILD_NUMBER}",
        "hwpack.type": "${hwpack_type}",
        "rootfs.build": "${ROOTFS_BUILD_NUMBER}",
        "rootfs.type": "lng-armv7ab-gcc-4.9",
        "git URL": "${GIT_URL}",
        "git branch": "${GIT_BRANCH}",
        "git commit": "${GIT_COMMIT}"
      }
    },
    {
      "command": "boot_linaro_image",
      "parameters": {
        "test_image_prompt": "root@genericarmv7ab"
      }
    },
    {
      "command": "submit_results",
      "parameters": {
        "server": "http://${LAVA_SERVER}",
        "stream": "${BUNDLE_STREAM_NAME}"
      }
    }
  ],
  "device_type": "${DEVICE_TYPE}",
  "job_name": "${BUILD_URL}",
  "timeout": 3600
}