Job definition file - 17180 download

Name
rpi4-corelab-01 (reports)
Requested type
bcm2711-rpi-4-b (reports)
Copy to clipboard

1
device_type: bcm2711-rpi-4-b
2
3
job_name: fooo
4
5
timeouts:
6
job:
7
minutes: 150
8
action:
9
minutes: 30
10
connection:
11
minutes: 15
12
connections:
13
lava-test-shell:
14
minutes: 15
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 "
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: http://download.automotivelinux.org/AGL/upload/ci/26130/1/raspberrypi4/Image
41
type: image
42
initrd:
43
url: http://download.automotivelinux.org/AGL/upload/ci/26130/1/raspberrypi4/initramfs-netboot-image-raspberrypi4-64.ext4.gz
44
allow_modify: false
45
nbdroot:
46
url: http://download.automotivelinux.org/AGL/upload/ci/26130/1/raspberrypi4/agl-demo-platform-raspberrypi4-64.ext4.xz
47
compression: xz
48
dtb:
49
url: http://download.automotivelinux.org/AGL/upload/ci/26130/1/raspberrypi4/bcm2711-rpi-4-b+vc4.dtb
50
51
52
53
- boot:
54
timeout:
55
minutes: 20
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
71
- test:
72
timeout:
73
minutes: 15
74
definitions:
75
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
76
from: git
77
history: False
78
path: test-suites/short-smoke/busybox.yaml
79
name: ci-busybox