repo-pwd job
This commit is contained in:
parent
8481e687de
commit
b07e76707d
45
jobs/repo-pwd.yaml
Normal file
45
jobs/repo-pwd.yaml
Normal file
@ -0,0 +1,45 @@
|
|||||||
|
device_type: qemu
|
||||||
|
job_name: inline test
|
||||||
|
priority: medium
|
||||||
|
visibility: public
|
||||||
|
timeouts:
|
||||||
|
job:
|
||||||
|
minutes: 15
|
||||||
|
action:
|
||||||
|
minutes: 10
|
||||||
|
connection:
|
||||||
|
minutes: 2
|
||||||
|
context:
|
||||||
|
arch: amd64
|
||||||
|
no_kvm: true
|
||||||
|
actions:
|
||||||
|
- deploy:
|
||||||
|
timeout:
|
||||||
|
minutes: 4
|
||||||
|
to: tmpfs
|
||||||
|
images:
|
||||||
|
rootfs:
|
||||||
|
image_arg: -drive format=raw,file={rootfs}
|
||||||
|
url: http://images.validation.linaro.org/snapshots.linaro.org/components/lava/standard/debian/stretch/amd64/2/stretch.img.gz
|
||||||
|
sha256sum: b5cdb3b9e65fec2d3654a05dcdf507281f408b624535b33375170d1e852b982c
|
||||||
|
compression: gz
|
||||||
|
os: debian
|
||||||
|
root_partition: 1
|
||||||
|
- boot:
|
||||||
|
method: qemu
|
||||||
|
media: tmpfs
|
||||||
|
timeout:
|
||||||
|
minutes: 2
|
||||||
|
prompts:
|
||||||
|
- "root@debian:"
|
||||||
|
auto_login:
|
||||||
|
login_prompt: "login:"
|
||||||
|
username: root
|
||||||
|
- test:
|
||||||
|
timeout:
|
||||||
|
minutes: 15
|
||||||
|
definitions:
|
||||||
|
- repository: http://git.k-space.ee/madislutter/lava-tests.git
|
||||||
|
from: git
|
||||||
|
name: smoke
|
||||||
|
path: test-definitions/qemu/smoke.yaml
|
Loading…
Reference in New Issue
Block a user