aboutsummaryrefslogtreecommitdiff
path: root/linux-linaro-tracking-ll-ilp32/lava-job-definitions/juno/template-efi.json
blob: 1da2828a16caf35c2d8036c6c58b97ae3ad891fb (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
41
42
43
44
45
46
47
48
49
50
51
{
  "actions": [
    {
      "command": "deploy_linaro_image",
      "parameters": {
        "bootloadertype": "uefi",
        "customize": {
          "${STARTUP_NSH}": ["boot:/EFI/BOOT/startup.nsh"]
        },
        "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": "${rootfs_type}",
        "git URL": "${GIT_URL}",
        "git branch": "${GIT_BRANCH}",
        "git commit": "${GIT_COMMIT}"
      }
    },
    {
      "command": "lava_test_shell",
      "parameters": {
        "timeout": 7200,
        "testdef_repos": [
          {
            "git-repo": "git://git.linaro.org/qa/test-definitions.git",
            "parameters": {
                "TST_CMDFILES": "syscalls",
                "SKIPFILE": "${KERNEL_URL}/skipfile-ilp32"
            },
            "testdef": "openembedded/ltp.yaml"
          }
        ]
      }
    },
    {
      "command": "submit_results",
      "parameters": {
        "stream": "${BUNDLE_STREAM_NAME}",
        "server": "http://${LAVA_SERVER}"
      }
    }
  ],
  "device_type": "${DEVICE_TYPE}",
  "job_name": "${BUILD_URL}",
  "timeout": 18000
}