Job definition file - 10307 download

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

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