Job definition file - 1687 download

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

1
2
3
4
5
6
metadata:
7
git.branch: agl-branch
8
image.type: AGL-default
9
job.arch: arm
10
job.name: Linaro ptest tester
11
kernel.tree: AGL-yocto
12
kernel.version: AGL-kernel-version
13
kernel.defconfig_base: defconfig
14
kernel.defconfig: defconfig+CONFIG_AGL=y
15
platform.mach: omap2
16
platform.name: dra7-evm
17
vcs.url: http://www.baylibre.com/pub/agl/ci/dra7xx-evm/
18
19
20
21
device_type: dra7-evm
22
job_name: Linaro ptest tester
23
24
timeouts:
25
job:
26
minutes: 180
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://www.baylibre.com/pub/agl/ci/dra7xx-evm/zImage
56
initrd:
57
url: http://www.baylibre.com/pub/agl/ci/dra7xx-evm/initramfs-netboot-image-dra7xx-evm.ext4.gz
58
allow_modify: false
59
nbdroot:
60
url: http://www.baylibre.com/pub/agl/ci/dra7xx-evm/agl-demo-platform-dra7xx-evm.ext4.xz
61
compression: xz
62
dtb:
63
url: http://www.baylibre.com/pub/agl/ci/dra7xx-evm/zImage-dra7-evm-lcd-lg.dtb
64
65
66
67
- boot:
68
timeout:
69
minutes: 10
70
method: u-boot
71
prompts:
72
- "root@dra7xx-evm:~"
73
- "dra7xx-evm:~#"
74
- '/ #'
75
76
auto_login:
77
login_prompt: "login:"
78
username: root
79
commands: nbd
80
type: bootz
81
transfer_overlay:
82
download_command: wget
83
unpack_command: tar -C / -xvpf
84
- test:
85
timeout:
86
minutes: 60
87
definitions:
88
# - repository: https://gitlab.com/khilman/linaro-test-definitions.git
89
# branch: testing
90
- repository: https://git.linaro.org/qa/test-definitions.git
91
from: git
92
path: automated/linux/ptest/ptest.yaml
93
name: linaro-ptest
94
parameters:
95
TESTS: "acl attr xmlsec1 libxml2 lua"