Job definition file - 37918 download

Copy to clipboard

1
2
3
4
5
6
7
8
9
device_type: bcm2711-rpi-4-b
10
11
job_name: AGL-gerrit-30554-2
12
13
timeouts:
14
job:
15
minutes: 150
16
action:
17
minutes: 30
18
connection:
19
minutes: 150
20
connections:
21
lava-test-shell:
22
minutes: 15
23
24
priority: medium
25
visibility: public
26
27
# context allows specific values to be overridden or included
28
context:
29
extra_kernel_args: systemd.mask=systemd-network-generator.service
30
protocols:
31
lava-xnbd:
32
port: auto
33
34
context:
35
console_device: ttyS0
36
extra_kernel_args: " coherent_pool=1M 8250.nr_uarts=1 rw fstab=no systemd.mask=systemd-network-generator.service"
37
38
actions:
39
40
- deploy:
41
timeout:
42
minutes: 90
43
to: nbd
44
os: oe
45
failure_retry: 2
46
protocols:
47
lava-xnbd:
48
- action: nbd-deploy
49
request: set_port
50
kernel:
51
url: http://download.automotivelinux.org/AGL/upload/ci/30554/2/raspberrypi4/Image
52
type: image
53
initrd:
54
url: http://download.automotivelinux.org/AGL/upload/ci/30554/2/raspberrypi4/initramfs-netboot-image-raspberrypi4-64.ext4.gz
55
allow_modify: false
56
nbdroot:
57
url: http://download.automotivelinux.org/AGL/upload/ci/30554/2/raspberrypi4/agl-ivi-demo-qt-raspberrypi4-64.ext4.xz
58
compression: xz
59
dtb:
60
url: http://download.automotivelinux.org/AGL/upload/ci/30554/2/raspberrypi4/bcm2711-rpi-4-b+vc4.dtb
61
62
63
64
- boot:
65
timeout:
66
minutes: 20
67
method: u-boot
68
prompts:
69
- "root@raspberrypi4-64:~"
70
- "raspberrypi4-64:~#"
71
- '/ #'
72
73
auto_login:
74
login_prompt: "login:"
75
username: root
76
commands: nbd
77
transfer_overlay:
78
download_command: wget
79
unpack_command: tar -C / -xvpf
80
- test:
81
timeout:
82
minutes: 4
83
definitions:
84
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
85
from: git
86
path: test-suites/short-smoke/network-veth.yaml
87
name: network-veth
88
89
- test:
90
timeout:
91
minutes: 15
92
definitions:
93
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
94
from: git
95
history: False
96
path: test-suites/short-smoke/busybox.yaml
97
name: ci-busybox
98
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
99
from: git
100
history: False
101
path: test-suites/short-smoke/smoke-tests-basic.yaml
102
name: ci-smoke-tests-basic
103
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
104
from: git
105
history: False
106
path: test-suites/short-smoke/service-check.yaml
107
name: ci-service-check
108
parameters:
109
BUILD_TAGS: ""
110
DEVICE_TAGS: ""
111
112
- test:
113
timeout:
114
minutes: 25
115
definitions:
116
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
117
from: git
118
path: test-suites/short-smoke/screenshooter.yaml
119
name: screenshooter
120
- test:
121
timeout:
122
minutes: 15
123
definitions:
124
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
125
from: git
126
history: False
127
path: test-suites/short-smoke/dumpjournal.yaml
128
name: ci-dumpjournal