Job definition file - 12284 download

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