Job definition file - 37476 download

Name
qemu-corelab-01 (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-30478-2
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-613823"]
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: http://download.automotivelinux.org/AGL/upload/ci/30478/2/qemuarm/zImage
55
rootvd:
56
image_arg: '-drive format=raw,file={rootvd}'
57
url: http://download.automotivelinux.org/AGL/upload/ci/30478/2/qemuarm/agl-ivi-demo-qt-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: ci-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: ci-smoke-tests-basic
117
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
118
from: git
119
history: False
120
path: test-suites/short-smoke/service-check.yaml
121
name: ci-service-check
122
parameters:
123
BUILD_TAGS: ""
124
DEVICE_TAGS: ""
125
126
- test:
127
timeout:
128
minutes: 25
129
definitions:
130
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
131
from: git
132
path: test-suites/short-smoke/screenshooter.yaml
133
name: screenshooter
134
- test:
135
timeout:
136
minutes: 15
137
definitions:
138
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
139
from: git
140
history: False
141
path: test-suites/short-smoke/dumpjournal.yaml
142
name: ci-dumpjournal