Job definition file - 10380 download

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

1
2
3
4
5
6
metadata:
7
git.branch: master
8
git.commit: agl-commit
9
image.type: AGL-ci
10
job.arch: arm
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: arm
17
platform.name: qemu
18
platform.dtb: None
19
git.url: http://download.automotivelinux.org/AGL/upload/ci/24527/1/qemuarm/
20
test.plan: agl-testplan
21
device.type: qemu
22
job.build_environment: AGL-yocto
23
job.dtb_url: None
24
git.url: https://gerrit.automotivelinux.org/gerrit/#/c/24527/1
25
26
27
notify:
28
criteria:
29
status: finished
30
callbacks:
31
- url: http://kernelci.dev.baylibre.com:8081/callback/lava/test?lab_name=lab-agl-core&status={STATUS}&status_string={STATUS_STRING}
32
method: POST
33
dataset: all
34
token: lab-agl-core-callback-baylibre-dev
35
content-type: json
36
37
38
device_type: qemu
39
40
job_name: releng-test for qemuarm (24527 1)
41
42
timeouts:
43
job:
44
minutes: 150
45
action:
46
minutes: 30
47
connection:
48
minutes: 15
49
connections:
50
lava-test-shell:
51
minutes: 15
52
53
priority: medium
54
visibility: public
55
56
context:
57
no_kvm: false
58
arch: arm
59
cpu: cortex-a15
60
machine: virt-2.11
61
memory: 2048
62
guestfs_interface: virtio
63
extra_options: ["-soundhw hda -device usb-ehci -device virtio-rng-pci"]
64
65
actions:
66
67
- deploy:
68
timeout:
69
minutes: 90
70
to: tmpfs
71
os: oe
72
failure_retry: 2
73
protocols:
74
lava-xnbd:
75
- action: nbd-deploy
76
request: set_port
77
images:
78
kernel:
79
image_arg: '-kernel {kernel} -append "console=ttyAMA0,115200 root=/dev/vda verbose systemd.log_color=false "'
80
url: http://download.automotivelinux.org/AGL/upload/ci/24527/1/qemuarm/zImage
81
rootvd:
82
image_arg: '-drive format=raw,file={rootvd}'
83
url: http://download.automotivelinux.org/AGL/upload/ci/24527/1/qemuarm/agl-demo-platform-qemuarm.ext4.xz
84
compression: xz
85
86
87
88
- boot:
89
timeout:
90
minutes: 20
91
method: qemu
92
prompts:
93
- "root@qemuarm:~"
94
- "qemuarm:~#"
95
- '/ #'
96
97
auto_login:
98
login_prompt: "login:"
99
username: root
100
media: tmpfs
101
transfer_overlay:
102
download_command: wget
103
unpack_command: tar -C / -xvpf
104
105
- test:
106
timeout:
107
minutes: 15
108
definitions:
109
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
110
from: git
111
history: False
112
path: test-suites/short-smoke/busybox.yaml
113
name: ci-busybox
114
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
115
from: git
116
history: False
117
path: test-suites/short-smoke/smoke-tests-basic.yaml
118
name: ci-smoke-tests-basic
119
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
120
from: git
121
history: False
122
path: test-suites/short-smoke/service-check.yaml
123
name: ci-service-check
124
parameters:
125
BUILD_TAGS: ""
126
DEVICE_TAGS: ""
127
128
129
130
131
132
- test:
133
timeout:
134
minutes: 60
135
definitions:
136
- repository: https://git.linaro.org/qa/test-definitions.git
137
from: git
138
history: False
139
path: automated/linux/ptest/ptest.yaml
140
name: ci-linaro-ptest
141
parameters:
142
TESTS: "xmlsec1 libxml2 lua"