Job definition file - 36730 download

Name
qemu-04 (reports)
Requested type
qemu (reports)
Copy to clipboard

1
2
3
4
5
6
7
8
device_type: qemu
9
10
job_name: AGL-gerrit--
11
12
timeouts:
13
job:
14
minutes: 150
15
action:
16
minutes: 30
17
connection:
18
minutes: 150
19
connections:
20
lava-test-shell:
21
minutes: 15
22
23
priority: medium
24
visibility: public
25
26
# context allows specific values to be overridden or included
27
context:
28
extra_kernel_args: systemd.mask=systemd-network-generator.service
29
context:
30
no_kvm: false
31
arch: arm
32
cpu: cortex-a15
33
machine: virt-2.11
34
memory: 2048
35
model: model=virtio
36
guestfs_interface: virtio
37
extra_options: ["-smp 2 -audiodev none,id=agl,out.channels=2,in.channels=1 -device ich9-intel-hda -device hda-micro,audiodev=agl -device usb-ehci -device virtio-rng-pci -device VGA,vgamem_mb=128,edid=on -device qemu-xhci -device usb-tablet -device usb-kbd -vnc unix:/tmp/vnc-AGL-qemuarm-112837"]
38
39
actions:
40
41
- deploy:
42
timeout:
43
minutes: 90
44
to: tmpfs
45
os: oe
46
failure_retry: 2
47
protocols:
48
lava-xnbd:
49
- action: nbd-deploy
50
request: set_port
51
images:
52
kernel:
53
image_arg: '-kernel {kernel} -append "console=ttyAMA0,115200 root=/dev/vda verbose earlyprintk systemd.log_color=false mem=2048M vmalloc=192M memblock=debug cma=160M "'
54
url: https://download.automotivelinux.org/AGL/upload/ci/quillback/17.1.3/qemuarm/deploy/images/qemuarm//zImage
55
rootvd:
56
image_arg: '-drive format=raw,file={rootvd}'
57
url: https://download.automotivelinux.org/AGL/upload/ci/quillback/17.1.3/qemuarm/deploy/images/qemuarm//agl-ivi-demo-qt-crosssdk-qemuarm.ext4.xz
58
compression: xz
59
60
61
62
- boot:
63
timeout:
64
minutes: 20
65
method: qemu
66
docker:
67
image: dl9pf/qemu
68
binary: qemu-system-arm
69
prompts:
70
- "root@qemuarm:~"
71
- "qemuarm:~#"
72
- '/ #'
73
74
auto_login:
75
login_prompt: "login:"
76
username: root
77
media: tmpfs
78
transfer_overlay:
79
download_command: wget
80
unpack_command: tar -C / -xvpf
81
- test:
82
failure_retry: 3
83
definitions:
84
- repository:
85
metadata:
86
format: Lava-Test Test Definition 1.0
87
name: fixup-weston-watchdog
88
description: "extend watchdog on virtual"
89
run:
90
steps:
91
# disable the watchdog - for slow systems
92
- sed -i -e "s#WatchdogSec=20#WatchdogSec=0#g" /usr/lib/systemd/system/agl-compositor.service
93
# disable the coredumps - for slow systems
94
- echo "kernel.core_pattern=/dev/null" > /etc/sysctl.d/50-coredump.conf
95
- sysctl -p /etc/sysctl.d/50-coredump.conf
96
- systemctl daemon-reload
97
- sleep 5
98
from: inline
99
name: fixup-weston-watchdog
100
path: inline/fixup-weston-watchdog.yaml
101
102
103
- test:
104
timeout:
105
minutes: 15
106
definitions:
107
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
108
from: git
109
history: False
110
path: test-suites/short-smoke/busybox.yaml
111
name: release-busybox
112
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
113
from: git
114
history: False
115
path: test-suites/short-smoke/smoke-tests-basic.yaml
116
name: release-smoke-tests-basic
117
118
- test:
119
timeout:
120
minutes: 90
121
definitions:
122
- repository: https://git.linaro.org/qa/test-definitions.git
123
from: git
124
history: False
125
path: automated/linux/ptest/ptest.yaml
126
name: release-linaro-ptest
127
parameters:
128
TESTS: "dbus-test glib-2.0 lua"
129
- test:
130
timeout:
131
minutes: 25
132
definitions:
133
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
134
from: git
135
path: test-suites/short-smoke/screenshooter.yaml
136
name: screenshooter
137
- test:
138
timeout:
139
minutes: 15
140
definitions:
141
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
142
from: git
143
history: False
144
path: test-suites/short-smoke/dumpjournal.yaml
145
name: ci-dumpjournal