Job definition file - 1534 download

Name
qemu-corelab-01 (reports)
Requested type
qemu (reports)
Copy to clipboard

1
2
3
4
5
6
metadata:
7
git.branch: gerrit-16471
8
image.type: AGL-ci
9
job.arch: x86_64
10
job.name: AGL-gerrit-16471-3
11
kernel.tree: AGL-yocto
12
kernel.version: AGL-gerrit-16471-3
13
kernel.defconfig_base: defconfig
14
kernel.defconfig: defconfig+CONFIG_AGL=y
15
platform.mach: x86
16
platform.name: qemu
17
vcs.url: http://download.automotivelinux.org/AGL/upload/ci/16471/3/qemux86-64/
18
19
20
notify:
21
criteria:
22
status: finished
23
callbacks:
24
- url: https://kernelci.automotivelinux.org:8081/callback/lava/test?lab_name=agl-core-lab-1&status={STATUS}&status_string={STATUS_STRING}
25
method: POST
26
dataset: all
27
token: lab-agl-core-callback-LF
28
content-type: json
29
30
31
device_type: qemu
32
job_name: AGL-gerrit-16471-3
33
34
timeouts:
35
job:
36
minutes: 70
37
action:
38
minutes: 15
39
connection:
40
minutes: 5
41
connections:
42
lava-test-shell:
43
minutes: 10
44
45
priority: medium
46
visibility: public
47
48
context:
49
no_kvm: false
50
arch: x86_64
51
extra_options: ["-cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -smp 2 -m 2048 -soundhw hda -device usb-ehci"]
52
53
actions:
54
55
- deploy:
56
timeout:
57
minutes: 15
58
to: tmpfs
59
os: oe
60
failure_retry: 2
61
protocols:
62
lava-xnbd:
63
- action: nbd-deploy
64
request: set_port
65
images:
66
kernel:
67
image_arg: '-kernel {kernel} -append "console=ttyS0,115200 root=/dev/hda debug verbose systemd.log_color=false "'
68
url: http://download.automotivelinux.org/AGL/upload/ci/16471/3/qemux86-64/bzImage
69
ramdisk:
70
image_arg: '-drive format=raw,file={ramdisk}'
71
url: http://download.automotivelinux.org/AGL/upload/ci/16471/3/qemux86-64/agl-demo-platform-qemux86-64.ext4.xz
72
compression: xz
73
74
75
76
- boot:
77
timeout:
78
minutes: 10
79
method: qemu
80
prompts:
81
- "root@qemux86-64:~"
82
- "qemux86-64:~#"
83
- '/ #'
84
85
auto_login:
86
login_prompt: "login:"
87
username: root
88
media: tmpfs
89
transfer_overlay:
90
download_command: wget
91
unpack_command: tar -C / -xvpf
92
93
- test:
94
definitions:
95
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
96
from: git
97
path: test-suites/short-smoke/busybox.yaml
98
name: busybox
99
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
100
from: git
101
path: test-suites/short-smoke/smoke-tests-basic.yaml
102
name: smoke-tests-basic
103
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
104
from: git
105
path: test-suites/short-smoke/service-check.yaml
106
name: service-check