Job definition file - 37959 download

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

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