Job definition file - 2527 download

Name
upsquare-01 (reports)
Requested type
upsquare (reports)
Copy to clipboard

1
metadata:
2
git.branch: guppy
3
git.commit: agl-commit
4
image.type: AGL-release
5
job.arch: x86
6
job.name: AGL-short-smoke-wip
7
kernel.tree: AGL-yocto
8
kernel.version: latest
9
kernel.defconfig_base: defconfig
10
kernel.defconfig: defconfig+CONFIG_AGL=y
11
platform.mach: intel
12
platform.name: upsquare
13
vcs.url: http://download.automotivelinux.org/AGL/release/guppy/latest/upsquare/deploy/images/upsquare/
14
test.plan: agl-testplan
15
device.type: upsquare
16
job.build_environment: AGL-yocto
17
18
19
20
device_type: upsquare
21
job_name: AGL-short-smoke-wip
22
23
timeouts:
24
job:
25
minutes: 70
26
action:
27
minutes: 15
28
connection:
29
minutes: 5
30
connections:
31
lava-test-shell:
32
minutes: 10
33
34
priority: medium
35
visibility: public
36
37
protocols:
38
lava-xnbd:
39
port: auto
40
41
# context allows specific values to be overridden or included
42
context:
43
extra_kernel_args: initrd=initramfs-netboot-image-upsquare.ext4.gz
44
45
actions:
46
47
- deploy:
48
timeout:
49
minutes: 15
50
to: nbd
51
os: oe
52
failure_retry: 2
53
protocols:
54
lava-xnbd:
55
- action: nbd-deploy
56
request: set_port
57
kernel:
58
url: http://download.automotivelinux.org/AGL/release/guppy/latest/intel-corei7-64/deploy/images/intel-corei7-64/bzImage
59
initrd:
60
url: http://download.automotivelinux.org/AGL/release/guppy/latest/intel-corei7-64/deploy/images/intel-corei7-64/initramfs-netboot-image-upsquare.ext4.gz
61
allow_modify: false
62
nbdroot:
63
url: http://download.automotivelinux.org/AGL/release/guppy/latest/intel-corei7-64/deploy/images/intel-corei7-64/agl-demo-platform-crosssdk-intel-corei7-64.ext4.xz
64
compression: xz
65
66
67
68
- boot:
69
timeout:
70
minutes: 10
71
method: grub
72
prompts:
73
- "root@upsquare:~"
74
- "upsquare:~#"
75
- '/ #'
76
77
auto_login:
78
login_prompt: "login:"
79
username: root
80
commands: nbd
81
transfer_overlay:
82
download_command: wget
83
unpack_command: tar -C / -xvpf
84
85
- test:
86
timeout:
87
minutes: 15
88
definitions:
89
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
90
from: git
91
history: False
92
path: test-suites/short-smoke/busybox.yaml
93
name: busybox
94
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
95
from: git
96
history: False
97
path: test-suites/short-smoke/smoke-tests-basic.yaml
98
name: smoke-tests-basic
99
- repository: https://git.automotivelinux.org/src/qa-testdefinitions
100
from: git
101
history: False
102
path: test-suites/short-smoke/service-check.yaml
103
name: service-check
104
parameters:
105
DEVICE_TAGS: ""
106
107
- test:
108
timeout:
109
minutes: 60
110
definitions:
111
- repository: https://git.linaro.org/qa/test-definitions.git
112
from: git
113
history: False
114
path: automated/linux/ptest/ptest.yaml
115
name: linaro-ptest
116
parameters:
117
TESTS: "xmlsec1 libxml2 lua"