Job definition file - 9201 download

Copy to clipboard

1
2
3
4
5
6
metadata:
7
git.branch: halibut
8
git.commit: F199ff037-Ld6546742
9
image.type: AGL-ci
10
job.arch: arm
11
job.name: AGL-gerrit-22897-1
12
kernel.tree: AGL-yocto
13
kernel.version: change-22897-1
14
kernel.defconfig_base: defconfig
15
kernel.defconfig: AGL-raspberrypi3-F199ff037-Ld6546742
16
platform.mach: broadcom
17
platform.name: bcm2837-rpi-3-b-32
18
git.url: http://download.automotivelinux.org/AGL/upload/ci/22897/1/raspberrypi3/
19
test.plan: agl-testplan
20
device.type: bcm2837-rpi-3-b-32
21
job.build_environment: AGL-yocto
22
git.url: https://gerrit.automotivelinux.org/gerrit/#/c/22897/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: bcm2837-rpi-3-b-32
43
tags:
44
- bluetooth
45
- wifi
46
- touchscreen
47
- corelab
48
49
job_name: AGL-gerrit-22897-1
50
51
timeouts:
52
job:
53
minutes: 120
54
action:
55
minutes: 15
56
connection:
57
minutes: 10
58
connections:
59
lava-test-shell:
60
minutes: 10
61
62
priority: medium
63
visibility: public
64
65
protocols:
66
lava-xnbd:
67
port: auto
68
69
context:
70
console_device: ttyS0
71
custom_kernel_args: "8250.nr_uarts=1 bcm2709.uart_clock=48000000 smsc95xx.macaddr=AA:BB:CC:DD:EE:AA cma=256M bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 usbhid.mousepoll=0 coherent_pool=6M"
72
73
actions:
74
75
- deploy:
76
timeout:
77
minutes: 60
78
to: nbd
79
os: oe
80
failure_retry: 2
81
protocols:
82
lava-xnbd:
83
- action: nbd-deploy
84
request: set_port
85
kernel:
86
url: http://download.automotivelinux.org/AGL/upload/ci/22897/1/raspberrypi3/uImage
87
initrd:
88
url: http://download.automotivelinux.org/AGL/upload/ci/22897/1/raspberrypi3/initramfs-netboot-image-raspberrypi3.ext4.gz.u-boot
89
allow_modify: false
90
nbdroot:
91
url: http://download.automotivelinux.org/AGL/upload/ci/22897/1/raspberrypi3/agl-demo-platform-raspberrypi3.ext4.xz
92
compression: xz
93
dtb:
94
url: http://download.automotivelinux.org/AGL/upload/ci/22897/1/raspberrypi3/bcm2710-rpi-3-b+vc4+ft5406.dtb
95
96
97
98
- boot:
99
timeout:
100
minutes: 15
101
method: u-boot
102
prompts:
103
- "root@raspberrypi3:~"
104
- "raspberrypi3:~#"
105
- '/ #'
106
107
auto_login:
108
login_prompt: "login:"
109
username: root
110
commands: nbd
111
type: bootm
112
transfer_overlay:
113
download_command: wget
114
unpack_command: tar -C / -xvpf
115
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/busybox.yaml
124
name: busybox
125
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
126
from: git
127
history: False
128
path: test-suites/short-smoke/smoke-tests-basic.yaml
129
name: smoke-tests-basic
130
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
131
from: git
132
history: False
133
path: test-suites/short-smoke/service-check.yaml
134
name: service-check
135
parameters:
136
BUILD_TAGS: ""
137
DEVICE_TAGS: "bluetooth wifi touchscreen corelab"
138
139
140
141
142
143
- test:
144
timeout:
145
minutes: 60
146
definitions:
147
- repository: https://git.linaro.org/qa/test-definitions.git
148
from: git
149
history: False
150
path: automated/linux/ptest/ptest.yaml
151
name: linaro-ptest
152
parameters:
153
TESTS: "xmlsec1 libxml2 lua"