Job definition file - 4159 download

Copy to clipboard

1
2
3
4
5
6
metadata:
7
git.branch: flounder
8
git.commit: agl-commit
9
image.type: AGL-release
10
job.arch: arm
11
job.name: AGL-short-smoke-wip
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/flounder/6.0.2/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
26
27
device_type: bcm2837-rpi-3-b-32
28
job_name: AGL-short-smoke-wip
29
30
timeouts:
31
job:
32
minutes: 80
33
action:
34
minutes: 15
35
connection:
36
minutes: 5
37
connections:
38
lava-test-shell:
39
minutes: 10
40
41
priority: medium
42
visibility: public
43
44
protocols:
45
lava-xnbd:
46
port: auto
47
48
context:
49
console_device: ttyS0
50
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"
51
52
actions:
53
54
- deploy:
55
timeout:
56
minutes: 25
57
to: nbd
58
os: oe
59
failure_retry: 2
60
protocols:
61
lava-xnbd:
62
- action: nbd-deploy
63
request: set_port
64
kernel:
65
url: http://download.automotivelinux.org/AGL/release/flounder/6.0.2/raspberrypi3/deploy/images/raspberrypi3/uImage
66
initrd:
67
url: http://download.automotivelinux.org/AGL/release/flounder/6.0.2/raspberrypi3/deploy/images/raspberrypi3/initramfs-netboot-image-raspberrypi3.ext4.gz.u-boot
68
allow_modify: false
69
nbdroot:
70
url: http://download.automotivelinux.org/AGL/release/flounder/6.0.2/raspberrypi3/deploy/images/raspberrypi3/agl-demo-platform-crosssdk-raspberrypi3.ext4.xz
71
compression: xz
72
dtb:
73
url: http://download.automotivelinux.org/AGL/release/flounder/6.0.2/raspberrypi3/deploy/images/raspberrypi3/uImage-bcm2710-rpi-3-b+vc4+ft5406.dtb
74
75
76
77
- boot:
78
timeout:
79
minutes: 10
80
method: u-boot
81
prompts:
82
- "root@raspberrypi3:~"
83
- "raspberrypi3:~#"
84
- '/ #'
85
86
auto_login:
87
login_prompt: "login:"
88
username: root
89
commands: nbd
90
type: bootm
91
transfer_overlay:
92
download_command: wget
93
unpack_command: tar -C / -xvpf
94
95
- test:
96
timeout:
97
minutes: 15
98
definitions:
99
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
100
from: git
101
history: False
102
path: test-suites/short-smoke/busybox.yaml
103
name: busybox
104
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
105
from: git
106
history: False
107
path: test-suites/short-smoke/smoke-tests-basic.yaml
108
name: smoke-tests-basic
109
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
110
from: git
111
history: False
112
path: test-suites/short-smoke/service-check.yaml
113
name: service-check
114
parameters:
115
DEVICE_TAGS: "corelab"
116
117
- test:
118
timeout:
119
minutes: 60
120
definitions:
121
- repository: https://git.linaro.org/qa/test-definitions.git
122
from: git
123
history: False
124
path: automated/linux/ptest/ptest.yaml
125
name: linaro-ptest
126
parameters:
127
TESTS: "xmlsec1 libxml2 lua"