Job definition file - 7987 download

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

1
2
3
4
metadata:
5
git.branch: halibut
6
git.commit: Fbd47e3ff-Ld0b71c13
7
image.type: AGL-ci
8
job.arch: arm64
9
job.name: AGL-gerrit-22470-1
10
kernel.tree: AGL-yocto
11
kernel.version: change-22470-1
12
kernel.defconfig_base: defconfig
13
kernel.defconfig: AGL-qemuarm64-Fbd47e3ff-Ld0b71c13
14
platform.mach: arm64
15
platform.name: qemu
16
git.url: http://download.automotivelinux.org/AGL/upload/ci/22470/1/qemuarm64/
17
test.plan: agl-testplan
18
device.type: qemu
19
job.build_environment: AGL-yocto
20
git.url: https://gerrit.automotivelinux.org/gerrit/#/c/22470/1
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
41
job_name: AGL-gerrit-22470-1 with SPEC-2739
42
43
timeouts:
44
job:
45
minutes: 120
46
action:
47
minutes: 15
48
connection:
49
minutes: 10
50
connections:
51
lava-test-shell:
52
minutes: 10
53
54
priority: medium
55
visibility: public
56
57
context:
58
no_kvm: false
59
arch: aarch64
60
cpu: cortex-a57
61
machine: virt
62
memory: 2048
63
extra_options: ["-smp 2 -soundhw hda -device usb-ehci"]
64
65
actions:
66
67
- deploy:
68
timeout:
69
minutes: 60
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/22470/1/qemuarm64/Image
81
ramdisk:
82
image_arg: '-drive format=raw,file={ramdisk}'
83
url: http://download.automotivelinux.org/AGL/upload/ci/22470/1/qemuarm64/agl-demo-platform-qemuarm64.ext4.xz
84
compression: xz
85
86
87
88
- boot:
89
timeout:
90
minutes: 15
91
method: qemu
92
prompts:
93
- "root@qemuarm64:~"
94
- "qemuarm64:~#"
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: 90
108
definitions:
109
- repository:
110
metadata:
111
format: Lava-Test Test Definition 1.0
112
name: SPEC-2739
113
description: "test SPEC-2739"
114
run:
115
steps:
116
- ls -l /usr/lib/libxml2
117
- ls -l /usr/lib/libxml2/ptest
118
- ls -l /usr/lib/xmlsec1
119
- ls -l /usr/lib/xmlsec1/ptest
120
from: inline
121
name: SPEC-2739
122
path: inline/dm.yaml
123
124
125
- test:
126
timeout:
127
minutes: 60
128
definitions:
129
- repository: https://git.linaro.org/qa/test-definitions.git
130
from: git
131
history: False
132
path: automated/linux/ptest/ptest.yaml
133
name: linaro-ptest
134
parameters:
135
TESTS: "xmlsec1 libxml2 lua"