Job definition file - 1527 download

Copy to clipboard

1
2
3
4
5
6
metadata:
7
git.branch: gerrit-16471
8
image.type: AGL-ci
9
job.arch: arm
10
job.name: AGL-gerrit-16471-2
11
kernel.tree: AGL-yocto
12
kernel.version: AGL-gerrit-16471-2
13
kernel.defconfig_base: defconfig
14
kernel.defconfig: defconfig+CONFIG_AGL=y
15
platform.mach: broadcom
16
platform.name: bcm2837-rpi-3-b-32
17
vcs.url: http://download.automotivelinux.org/AGL/upload/ci/16471/2/raspberrypi3/
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
30
31
32
device_type: bcm2837-rpi-3-b-32
33
job_name: AGL-gerrit-16471-2
34
35
timeouts:
36
job:
37
minutes: 70
38
action:
39
minutes: 15
40
connection:
41
minutes: 5
42
connections:
43
lava-test-shell:
44
minutes: 10
45
46
priority: medium
47
visibility: public
48
49
protocols:
50
lava-xnbd:
51
port: auto
52
53
context:
54
console_device: ttyS0
55
custom_kernel_args: "8250.nr_uarts=1 bcm2709.uart_clock=48000000 smsc95xx.macaddr=AA:BB:CC:DD:EE:AA"
56
57
actions:
58
59
- deploy:
60
timeout:
61
minutes: 15
62
to: nbd
63
os: oe
64
failure_retry: 2
65
protocols:
66
lava-xnbd:
67
- action: nbd-deploy
68
request: set_port
69
kernel:
70
url: http://download.automotivelinux.org/AGL/upload/ci/16471/2/raspberrypi3/uImage
71
initrd:
72
url: http://download.automotivelinux.org/AGL/upload/ci/16471/2/raspberrypi3/initramfs-netboot-image-raspberrypi3.ext4.gz.u-boot
73
allow_modify: false
74
nbdroot:
75
url: http://download.automotivelinux.org/AGL/upload/ci/16471/2/raspberrypi3/agl-demo-platform-raspberrypi3.ext4.xz
76
compression: xz
77
dtb:
78
url: http://download.automotivelinux.org/AGL/upload/ci/16471/2/raspberrypi3/uImage-bcm2710-rpi-3-b.dtb
79
80
81
82
- boot:
83
timeout:
84
minutes: 10
85
method: u-boot
86
prompts:
87
- "root@raspberrypi3:~"
88
- "raspberrypi3:~#"
89
- '/ #'
90
91
auto_login:
92
login_prompt: "login:"
93
username: root
94
commands: nbd
95
type: bootm
96
transfer_overlay:
97
download_command: wget
98
unpack_command: tar -C / -xvpf
99
100
- test:
101
definitions:
102
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
103
from: git
104
path: test-suites/short-smoke/busybox.yaml
105
name: busybox
106
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
107
from: git
108
path: test-suites/short-smoke/smoke-tests-basic.yaml
109
name: smoke-tests-basic
110
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
111
from: git
112
path: test-suites/short-smoke/service-check.yaml
113
name: service-check