Job definition file - 10297 download

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

1
2
3
4
5
6
metadata:
7
git.branch: icefish
8
git.commit: agl-commit
9
image.type: AGL-prerelease
10
job.arch: x86_64
11
job.name: AGL-short-smoke-wip
12
kernel.tree: AGL-yocto
13
kernel.version: AGL-kernel-version
14
kernel.defconfig_base: defconfig
15
kernel.defconfig: defconfig+CONFIG_AGL=y
16
platform.mach: x86
17
platform.name: qemu
18
git.url: http://download.automotivelinux.org/AGL/upload/ci/icefish/9.0.2/qemux86-64/deploy/images/qemux86-64/
19
test.plan: agl-testplan
20
device.type: qemu
21
job.build_environment: AGL-yocto
22
23
24
25
26
device_type: qemu
27
28
job_name: AGL-short-smoke-wip
29
30
timeouts:
31
job:
32
minutes: 150
33
action:
34
minutes: 30
35
connection:
36
minutes: 15
37
connections:
38
lava-test-shell:
39
minutes: 15
40
41
priority: medium
42
visibility: public
43
44
context:
45
no_kvm: false
46
arch: x86_64
47
extra_options: ["-cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -smp 2 -m 2048 -soundhw hda -device usb-ehci -device virtio-rng-pci"]
48
49
actions:
50
51
- deploy:
52
timeout:
53
minutes: 90
54
to: tmpfs
55
os: oe
56
failure_retry: 2
57
protocols:
58
lava-xnbd:
59
- action: nbd-deploy
60
request: set_port
61
images:
62
kernel:
63
image_arg: '-kernel {kernel} -append "console=ttyS0,115200 root=/dev/hda verbose systemd.log_color=false rw fstab=no no_timer_check"'
64
url: http://download.automotivelinux.org/AGL/upload/ci/icefish/9.0.2/qemux86-64/deploy/images/qemux86-64/bzImage
65
rootvd:
66
image_arg: '-drive format=raw,file={rootvd}'
67
url: http://download.automotivelinux.org/AGL/upload/ci/icefish/9.0.2/qemux86-64/deploy/images/qemux86-64/agl-demo-platform-qemux86-64.ext4.xz
68
compression: xz
69
70
71
72
- boot:
73
timeout:
74
minutes: 20
75
method: qemu
76
prompts:
77
- "root@qemux86-64:~"
78
- "qemux86-64:~#"
79
- '/ #'
80
81
auto_login:
82
login_prompt: "login:"
83
username: root
84
media: tmpfs
85
transfer_overlay:
86
download_command: wget
87
unpack_command: tar -C / -xvpf
88
89
- test:
90
timeout:
91
minutes: 15
92
definitions:
93
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
94
from: git
95
history: False
96
path: test-suites/short-smoke/busybox.yaml
97
name: busybox
98
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
99
from: git
100
history: False
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
history: False
106
path: test-suites/short-smoke/service-check.yaml
107
name: service-check
108
parameters:
109
BUILD_TAGS: ""
110
DEVICE_TAGS: ""
111
112
- test:
113
timeout:
114
minutes: 60
115
definitions:
116
- repository: https://git.linaro.org/qa/test-definitions.git
117
from: git
118
history: False
119
path: automated/linux/ptest/ptest.yaml
120
name: linaro-ptest
121
parameters:
122
TESTS: "xmlsec1 libxml2 lua"