Job definition file - 11111 download

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

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