Job definition file - 18 download

Name
vayu-corelab-01 (reports)
Requested type
dra7-evm (reports)
Copy to clipboard

1
2
3
4
5
metadata:
6
git.branch: agl-branch
7
image.type: AGL-default
8
job.arch: arm
9
job.name: AGL-short-smoke-wip
10
kernel.tree: AGL-yocto
11
kernel.version: AGL-kernel-version
12
kernel.defconfig_base: defconfig
13
kernel.defconfig: defconfig+CONFIG_AGL=y
14
platform.mach: omap2
15
platform.name: dra7-evm
16
vcs.url: http://download.automotivelinux.org/AGL/release/eel/5.0.0/dra7xx-evm/deploy/images/dra7xx-evm/
17
18
19
notify:
20
criteria:
21
status: finished
22
callback:
23
url: https://kernelci.automotivelinux.org:8081/callback/lava/test?lab_name=AGL-core-lab-1&status={STATUS}&status_string={STATUS_STRING}
24
method: POST
25
dataset: all
26
token: lab-agl-core-callback-LF
27
content-type: json
28
29
30
device_type: dra7-evm
31
job_name: AGL-short-smoke-wip
32
33
timeouts:
34
job:
35
minutes: 30
36
action:
37
minutes: 15
38
connection:
39
minutes: 5
40
priority: medium
41
visibility: public
42
43
protocols:
44
lava-xnbd:
45
port: auto
46
47
actions:
48
49
- deploy:
50
timeout:
51
minutes: 15
52
to: nbd
53
os: oe
54
failure_retry: 2
55
protocols:
56
lava-xnbd:
57
- action: nbd-deploy
58
request: set_port
59
kernel:
60
url: http://download.automotivelinux.org/AGL/release/eel/5.0.0/dra7xx-evm/deploy/images/dra7xx-evm/zImage
61
initrd:
62
url: http://download.automotivelinux.org/AGL/release/eel/5.0.0/dra7xx-evm/deploy/images/dra7xx-evm/initramfs-netboot-image-dra7xx-evm.ext4.gz
63
allow_modify: false
64
nbdroot:
65
url: http://download.automotivelinux.org/AGL/release/eel/5.0.0/dra7xx-evm/deploy/images/dra7xx-evm/agl-demo-platform-dra7xx-evm.ext4.xz
66
compression: xz
67
dtb:
68
url: http://download.automotivelinux.org/AGL/release/eel/5.0.0/dra7xx-evm/deploy/images/dra7xx-evm/zImage-dra7-evm-lcd-lg.dtb
69
70
71
72
- boot:
73
timeout:
74
minutes: 10
75
method: u-boot
76
prompts:
77
- "root@dra7xx-evm:~"
78
- "dra7xx-evm:~#"
79
- '/ #'
80
81
auto_login:
82
login_prompt: "login:"
83
username: root
84
commands: nbd
85
type: bootz
86
transfer_overlay:
87
download_command: wget
88
unpack_command: tar -C / -xvpf
89
90
- test:
91
definitions:
92
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
93
from: git
94
path: test-suites/short-smoke/busybox.yaml
95
name: busybox
96
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
97
from: git
98
path: test-suites/short-smoke/smoke-tests-basic.yaml
99
name: smoke-tests-basic
100
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
101
from: git
102
path: test-suites/short-smoke/service-check.yaml
103
name: service-check