aboutsummaryrefslogtreecommitdiff
path: root/openembedded-lkft/lava-job-definitions/x86/template-libhugetlbfs.yaml
blob: c67ac77adf3919721dc648ba452f72fa107fa09a (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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
context:
  test_character_delay: 10

device_type: x86
job_name: lkft-libhugetlbfs-${KERNEL_BRANCH}-${BUILD_NUMBER}
timeouts:
  job:
    minutes: 60
  action:
    minutes: 10
  connection:
    minutes: 2
priority: ${LAVA_JOB_PRIORITY}
visibility: public

metadata:
  git branch: ${KERNEL_BRANCH}
  git repo: ${KERNEL_REPO}
  git commit: ${KERNEL_COMMIT}
  git describe: ${KERNEL_DESCRIBE}
  make_kernelversion: "${MAKE_KERNELVERSION}"
  kernel-config: ${KERNEL_CONFIG_URL}
  kernel-defconfig: ${KERNEL_DEFCONFIG_URL}
  libhugetlbfs__url: ${LIBHUGETLBFS_URL}
  libhugetlbfs__version: "${LIBHUGETLBFS_VERSION}"
  libhugetlbfs__revision: "${LIBHUGETLBFS_REVISION}"
  build-url: ${BUILD_URL}
  build-location: ${SNAPSHOTS_URL}/${BASE_URL}
  series: lkft

actions:
- deploy:
    timeout:
      minutes: 15
    to: tftp
    kernel:
      url: ${KERNEL_URL}
    nfsrootfs:
      url: ${NFSROOTFS_URL}
      compression: xz
    os: oe

- boot:
    timeout:
      minutes: 10
    method: ipxe
    commands: nfs
    parameters:
      shutdown-message: "reboot: Restarting system"
    auto_login:
      login_prompt: 'login:'
      username: root
      login_commands:
        - su
    prompts:
    - 'root@intel-core2-32:'

- test:
    timeout:
      minutes: 60
    definitions:
    - repository: git://git.linaro.org/qa/test-definitions.git
      from: git
      path: automated/linux/libhugetlbfs/libhugetlbfs.yaml
      name: libhugetlbfs
      timeout:
        minutes: 30