Job definition file - 10378 download

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