aboutsummaryrefslogtreecommitdiff
path: root/linux-linaro-stable-lsk-v4.4-pre-merge/lava-job-definitions/panda-es/template-be.json
blob: ce612861193f2b3e5535b2e5b38024b4c40c5a6d (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
{
  "actions": [
    {
      "command": "deploy_linaro_image",
      "parameters": {
        "dtb": "omap4-panda-es.dtb",
        "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": "minimal-armv7ab-gcc-4.9",
        "git URL": "${GIT_URL}",
        "git branch": "${GIT_BRANCH}",
        "git commit": "${GIT_COMMIT}"
      }
    },
    {
      "command": "boot_linaro_image"
    },
    {
      "command": "submit_results",
      "parameters": {
        "stream": "${BUNDLE_STREAM_NAME}",
        "server": "http://${LAVA_SERVER}"
      }
    }
  ],
  "device_type": "${DEVICE_TYPE}",
  "job_name": "${BUILD_URL}",
  "timeout": 3600
}