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