Job definition file - 1742 download

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

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