Job definition file - 2523 download

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

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