Job definition file - 3338 download

Copy to clipboard

1
2
3
4
5
6
metadata:
7
git.branch: guppy
8
git.commit: agl-commit
9
image.type: AGL-release
10
job.arch: arm
11
job.name: KJH-guppy-7.0.1
12
kernel.tree: AGL-yocto
13
kernel.version: AGL-kernel-version
14
kernel.defconfig_base: defconfig
15
kernel.defconfig: defconfig+CONFIG_AGL=y
16
platform.mach: broadcom
17
platform.name: bcm2837-rpi-3-b-32
18
vcs.url: http://download.automotivelinux.org/AGL/release/guppy/7.0.1/raspberrypi3/deploy/images/raspberrypi3/
19
test.plan: agl-testplan
20
device.type: bcm2837-rpi-3-b-32
21
job.build_environment: AGL-yocto
22
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
job_name: KJH-guppy-7.0.1
44
45
timeouts:
46
job:
47
minutes: 80
48
action:
49
minutes: 15
50
connection:
51
minutes: 5
52
connections:
53
lava-test-shell:
54
minutes: 10
55
actions:
56
deploy:
57
minutes: 25
58
http-download:
59
minutes: 15
60
61
priority: medium
62
visibility: public
63
64
protocols:
65
lava-xnbd:
66
port: auto
67
68
context:
69
console_device: ttyS0
70
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"
71
72
actions:
73
74
- deploy:
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/release/guppy/7.0.1/raspberrypi3/deploy/images/raspberrypi3/uImage
84
initrd:
85
url: http://download.automotivelinux.org/AGL/release/guppy/7.0.1/raspberrypi3/deploy/images/raspberrypi3/initramfs-netboot-image-raspberrypi3.ext4.gz.u-boot
86
allow_modify: false
87
nbdroot:
88
url: http://download.automotivelinux.org/AGL/release/guppy/7.0.1/raspberrypi3/deploy/images/raspberrypi3/agl-demo-platform-crosssdk-raspberrypi3.ext4.xz
89
compression: xz
90
dtb:
91
url: http://download.automotivelinux.org/AGL/release/guppy/7.0.1/raspberrypi3/deploy/images/raspberrypi3/uImage-bcm2710-rpi-3-b+vc4+ft5406.dtb
92
93
94
95
- boot:
96
timeout:
97
minutes: 10
98
method: u-boot
99
prompts:
100
- "root@raspberrypi3:~"
101
- "raspberrypi3:~#"
102
- '/ #'
103
104
auto_login:
105
login_prompt: "login:"
106
username: root
107
commands: nbd
108
type: bootm
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: 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: 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: service-check
132
parameters:
133
DEVICE_TAGS: ""
134
135
136
137
- test:
138
timeout:
139
minutes: 60
140
definitions:
141
- repository: https://git.linaro.org/qa/test-definitions.git
142
from: git
143
history: False
144
path: automated/linux/ptest/ptest.yaml
145
name: linaro-ptest
146
parameters:
147
TESTS: "xmlsec1 libxml2 lua"