Job definition file - 2857 download

Copy to clipboard

1
metadata:
2
git.branch: snapshot
3
git.commit: agl-commit
4
image.type: AGL-release
5
job.arch: arm64
6
job.name: AGL-short-smoke-wip
7
kernel.tree: AGL-yocto
8
kernel.version: AGL-kernel-version
9
kernel.defconfig_base: defconfig
10
kernel.defconfig: defconfig+CONFIG_AGL=y
11
platform.mach: renesas
12
platform.name: r8a7796-m3ulcb
13
vcs.url: http://download.automotivelinux.org/AGL/snapshots/master/2019-04-03-b1101/m3ulcb-nogfx/deploy/images/m3ulcb/
14
test.plan: agl-testplan
15
device.type: r8a7796-m3ulcb
16
job.build_environment: AGL-yocto
17
18
19
20
21
device_type: r8a7796-m3ulcb
22
job_name: AGL-short-smoke-wip
23
24
timeouts:
25
job:
26
minutes: 70
27
action:
28
minutes: 15
29
connection:
30
minutes: 5
31
connections:
32
lava-test-shell:
33
minutes: 10
34
35
priority: medium
36
visibility: public
37
38
protocols:
39
lava-xnbd:
40
port: auto
41
42
actions:
43
44
- deploy:
45
timeout:
46
minutes: 15
47
to: nbd
48
os: oe
49
failure_retry: 2
50
protocols:
51
lava-xnbd:
52
- action: nbd-deploy
53
request: set_port
54
kernel:
55
url: http://download.automotivelinux.org/AGL/snapshots/master/2019-04-03-b1101/m3ulcb-nogfx/deploy/images/m3ulcb/Image
56
initrd:
57
url: http://download.automotivelinux.org/AGL/snapshots/master/2019-04-03-b1101/m3ulcb-nogfx/deploy/images/m3ulcb/initramfs-netboot-image-m3ulcb.ext4.gz
58
allow_modify: false
59
nbdroot:
60
url: http://download.automotivelinux.org/AGL/snapshots/master/2019-04-03-b1101/m3ulcb-nogfx/deploy/images/m3ulcb/agl-image-minimal-crosssdk-m3ulcb.ext4.xz
61
compression: xz
62
dtb:
63
url: http://download.automotivelinux.org/AGL/snapshots/master/2019-04-03-b1101/m3ulcb-nogfx/deploy/images/m3ulcb/Image-r8a7796-m3ulcb.dtb
64
65
66
67
- boot:
68
timeout:
69
minutes: 10
70
method: u-boot
71
prompts:
72
- "root@m3ulcb:~"
73
- "m3ulcb:~#"
74
- '/ #'
75
76
auto_login:
77
login_prompt: "login:"
78
username: root
79
commands: nbd
80
type: booti
81
transfer_overlay:
82
download_command: wget
83
unpack_command: tar -C / -xvpf
84
85
86
- test:
87
timeout:
88
minutes: 60
89
definitions:
90
- repository: https://git.linaro.org/qa/test-definitions.git
91
from: git
92
history: False
93
path: automated/linux/ptest/ptest.yaml
94
name: linaro-ptest
95
parameters:
96
TESTS: "systemd"