Job definition file - 6380 download

Copy to clipboard

1
2
3
4
5
metadata:
6
git.branch: halibut
7
git.commit: agl-commit
8
image.type: AGL-release
9
job.arch: arm
10
job.name: KJH-gerrit-halibut-8.0.0
11
kernel.tree: AGL-yocto
12
kernel.version: 8.0.0
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
git.url: http://download.automotivelinux.org/AGL/upload/ci/halibut/8.0.0/raspberrypi3/deploy/images/raspberrypi3/
18
test.plan: agl-testplan
19
device.type: bcm2837-rpi-3-b-32
20
job.build_environment: AGL-yocto
21
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
43
job_name: KJH-gerrit-halibut-8.0.0
44
45
timeouts:
46
job:
47
minutes: 120
48
action:
49
minutes: 15
50
connection:
51
minutes: 10
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: 60
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/upload/ci/halibut/8.0.0/raspberrypi3/deploy/images/raspberrypi3/uImage
81
initrd:
82
url: http://download.automotivelinux.org/AGL/upload/ci/halibut/8.0.0/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/upload/ci/halibut/8.0.0/raspberrypi3/deploy/images/raspberrypi3/agl-demo-platform-crosssdk-raspberrypi3-20190730215833.rootfs.wic.xz
86
compression: xz
87
dtb:
88
url: http://download.automotivelinux.org/AGL/upload/ci/halibut/8.0.0/raspberrypi3/deploy/images/raspberrypi3/bcm2710-rpi-3-b+vc4+ft5406.dtb
89
90
91
92
- boot:
93
timeout:
94
minutes: 15
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"