aboutsummaryrefslogtreecommitdiff
path: root/linux-linaro-stable-lsk-v3.18-pre-merge/lava-job-definitions/mustang/template-nfs.json
blob: aca212bcc0792165fa6a2c9ccef23e592f2fbf7b (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
{
  "actions": [
    {
      "command": "deploy_linaro_kernel",
      "parameters": {
        "dtb": "${DTB_URL}/apm-mustang.dtb",
        "kernel": "${KERNEL_URL}/uImage",
        "nfsrootfs": "${ROOTFS_BUILD_URL}",
        "target_type": "ubuntu"
      },
      "metadata": {
        "build id": "${BUILD_NUMBER}",
        "defconfig": "defconfig",
        "distribution": "ubuntu",
        "rootfs.build": "${ROOTFS_BUILD_NUMBER}",
        "rootfs.type": "developer",
        "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
}