aboutsummaryrefslogtreecommitdiff
path: root/qemu-master-aarch64-user-risu.yaml
blob: 6f6622173b5c3236addefa199d695ba9f10b58ce (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
device_type: lxc
job_name: Install QEMU user from OBS and run RISU test

timeouts:
  job:
    minutes: 30
  action:
    minutes: 15
  connection:
    minutes: 2
priority: medium
visibility: public

# context allows specific values to be overridden or included
context:
  arch: amd64
  netdevice: tap

protocols:
   lava-lxc:
     name: qemu-risu-build-and-test
     template: debian
     distribution: debian
     release: stretch
     mirror: http://ftp.uk.debian.org/debian/

metadata:
  docs-source: qemu-aarch64 testing
  docs-filename: qemu-master-aarch64-user-risu.yaml

# Setup test
actions:
- deploy:
    timeout:
      minutes: 3
    to: lxc
    os: debian

- boot:
    method: lxc
    timeout:
      minutes: 3
    prompts:
      - 'root@(.*):/#'

- test:
    failure_retry: 3
    name: build-qemu
    timeout:
      minutes: 20
    definitions:
      - repository: http://git.linaro.org/people/alex.bennee/test-runners.git
        from: git
        path: lava/install-qemu-from-repo.yaml
        name: install-qemu-master
        parameters:
          "PKG": qemu-user-binfmt
      - repository: http://git.linaro.org/people/alex.bennee/test-runners.git
        from: git
        path: lava/risu.yaml
        name: run-risu-aarch64-on-master