Job definition file - 10714 download

Copy to clipboard

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