Job definition file - 34721 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: aarch64
32
cpu: cortex-a57
33
machine: virt
34
memory: 4096
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-qemuarm64-904210"]
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 mem=4096M systemd.log_color=false "'
54
url: https://download.automotivelinux.org/AGL/upload/ci/quillback/17.1.0/qemuarm64/deploy/images/qemuarm64//Image
55
rootvd:
56
image_arg: '-drive format=raw,file={rootvd}'
57
url: https://download.automotivelinux.org/AGL/upload/ci/quillback/17.1.0/qemuarm64/deploy/images/qemuarm64//agl-ivi-demo-qt-crosssdk-qemuarm64.ext4.xz
58
compression: xz
59
60
61
62
- boot:
63
timeout:
64
minutes: 20
65
method: qemu
66
prompts:
67
- "root@qemuarm64:~"
68
- "qemuarm64:~#"
69
- '/ #'
70
71
auto_login:
72
login_prompt: "login:"
73
username: root
74
media: tmpfs
75
transfer_overlay:
76
download_command: wget
77
unpack_command: tar -C / -xvpf
78
- test:
79
failure_retry: 3
80
definitions:
81
- repository:
82
metadata:
83
format: Lava-Test Test Definition 1.0
84
name: fixup-weston-watchdog
85
description: "extend watchdog on virtual"
86
run:
87
steps:
88
# disable the watchdog - for slow systems
89
- sed -i -e "s#WatchdogSec=20#WatchdogSec=0#g" /usr/lib/systemd/system/agl-compositor.service
90
# disable the coredumps - for slow systems
91
- echo "kernel.core_pattern=/dev/null" > /etc/sysctl.d/50-coredump.conf
92
- sysctl -p /etc/sysctl.d/50-coredump.conf
93
- systemctl daemon-reload
94
- sleep 5
95
from: inline
96
name: fixup-weston-watchdog
97
path: inline/fixup-weston-watchdog.yaml
98
99
100
- test:
101
timeout:
102
minutes: 15
103
definitions:
104
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
105
from: git
106
history: False
107
path: test-suites/short-smoke/busybox.yaml
108
name: release-busybox
109
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
110
from: git
111
history: False
112
path: test-suites/short-smoke/smoke-tests-basic.yaml
113
name: release-smoke-tests-basic
114
115
- test:
116
timeout:
117
minutes: 90
118
definitions:
119
- repository: https://git.linaro.org/qa/test-definitions.git
120
from: git
121
history: False
122
path: automated/linux/ptest/ptest.yaml
123
name: release-linaro-ptest
124
parameters:
125
TESTS: "dbus-test glib-2.0 lua"
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