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