Job definition file - 2049 download

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

1
2
3
4
5
6
metadata:
7
git.branch: flounder
8
git.commit: agl-commit
9
image.type: AGL-release
10
job.arch: x86_64
11
job.name: KJH-flounder-6.0.4
12
kernel.tree: AGL-yocto
13
kernel.version: 6.0.4
14
kernel.defconfig_base: defconfig
15
kernel.defconfig: defconfig+CONFIG_AGL=y
16
platform.mach: x86
17
platform.name: qemu
18
vcs.url: https://download.automotivelinux.org/AGL/upload/ci/flounder/6.0.4/qemux86-64/deploy/images/qemux86-64/
19
test.plan: agl-testplan
20
device.type: qemu
21
22
23
notify:
24
criteria:
25
status: finished
26
callbacks:
27
- url: https://kernelci.automotivelinux.org:8081/callback/lava/test?lab_name=agl-core-lab-1&status={STATUS}&status_string={STATUS_STRING}
28
method: POST
29
dataset: all
30
token: lab-agl-core-callback-LF
31
content-type: json
32
- url: http://kernelci.dev.baylibre.com:8081/callback/lava/test?lab_name=lab-agl-core&status={STATUS}&status_string={STATUS_STRING}
33
method: POST
34
dataset: all
35
token: lab-agl-core-callback-baylibre
36
content-type: json
37
38
39
device_type: qemu
40
job_name: KJH-flounder-6.0.4
41
42
timeouts:
43
job:
44
minutes: 70
45
action:
46
minutes: 15
47
connection:
48
minutes: 5
49
connections:
50
lava-test-shell:
51
minutes: 10
52
53
priority: medium
54
visibility: public
55
56
context:
57
no_kvm: false
58
arch: x86_64
59
extra_options: ["-cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -smp 2 -m 2048 -soundhw hda -device usb-ehci"]
60
61
actions:
62
63
- deploy:
64
timeout:
65
minutes: 15
66
to: tmpfs
67
os: oe
68
failure_retry: 2
69
protocols:
70
lava-xnbd:
71
- action: nbd-deploy
72
request: set_port
73
images:
74
kernel:
75
image_arg: '-kernel {kernel} -append "console=ttyS0,115200 root=/dev/hda debug verbose systemd.log_color=false "'
76
url: https://download.automotivelinux.org/AGL/upload/ci/flounder/6.0.4/qemux86-64/deploy/images/qemux86-64/bzImage
77
ramdisk:
78
image_arg: '-drive format=raw,file={ramdisk}'
79
url: https://download.automotivelinux.org/AGL/upload/ci/flounder/6.0.4/qemux86-64/deploy/images/qemux86-64/agl-demo-platform-crosssdk-qemux86-64.ext4.xz
80
compression: xz
81
82
83
84
- boot:
85
timeout:
86
minutes: 10
87
method: qemu
88
prompts:
89
- "root@qemux86-64:~"
90
- "qemux86-64:~#"
91
- '/ #'
92
93
auto_login:
94
login_prompt: "login:"
95
username: root
96
media: tmpfs
97
transfer_overlay:
98
download_command: wget
99
unpack_command: tar -C / -xvpf
100
101
- test:
102
timeout:
103
minutes: 15
104
definitions:
105
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
106
from: git
107
history: False
108
path: test-suites/short-smoke/busybox.yaml
109
name: busybox
110
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
111
from: git
112
history: False
113
path: test-suites/short-smoke/smoke-tests-basic.yaml
114
name: smoke-tests-basic
115
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
116
from: git
117
history: False
118
path: test-suites/short-smoke/service-check.yaml
119
name: service-check
120
121
- test:
122
timeout:
123
minutes: 60
124
definitions:
125
- repository: https://git.linaro.org/qa/test-definitions.git
126
from: git
127
history: False
128
path: automated/linux/ptest/ptest.yaml
129
name: linaro-ptest
130
parameters:
131
TESTS: "acl attr xmlsec1 libxml2 lua"