aboutsummaryrefslogtreecommitdiff
path: root/lxc-dispatcher-buster.yaml
blob: a2443a53d7dc659d5527d6df36aa3fc15fdba615 (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
device_type: lxc
job_name: lava-dispatcher unit tests on Buster
timeouts:
  job:
    hours: 1
  action:
    minutes: 5
  connection:
    minutes: 2
priority: medium
visibility: public

metadata:
  source: https://git.linaro.org/lava-team/refactoring.git
  path: lxc-dispatcher-buster.yaml

protocols:
  lava-lxc:
    name: dispatcher-unittests
    template: debian
    distribution: debian
    release: buster
    mirror: http://ftp.uk.debian.org/debian/

actions:
- deploy:
    timeout:
      minutes: 20
    to: lxc
    os: debian

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

- test:
    name: dispatcher-pipeline-unittests
    timeout:
      minutes: 45
    definitions:
    - repository: http://git.linaro.org/lava-team/refactoring.git
      from: git
      path: functional/dispatcher-unit-tests-buster.yaml
      name: dispatcher-unittests-buster