Job definition file - 2831 download

Copy to clipboard

1
metadata:
2
git.branch: guppy
3
git.commit: agl-commit
4
image.type: AGL-release
5
job.arch: arm
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: broadcom
12
platform.name: bcm2837-rpi-3-b-32
13
vcs.url: http://download.automotivelinux.org/AGL/release/guppy/7.0.0/raspberrypi3/deploy/images/raspberrypi3/
14
test.plan: agl-testplan
15
device.type: bcm2837-rpi-3-b-32
16
job.build_environment: AGL-yocto
17
18
19
20
21
22
device_type: bcm2837-rpi-3-b-32
23
job_name: AGL-short-smoke-wip
24
25
timeouts:
26
job:
27
minutes: 70
28
action:
29
minutes: 15
30
connection:
31
minutes: 5
32
connections:
33
lava-test-shell:
34
minutes: 10
35
36
priority: medium
37
visibility: public
38
39
protocols:
40
lava-xnbd:
41
port: auto
42
43
context:
44
console_device: ttyS0
45
custom_kernel_args: "8250.nr_uarts=1 bcm2709.uart_clock=48000000 smsc95xx.macaddr=AA:BB:CC:DD:EE:AA cma=256M bcm2708_fb.fbwidth=1920 bcm2708_fb.fbheight=1080 bcm2708_fb.fbswap=1 vc_mem.mem_base=0x3ec00000 vc_mem.mem_size=0x40000000 dwc_otg.lpm_enable=0 usbhid.mousepoll=0 coherent_pool=6M"
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/guppy/7.0.0/raspberrypi3/deploy/images/raspberrypi3/uImage
61
initrd:
62
url: http://download.automotivelinux.org/AGL/release/guppy/7.0.0/raspberrypi3/deploy/images/raspberrypi3/initramfs-netboot-image-raspberrypi3.ext4.gz.u-boot
63
allow_modify: false
64
nbdroot:
65
url: http://download.automotivelinux.org/AGL/release/guppy/7.0.0/raspberrypi3/deploy/images/raspberrypi3/agl-demo-platform-crosssdk-raspberrypi3.ext4.xz
66
compression: xz
67
dtb:
68
url: http://download.automotivelinux.org/AGL/release/guppy/7.0.0/raspberrypi3/deploy/images/raspberrypi3/uImage-bcm2710-rpi-3-b+vc4+ft5406.dtb
69
70
71
72
- boot:
73
timeout:
74
minutes: 10
75
method: u-boot
76
prompts:
77
- "root@raspberrypi3:~"
78
- "raspberrypi3:~#"
79
- '/ #'
80
81
auto_login:
82
login_prompt: "login:"
83
username: root
84
commands: nbd
85
type: bootm
86
transfer_overlay:
87
download_command: wget
88
unpack_command: tar -C / -xvpf
89
90
- test:
91
timeout:
92
minutes: 60
93
definitions:
94
- repository: https://git.linaro.org/qa/test-definitions.git
95
from: git
96
history: False
97
path: automated/linux/ptest/ptest.yaml
98
name: linaro-ptest
99
parameters:
100
TESTS: "systemd"