Job definition file - 3694 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
56
priority: medium
57
visibility: public
58
59
protocols:
60
lava-xnbd:
61
port: auto
62
63
context:
64
console_device: ttyS0
65
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"
66
67
actions:
68
69
- deploy:
70
timeout:
71
minutes: 25
72
to: nbd
73
os: oe
74
failure_retry: 2
75
protocols:
76
lava-xnbd:
77
- action: nbd-deploy
78
request: set_port
79
kernel:
80
url: http://download.automotivelinux.org/AGL/release/guppy/7.0.1/raspberrypi3/deploy/images/raspberrypi3/uImage
81
initrd:
82
url: http://download.automotivelinux.org/AGL/release/guppy/7.0.1/raspberrypi3/deploy/images/raspberrypi3/initramfs-netboot-image-raspberrypi3.ext4.gz.u-boot
83
allow_modify: false
84
nbdroot:
85
url: http://download.automotivelinux.org/AGL/release/guppy/7.0.1/raspberrypi3/deploy/images/raspberrypi3/agl-demo-platform-crosssdk-raspberrypi3.ext4.xz
86
compression: xz
87
dtb:
88
url: http://download.automotivelinux.org/AGL/release/guppy/7.0.1/raspberrypi3/deploy/images/raspberrypi3/uImage-bcm2710-rpi-3-b+vc4+ft5406.dtb
89
90
91
92
- boot:
93
timeout:
94
minutes: 10
95
method: u-boot
96
prompts:
97
- "root@raspberrypi3:~"
98
- "raspberrypi3:~#"
99
- '/ #'
100
101
auto_login:
102
login_prompt: "login:"
103
username: root
104
commands: nbd
105
type: bootm
106
transfer_overlay:
107
download_command: wget
108
unpack_command: tar -C / -xvpf
109
110
- test:
111
timeout:
112
minutes: 15
113
definitions:
114
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
115
from: git
116
history: False
117
path: test-suites/short-smoke/busybox.yaml
118
name: busybox
119
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
120
from: git
121
history: False
122
path: test-suites/short-smoke/smoke-tests-basic.yaml
123
name: smoke-tests-basic
124
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
125
from: git
126
history: False
127
path: test-suites/short-smoke/service-check.yaml
128
name: service-check
129
parameters:
130
DEVICE_TAGS: ""
131
132
- test:
133
timeout:
134
minutes: 60
135
definitions:
136
- repository: https://git.linaro.org/qa/test-definitions.git
137
from: git
138
history: False
139
path: automated/linux/ptest/ptest.yaml
140
name: linaro-ptest
141
parameters:
142
TESTS: "xmlsec1 libxml2 lua"