Job definition file - 11120 download

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

1
metadata:
2
git.branch: master
3
git.commit: agl-commit
4
image.type: AGL-snapshot
5
job.arch: x86_64
6
job.name: AGL-gerrit-24905-1
7
kernel.tree: AGL-yocto
8
kernel.version: AGL-app-gerrit-24905-1
9
kernel.defconfig_base: defconfig
10
kernel.defconfig: defconfig+CONFIG_AGL=y
11
platform.mach: x86
12
platform.name: qemu
13
git.url: http://download.automotivelinux.org/AGL/snapshots/master/latest/qemux86-64/deploy/images/qemux86-64/
14
test.plan: agl-testplan
15
device.type: qemu
16
job.build_environment: AGL-yocto
17
18
19
20
notify:
21
criteria:
22
status: finished
23
callbacks:
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
- 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
33
content-type: json
34
35
36
device_type: qemu
37
38
job_name: AGL-gerrit-24905-1 test RID
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: x86_64
57
extra_options: ["-cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -smp 3 -m 2048 -soundhw hda -device usb-ehci -device virtio-rng-pci"]
58
59
actions:
60
61
- deploy:
62
timeout:
63
minutes: 90
64
to: tmpfs
65
os: oe
66
failure_retry: 2
67
protocols:
68
lava-xnbd:
69
- action: nbd-deploy
70
request: set_port
71
images:
72
kernel:
73
image_arg: '-kernel {kernel} -append "console=ttyS0,115200 root=/dev/hda verbose systemd.log_color=false rw fstab=no no_timer_check"'
74
url: http://download.automotivelinux.org/AGL/snapshots/master/latest/qemux86-64/deploy/images/qemux86-64/bzImage
75
rootvd:
76
image_arg: '-drive format=raw,file={rootvd}'
77
url: http://download.automotivelinux.org/AGL/snapshots/master/latest/qemux86-64/deploy/images/qemux86-64/agl-demo-platform-crosssdk-qemux86-64.ext4.xz
78
compression: xz
79
80
81
82
- boot:
83
timeout:
84
minutes: 20
85
method: qemu
86
prompts:
87
- "root@qemux86-64:~"
88
- "qemux86-64:~#"
89
- '/ #'
90
91
auto_login:
92
login_prompt: "login:"
93
username: root
94
media: tmpfs
95
transfer_overlay:
96
download_command: wget
97
unpack_command: tar -C / -xvpf
98
99
- test:
100
timeout:
101
minutes: 10
102
definitions:
103
- repository: https://github.com/montjoie/qa-testdefinitions
104
from: git
105
branch: SPEC-3427
106
path: test-suites/short-smoke/application-lifecycle.yaml
107
name: application-lifecycle
108
parameters:
109
APPURL: "http://download.automotivelinux.org/AGL/upload/ci//24905/1/master/x86-64"