aboutsummaryrefslogtreecommitdiff
path: root/d02-grub-ramdisk.yaml
blob: 1cc814699388c9412db819ab89c96d51346c37c9 (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
device_type: d02

job_name: d02-grub-boot
timeouts:
  job:
    minutes: 300
  action:
    minutes: 300
priority: medium
visibility: public

metadata:
  source: https://git.linaro.org/lava-team/refactoring.git
  path: d02-grub-ramdisk.yaml

actions:
  - deploy:
     timeout:
       minutes: 10
     to: tftp
     ramdisk:
         url: http://storage.kernelci.org/images/rootfs/buildroot/arm64/tests/rootfs.cpio.gz
         compression: gz
     kernel:
         url: http://images.validation.linaro.org/d02/20151209-1510/Image
     dtb:
         url: http://images.validation.linaro.org/d02/20151209-1510/hip05-d02.dtb
     os: oe

  - boot:
      method: grub
      commands: ramdisk
      timeout:
          minutes: 50
      prompts:
       - 'root@genericarmv8:~#'
       - '/ #'

  - test:
     failure_retry: 3
     name: kvm-basic-singlenode
     timeout:
       minutes: 5
     definitions:
         - repository: git://git.linaro.org/qa/test-definitions.git
           from: git
           path: ubuntu/smoke-tests-basic.yaml
           name: smoke-tests
         - repository: http://git.linaro.org/lava-team/lava-functional-tests.git
           from: git
           path: lava-test-shell/single-node/singlenode03.yaml
           name: singlenode-advanced