Job definition file - 11 download

Name
vayu-corelab-01 (reports)
Requested type
dra7-evm (reports)
Copy to clipboard

1
# Your first LAVA JOB definition for a dra7xx-evm board
2
device_type: dra7-evm
3
job_name: AGL-test
4
5
notify:
6
criteria:
7
status: finished
8
callback:
9
url: https://kernelci.automotivelinux.org:8081/callback/lava/test?lab_name=AGL-core-lab-1&status={STATUS}&status_string={STATUS_STRING}
10
method: POST
11
dataset: all
12
token: lab-agl-core-callback-LF
13
content-type: json
14
15
timeouts:
16
job:
17
minutes: 360
18
action:
19
minutes: 360
20
connection:
21
minutes: 10
22
priority: medium
23
visibility: public
24
25
# ACTION_BLOCK
26
actions:
27
- deploy:
28
timeout:
29
minutes: 15
30
to: nbd
31
dtb:
32
url: 'https://download.automotivelinux.org/AGL/release/eel/5.0.3/dra7xx-evm/deploy/images/dra7xx-evm/zImage-dra7-evm-lcd-lg.dtb'
33
kernel:
34
url: 'https://download.automotivelinux.org/AGL/release/eel/5.0.3/dra7xx-evm/deploy/images/dra7xx-evm/zImage'
35
initrd:
36
url: 'https://download.automotivelinux.org/AGL/release/eel/5.0.3/dra7xx-evm/deploy/images/dra7xx-evm/initramfs-netboot-image-dra7xx-evm.ext4.gz'
37
allow_modify: false
38
nbdroot:
39
url: 'https://download.automotivelinux.org/AGL/release/eel/5.0.3/dra7xx-evm/deploy/images/dra7xx-evm/agl-demo-platform-crosssdk-dra7xx-evm.ext4.xz'
40
compression: xz
41
os: debian
42
failure_retry: 2
43
44
# BOOT_BLOCK
45
- boot:
46
method: u-boot
47
commands: nbd
48
type: bootz
49
prompts: ["root@dra7xx-evm:~"]
50
auto_login:
51
login_prompt: "login:"
52
username: root
53
transfer_overlay:
54
download_command: wget
55
unpack_command: tar -C / -xvpf
56
protocols:
57
lava-xnbd:
58
- action: nbd-deploy
59
request: set_port
60
- test:
61
definitions:
62
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
63
from: git
64
path: test-suites/short-smoke/busybox.yaml
65
name: busybox
66
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
67
from: git
68
path: test-suites/short-smoke/smoke-tests-basic.yaml
69
name: smoke-tests-basic
70
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
71
from: git
72
path: test-suites/short-smoke/service-check.yaml
73
name: service-check