Job definition file - 11891 download

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

1
2
3
4
metadata:
5
git.branch: master
6
git.commit: agl-commit
7
image.type: AGL-snapshot
8
job.arch: x86_64
9
job.name: AGL-gerrit-25089-1
10
kernel.tree: AGL-yocto
11
kernel.version: AGL-app-gerrit-25089-1
12
kernel.defconfig_base: defconfig
13
kernel.defconfig: defconfig+CONFIG_AGL=y
14
kernel.endian: little
15
platform.mach: x86
16
platform.name: qemu
17
platform.dtb: None
18
git.url: http://download.automotivelinux.org/AGL/snapshots/master/latest/qemux86-64/deploy/images/qemux86-64/
19
git.describe: master
20
test.plan: agl-testplan
21
test.plan_variant: agl-testplan
22
device.type: qemu
23
job.build_environment: AGL-yocto
24
job.file_server_resource: AGL/snapshots/master/latest/qemux86-64/deploy/images/qemux86-64
25
job.kernel_image: bzImage
26
job.dtb_url: None
27
job.initrd_url: http://download.automotivelinux.org/AGL/snapshots/master/latest/qemux86-64/deploy/images/qemux86-64/agl-demo-platform-crosssdk-qemux86-64.ext4.xz
28
29
30
31
notify:
32
criteria:
33
status: finished
34
callbacks:
35
- url: http://kernelci.dev.baylibre.com:8081/callback/lava/test?lab_name=lab-agl-core-dev&status={STATUS}&status_string={STATUS_STRING}
36
method: POST
37
dataset: all
38
token: lab-agl-core-callback-baylibre
39
content-type: json
40
41
42
device_type: qemu
43
44
job_name: AGL-gerrit-25089-1
45
46
timeouts:
47
job:
48
minutes: 150
49
action:
50
minutes: 30
51
connection:
52
minutes: 15
53
connections:
54
lava-test-shell:
55
minutes: 15
56
57
priority: medium
58
visibility: public
59
60
context:
61
no_kvm: false
62
arch: x86_64
63
extra_options: ["-cpu qemu64,+ssse3,+sse4.1,+sse4.2,+popcnt -smp 2 -m 2048 -soundhw hda -device usb-ehci -device virtio-rng-pci"]
64
65
actions:
66
67
- deploy:
68
timeout:
69
minutes: 90
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=ttyS0,115200 root=/dev/hda verbose systemd.log_color=false rw fstab=no no_timer_check"'
80
url: http://download.automotivelinux.org/AGL/snapshots/master/latest/qemux86-64/deploy/images/qemux86-64/bzImage
81
rootvd:
82
image_arg: '-drive format=raw,file={rootvd}'
83
url: http://download.automotivelinux.org/AGL/snapshots/master/latest/qemux86-64/deploy/images/qemux86-64/agl-demo-platform-crosssdk-qemux86-64.ext4.xz
84
compression: xz
85
86
87
88
- boot:
89
timeout:
90
minutes: 20
91
method: qemu
92
prompts:
93
- "root@qemux86-64:~"
94
- "qemux86-64:~#"
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: 10
108
definitions:
109
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
110
from: git
111
path: test-suites/short-smoke/application-lifecycle.yaml
112
name: application-lifecycle
113
parameters:
114
APPURL: "http://download.automotivelinux.org/AGL/upload/ci//25089/1/master/x86-64"