Job definition file - 11992 download

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

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