Job definition file - 3732 download

Copy to clipboard

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