Job definition file - 8691 download

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

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