Job definition file - 7759 download

Name
qemu-01 (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-snapshot
10
job.arch: x86_64
11
job.name: AGL-gerrit-22444-1
12
kernel.tree: AGL-yocto
13
kernel.version: AGL-app-gerrit-22444-1
14
kernel.defconfig_base: defconfig
15
kernel.defconfig: defconfig+CONFIG_AGL=y
16
platform.mach: x86
17
platform.name: qemu
18
git.url: http://download.automotivelinux.org/AGL/snapshots/master/latest/qemux86-64/deploy/images/qemux86-64/
19
test.plan: agl-testplan
20
device.type: qemu
21
job.build_environment: AGL-yocto
22
23
24
25
notify:
26
criteria:
27
status: finished
28
callbacks:
29
- url: https://kernelci.automotivelinux.org:8081/callback/lava/test?lab_name=agl-core-lab-1&status={STATUS}&status_string={STATUS_STRING}
30
method: POST
31
dataset: all
32
token: lab-agl-core-callback-LF
33
content-type: json
34
- url: http://kernelci.dev.baylibre.com:8081/callback/lava/test?lab_name=lab-agl-core&status={STATUS}&status_string={STATUS_STRING}
35
method: POST
36
dataset: all
37
token: lab-agl-core-callback-baylibre
38
content-type: json
39
40
41
device_type: qemu
42
43
job_name: AGL-gerrit-22444-1
44
45
timeouts:
46
job:
47
minutes: 120
48
action:
49
minutes: 15
50
connection:
51
minutes: 10
52
connections:
53
lava-test-shell:
54
minutes: 10
55
56
priority: medium
57
visibility: public
58
59
context:
60
no_kvm: false
61
arch: x86_64
62
extra_options: ["-cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -smp 2 -m 2048 -soundhw hda -device usb-ehci"]
63
64
actions:
65
66
- deploy:
67
timeout:
68
minutes: 60
69
to: tmpfs
70
os: oe
71
failure_retry: 2
72
protocols:
73
lava-xnbd:
74
- action: nbd-deploy
75
request: set_port
76
images:
77
kernel:
78
image_arg: '-kernel {kernel} -append "console=ttyS0,115200 root=/dev/hda verbose systemd.log_color=false "'
79
url: http://download.automotivelinux.org/AGL/snapshots/master/latest/qemux86-64/deploy/images/qemux86-64/bzImage
80
ramdisk:
81
image_arg: '-drive format=raw,file={ramdisk}'
82
url: http://download.automotivelinux.org/AGL/snapshots/master/latest/qemux86-64/deploy/images/qemux86-64/agl-demo-platform-crosssdk-qemux86-64.ext4.xz
83
compression: xz
84
85
86
87
- boot:
88
timeout:
89
minutes: 15
90
method: qemu
91
prompts:
92
- "root@qemux86-64:~"
93
- "qemux86-64:~#"
94
- '/ #'
95
96
auto_login:
97
login_prompt: "login:"
98
username: root
99
media: tmpfs
100
transfer_overlay:
101
download_command: wget
102
unpack_command: tar -C / -xvpf
103
104
- test:
105
timeout:
106
minutes: 10
107
definitions:
108
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
109
from: git
110
path: test-suites/short-smoke/application-lifecycle.yaml
111
name: application-lifecycle
112
parameters:
113
APPURL: "http://download.automotivelinux.org/AGL/upload/ci//22444/1/halibut/x86-64"