Job definition file - 13271 download

Copy to clipboard

1
2
3
4
5
metadata:
6
git.branch: master
7
git.commit: F310f0990-L6e2c58b5
8
image.type: AGL-ci
9
job.arch: arm64
10
job.name: AGL-gerrit-25432-2
11
kernel.tree: AGL-yocto
12
kernel.version: change-25432-2
13
kernel.defconfig_base: defconfig
14
kernel.defconfig: AGL-raspberrypi4-F310f0990-L6e2c58b5
15
kernel.endian: little
16
platform.mach: broadcom
17
platform.name: bcm2711-rpi-4-b
18
platform.dtb: bcm2711-rpi-4-b.dtb
19
git.url: http://download.automotivelinux.org/AGL/upload/ci/25432/2/raspberrypi4/
20
git.describe: master
21
test.plan: agl-testplan
22
test.plan_variant: agl-testplan
23
device.type: bcm2711-rpi-4-b
24
job.build_environment: AGL-yocto
25
job.file_server_resource: AGL/upload/ci/25432/2/raspberrypi4
26
job.kernel_image: Image
27
job.dtb_url: http://download.automotivelinux.org/AGL/upload/ci/25432/2/raspberrypi4/bcm2711-rpi-4-b.dtb
28
job.initrd_url: http://download.automotivelinux.org/AGL/upload/ci/25432/2/raspberrypi4/initramfs-netboot-image-raspberrypi4-64.ext4.gz
29
git.url: https://gerrit.automotivelinux.org/gerrit/#/c/25432/2
30
31
32
notify:
33
criteria:
34
status: finished
35
callbacks:
36
- url: https://kernelci.automotivelinux.org:8081/callback/lava/test?lab_name=agl-core-lab-1&status={STATUS}&status_string={STATUS_STRING}
37
method: POST
38
dataset: all
39
token: lab-agl-core-callback-LF
40
content-type: json
41
- url: http://kernelci.dev.baylibre.com:8081/callback/lava/test?lab_name=lab-agl-core&status={STATUS}&status_string={STATUS_STRING}
42
method: POST
43
dataset: all
44
token: lab-agl-core-callback-baylibre
45
content-type: json
46
47
48
49
device_type: bcm2711-rpi-4-b
50
tags:
51
- baylibre
52
53
job_name: AGL-gerrit-25432-2
54
55
timeouts:
56
job:
57
minutes: 150
58
action:
59
minutes: 30
60
connection:
61
minutes: 15
62
connections:
63
lava-test-shell:
64
minutes: 15
65
66
priority: medium
67
visibility: public
68
69
protocols:
70
lava-xnbd:
71
port: auto
72
73
context:
74
console_device: ttyS0
75
extra_kernel_args: "8250.nr_uarts=1 cma=64M rw fstab=no"
76
77
actions:
78
79
- deploy:
80
timeout:
81
minutes: 90
82
to: nbd
83
os: oe
84
failure_retry: 2
85
protocols:
86
lava-xnbd:
87
- action: nbd-deploy
88
request: set_port
89
kernel:
90
url: http://download.automotivelinux.org/AGL/upload/ci/25432/2/raspberrypi4/Image
91
type: image
92
initrd:
93
url: http://download.automotivelinux.org/AGL/upload/ci/25432/2/raspberrypi4/initramfs-netboot-image-raspberrypi4-64.ext4.gz
94
allow_modify: false
95
nbdroot:
96
url: http://download.automotivelinux.org/AGL/upload/ci/25432/2/raspberrypi4/agl-demo-platform-raspberrypi4-64.ext4.xz
97
compression: xz
98
dtb:
99
url: http://download.automotivelinux.org/AGL/upload/ci/25432/2/raspberrypi4/bcm2711-rpi-4-b.dtb
100
101
102
103
- boot:
104
timeout:
105
minutes: 20
106
method: u-boot
107
prompts:
108
- "root@raspberrypi4-64:~"
109
- "raspberrypi4-64:~#"
110
- '/ #'
111
112
auto_login:
113
login_prompt: "login:"
114
username: root
115
commands: nbd
116
transfer_overlay:
117
download_command: wget
118
unpack_command: tar -C / -xvpf
119
- test:
120
timeout:
121
minutes: 4
122
definitions:
123
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
124
from: git
125
path: test-suites/short-smoke/network-veth.yaml
126
name: network-veth
127
128
- test:
129
failure_retry: 3
130
definitions:
131
- repository:
132
metadata:
133
format: Lava-Test Test Definition 1.0
134
name: ping-test
135
description: "Basic ping"
136
run:
137
steps:
138
- ping -c 4 8.8.8.8
139
- nslookup ix.de
140
- ping -c 4 ix.de
141
from: inline
142
name: ping-tests-inline
143
path: inline/ping-tests-basic.yaml
144
145
146
- test:
147
timeout:
148
minutes: 10
149
definitions:
150
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
151
from: git
152
path: test-suites/short-smoke/pyagl-nohw-oneshot.yaml
153
name: pyagl-tests