Job definition file - 37464 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--
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: https://download.automotivelinux.org/AGL/upload/ci/quillback/17.1.4/raspberrypi4/deploy/images/raspberrypi4-64//Image
52
type: image
53
initrd:
54
url: https://download.automotivelinux.org/AGL/upload/ci/quillback/17.1.4/raspberrypi4/deploy/images/raspberrypi4-64//initramfs-netboot-image-raspberrypi4.ext4.gz
55
allow_modify: false
56
nbdroot:
57
url: https://download.automotivelinux.org/AGL/upload/ci/quillback/17.1.4/raspberrypi4/deploy/images/raspberrypi4-64//agl-ivi-demo-qt-crosssdk-raspberrypi4.ext4.xz
58
compression: xz
59
dtb:
60
url: https://download.automotivelinux.org/AGL/upload/ci/quillback/17.1.4/raspberrypi4/deploy/images/raspberrypi4-64//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:~"
70
- "raspberrypi4:~#"
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: release-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: release-smoke-tests-basic
103
104
- test:
105
timeout:
106
minutes: 90
107
definitions:
108
- repository: https://git.linaro.org/qa/test-definitions.git
109
from: git
110
history: False
111
path: automated/linux/ptest/ptest.yaml
112
name: release-linaro-ptest
113
parameters:
114
TESTS: "dbus-test glib-2.0 lua"
115
- test:
116
timeout:
117
minutes: 25
118
definitions:
119
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
120
from: git
121
path: test-suites/short-smoke/screenshooter.yaml
122
name: screenshooter
123
- test:
124
timeout:
125
minutes: 15
126
definitions:
127
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
128
from: git
129
history: False
130
path: test-suites/short-smoke/dumpjournal.yaml
131
name: ci-dumpjournal