Job definition file - 34986 download

Copy to clipboard

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