blob: 3ad2f080141f9998d38d09f2c751ed6bb890c02a (
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
|
device_type: lxc
job_name: LXC health check
timeouts:
job:
minutes: 15
action:
minutes: 5
priority: medium
visibility: public
metadata:
source: https://git.linaro.org/lava-team/refactoring.git
path: health-checks/lxc-health-check.yaml
protocols:
lava-lxc:
name: pipeline-lxc-test
template: debian
distribution: debian
release: sid
mirror: http://ftp.uk.debian.org/debian/
security_mirror: http://mirror.csclub.uwaterloo.ca/debian-security/
actions:
- deploy:
timeout:
minutes: 30
to: lxc
- boot:
prompts:
- 'root@(.*):/#'
timeout:
minutes: 5
method: lxc
- test:
timeout:
minutes: 5
definitions:
- repository: http://git.linaro.org/lava-team/lava-functional-tests.git
from: git
path: lava-test-shell/smoke-tests-basic.yaml
name: smoke-tests
|