Job definition file - 37221 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-30440-1
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-258190"]
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: http://download.automotivelinux.org/AGL/upload/ci/30440/1/qemuarm64/Image
55
rootvd:
56
image_arg: '-drive format=raw,file={rootvd}'
57
url: http://download.automotivelinux.org/AGL/upload/ci/30440/1/qemuarm64/agl-ivi-demo-qt-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: ci-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: ci-smoke-tests-basic
114
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
115
from: git
116
history: False
117
path: test-suites/short-smoke/service-check.yaml
118
name: ci-service-check
119
parameters:
120
BUILD_TAGS: ""
121
DEVICE_TAGS: ""
122
123
- test:
124
timeout:
125
minutes: 25
126
definitions:
127
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
128
from: git
129
path: test-suites/short-smoke/screenshooter.yaml
130
name: screenshooter
131
- test:
132
timeout:
133
minutes: 15
134
definitions:
135
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
136
from: git
137
history: False
138
path: test-suites/short-smoke/dumpjournal.yaml
139
name: ci-dumpjournal