Job definition file - 31278 download

Copy to clipboard

1
device_type: bcm2711-rpi-4-b
2
3
job_name: manually trigger agl extend test 16
4
5
timeouts:
6
job:
7
hours: 12
8
action:
9
hours: 10
10
connection:
11
hours: 6
12
connections:
13
lava-test-shell:
14
hours: 6
15
16
priority: medium
17
visibility: public
18
19
protocols:
20
lava-xnbd:
21
port: auto
22
23
context:
24
console_device: ttyS0
25
extra_kernel_args: " coherent_pool=1M 8250.nr_uarts=1 rw fstab=no systemd.mask=systemd-network-generator.service"
26
27
actions:
28
29
- deploy:
30
timeout:
31
minutes: 90
32
to: nbd
33
os: oe
34
failure_retry: 2
35
protocols:
36
lava-xnbd:
37
- action: nbd-deploy
38
request: set_port
39
kernel:
40
url: https://download.automotivelinux.org/AGL/snapshots/master/latest/raspberrypi4/deploy/images/raspberrypi4-64/Image
41
type: image
42
initrd:
43
url: https://download.automotivelinux.org/AGL/snapshots/master/latest/raspberrypi4/deploy/images/raspberrypi4-64/initramfs-netboot-image-raspberrypi4-64.ext4.gz
44
allow_modify: false
45
nbdroot:
46
url: https://download.automotivelinux.org/AGL/snapshots/master/latest/raspberrypi4/deploy/images/raspberrypi4-64/agl-demo-platform-raspberrypi4-64.ext4.xz
47
compression: xz
48
dtb:
49
url: https://download.automotivelinux.org/AGL/snapshots/master/latest/raspberrypi4/deploy/images/raspberrypi4-64/bcm2711-rpi-4-b+vc4.dtb
50
51
52
53
- boot:
54
timeout:
55
minutes: 30
56
method: u-boot
57
prompts:
58
- "root@raspberrypi4-64:~"
59
- "raspberrypi4-64:~#"
60
- '/ #'
61
62
auto_login:
63
login_prompt: "login:"
64
username: root
65
commands: nbd
66
transfer_overlay:
67
download_command: wget
68
unpack_command: tar -C / -xvpf
69
70
- test:
71
timeout:
72
minutes: 60
73
definitions:
74
- repository: https://github.com/duerpei/pytest-rpm
75
from: git
76
path: prepar-test.yaml
77
name: prepar-test
78
79
- test:
80
timeout:
81
minutes: 300
82
definitions:
83
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
84
from: git
85
path: test-suites/release/agl-extend-test.yaml
86
name: agl-extend-test