Job definition file - 34987 download

Copy to clipboard

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