Job definition file - 163 download

Name
qemu-corelab-01 (reports)
Requested type
qemu (reports)
Copy to clipboard

1
2
3
4
5
6
metadata:
7
git.branch: 16465
8
image.type: AGL-ci
9
job.arch: x86_64
10
job.name: AGL-gerrit-16465-2
11
kernel.tree: AGL-yocto
12
kernel.version: 2
13
kernel.defconfig_base: defconfig
14
kernel.defconfig: defconfig+CONFIG_AGL=y
15
platform.mach: x86
16
platform.name: qemu
17
vcs.url: http://download.automotivelinux.org/AGL/upload/ci/16465/2/qemux86-64/
18
19
20
notify:
21
criteria:
22
status: finished
23
callback:
24
url: https://kernelci.automotivelinux.org:8081/callback/lava/test?lab_name=agl-core-lab-1&status={STATUS}&status_string={STATUS_STRING}
25
method: POST
26
dataset: all
27
token: lab-agl-core-callback-LF
28
content-type: json
29
30
31
device_type: qemu
32
job_name: AGL-gerrit-16465-2
33
34
timeouts:
35
job:
36
minutes: 30
37
action:
38
minutes: 15
39
connection:
40
minutes: 5
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 1048 -soundhw hda"]
48
49
actions:
50
51
- deploy:
52
timeout:
53
minutes: 15
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 debug verbose systemd.log_color=false "'
64
url: http://download.automotivelinux.org/AGL/upload/ci/16465/2/qemux86-64/bzImage
65
ramdisk:
66
image_arg: '-drive format=raw,file={ramdisk}'
67
url: http://download.automotivelinux.org/AGL/upload/ci/16465/2/qemux86-64/agl-demo-platform-qemux86-64.ext4.xz
68
compression: xz
69
70
71
72
- boot:
73
timeout:
74
minutes: 10
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: 3
92
definitions:
93
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
94
from: git
95
path: test-suites/short-smoke/test_can.yaml
96
name: can
97
- test:
98
definitions:
99
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
100
from: git
101
path: test-suites/yocto-ptest.yaml
102
name: yocto-ptest
103
- test:
104
timeout:
105
minutes: 2
106
definitions:
107
- repository:
108
metadata:
109
format: Lava-Test Test Definition 1.0
110
name: inline-test
111
description: "Inline test to validate test framework health"
112
os:
113
- debian
114
scope:
115
- functional
116
run:
117
steps:
118
- lava-test-set start set-pass
119
- lava-test-case always-pass --shell true
120
- lava-test-set stop set-pass
121
from: inline
122
name: health-test
123
path: inline/health-test.yaml
124
125
- test:
126
definitions:
127
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
128
from: git
129
path: test-suites/short-smoke/busybox.yaml
130
name: busybox
131
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
132
from: git
133
path: test-suites/short-smoke/smoke-tests-basic.yaml
134
name: smoke-tests-basic
135
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
136
from: git
137
path: test-suites/short-smoke/service-check.yaml
138
name: service-check