Job definition file - 34988 download

Copy to clipboard

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