forked from canonical/snapd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathspread.yaml
284 lines (268 loc) · 9.77 KB
/
spread.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
project: snapd
environment:
GOPATH: /home/gopath
REUSE_PROJECT: "$(HOST: echo $REUSE_PROJECT)"
PROJECT_PATH: $GOPATH/src/github.com/snapcore/snapd
# /usr/lib/go-1.6/bin for trusty (needs to be last as we use
# a different go in gccgo tests)
PATH: $GOPATH/bin:/snap/bin:$PATH:/usr/lib/go-1.6/bin
TESTSLIB: $PROJECT_PATH/tests/lib
SNAPPY_TESTING: 1
# we run the entire suite with re-exec on (the default) and modify
# the core snap so that it contains our new code. So we run new
# snapd from the deb that re-execs into new snapd in core. To
# test purely from the deb, set "export SPREAD_SNAP_REEXEC=0"
SNAP_REEXEC: "$(HOST: echo ${SPREAD_SNAP_REEXEC:-})"
MODIFY_CORE_SNAP_FOR_REEXEC: "$(HOST: echo ${SPREAD_MODIFY_CORE_SNAP_FOR_REEXEC:-1})"
SPREAD_STORE_USER: "$(HOST: echo $SPREAD_STORE_USER)"
SPREAD_STORE_PASSWORD: "$(HOST: echo $SPREAD_STORE_PASSWORD)"
LANG: "$(echo ${LANG:-C.UTF-8})"
LANGUAGE: "$(echo ${LANGUAGE:-en})"
# important to ensure adhoc and linode/qemu behave the same
SUDO_USER: ""
SUDO_UID: ""
TRUST_TEST_KEYS: "$(HOST: echo ${SPREAD_TRUST_TEST_KEYS:-true})"
MANAGED_DEVICE: "false"
CORE_CHANNEL: "$(HOST: echo ${SPREAD_CORE_CHANNEL:-edge})"
REMOTE_STORE: "$(HOST: echo ${SPREAD_REMOTE_STORE:-production})"
SNAPPY_USE_STAGING_STORE: "$(HOST: if [ $SPREAD_REMOTE_STORE = staging ]; then echo 1; else echo 0; fi)"
DELTA_REF: 2.17
DELTA_PREFIX: snapd-$DELTA_REF/
backends:
linode:
key: "$(HOST: echo $SPREAD_LINODE_KEY)"
halt-timeout: 2h
systems:
- ubuntu-14.04-64:
kernel: GRUB 2
- ubuntu-16.04-64:
kernel: GRUB 2
workers: 2
- ubuntu-16.04-32:
kernel: GRUB 2
workers: 2
- ubuntu-core-16-64:
kernel: Direct Disk
image: ubuntu-16.04-64
# FIXME restore of ubuntu-core does not properly reset
# boot variables and key snaps to their pristine state.
- ubuntu-core-16-64-fixme:
kernel: Direct Disk
image: ubuntu-16.04-64
qemu:
environment:
APT_PROXY: "$(HOST: echo $APT_PROXY)"
systems:
- ubuntu-14.04-32:
username: ubuntu
password: ubuntu
- ubuntu-14.04-64:
username: ubuntu
password: ubuntu
- ubuntu-16.04-32:
username: ubuntu
password: ubuntu
- ubuntu-16.04-64:
username: ubuntu
password: ubuntu
- ubuntu-core-16-64:
image: ubuntu-16.04-64
username: ubuntu
password: ubuntu
- ubuntu-16.10-64:
username: ubuntu
password: ubuntu
- ubuntu-17.04-64:
username: ubuntu
password: ubuntu
autopkgtest:
type: adhoc
allocate: |
echo "Allocating ad-hoc $SPREAD_SYSTEM"
if [ -z "${ADT_ARTIFACTS}" ]; then
FATAL "adhoc only works inside autopkgtest"
exit 1
fi
echo 'ubuntu ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/99-spread-users
ADDRESS localhost:22
discard: |
echo "Discarding ad-hoc $SPREAD_SYSTEM"
systems:
- ubuntu-16.04-amd64:
username: ubuntu
password: ubuntu
- ubuntu-16.04-i386:
username: ubuntu
password: ubuntu
- ubuntu-16.04-ppc64el:
username: ubuntu
password: ubuntu
- ubuntu-16.04-armhf:
username: ubuntu
password: ubuntu
- ubuntu-16.10-amd64:
username: ubuntu
password: ubuntu
- ubuntu-16.10-i386:
username: ubuntu
password: ubuntu
- ubuntu-16.10-ppc64el:
username: ubuntu
password: ubuntu
- ubuntu-16.10-armhf:
username: ubuntu
password: ubuntu
- ubuntu-17.04-amd64:
username: ubuntu
password: ubuntu
- ubuntu-17.04-i386:
username: ubuntu
password: ubuntu
- ubuntu-17.04-ppc64el:
username: ubuntu
password: ubuntu
- ubuntu-17.04-armhf:
username: ubuntu
password: ubuntu
external:
type: adhoc
environment:
SPREAD_EXTERNAL_ADDRESS: "$(HOST: echo ${SPREAD_EXTERNAL_ADDRESS:-localhost:8022})"
MANAGED_DEVICE: "true"
allocate: |
ADDRESS $SPREAD_EXTERNAL_ADDRESS
systems:
- ubuntu-core-16-64:
environment:
TRUST_TEST_KEYS: "false"
username: test
password: ubuntu
- ubuntu-core-16-arm-64:
username: test
password: ubuntu
- ubuntu-core-16-arm-32:
username: test
password: ubuntu
path: /home/gopath/src/github.com/snapcore/snapd
exclude:
- .git
- cmd/snap/snap
- cmd/snapd/snapd
- cmd/snapctl/snapctl
- cmd/snap-exec/snap-exec
- "*.o"
- "*.a"
prepare-each: |
# systemd on 14.04 does not know about --rotate
# or --vacuum-time.
# TODO: Find a way to clean out systemd logs on
# systemd 204.
if [[ "$SPREAD_SYSTEM" != ubuntu-14.04-* ]]; then
journalctl --rotate
sleep .1
journalctl --vacuum-time=1ms
fi
dmesg -c > /dev/null
debug-each: |
journalctl -u snapd
dmesg | grep DENIED || true
rename:
# Move content into a directory, so that deltas computed by repack benefit
# from the content looking similar to codeload.github.com.
- s,^,$DELTA_PREFIX,S
repack: |
# For Linode, compute a delta based on a known git reference that can be
# obtained directly from GitHub. There's nothing special about that reference,
# other than it will often be in the local repository's history already.
# The more recent the reference, the smaller the delta.
if ! echo $SPREAD_BACKENDS | grep linode; then
cat <&3 >&4
elif ! git show-ref $DELTA_REF > /dev/null; then
cat <&3 >&4
else
trap "rm -f delta-ref.tar current.delta" EXIT
git archive -o delta-ref.tar --format=tar --prefix=$DELTA_PREFIX $DELTA_REF
xdelta3 -s delta-ref.tar <&3 > current.delta
tar c current.delta >&4
fi
prepare: |
# apt update is hanging on security.ubuntu.com with IPv6.
sysctl -w net.ipv6.conf.all.disable_ipv6=1
trap "sysctl -w net.ipv6.conf.all.disable_ipv6=0" EXIT
# Unpack delta, or move content out of the prefixed directory (see rename and repack above).
# (needs to be in spread.yaml directly because there's nothing else on the filesystem yet)
if [ -f current.delta ]; then
tf=$(mktemp)
# poor-man's "quiet"
apt-get update >& "$tf" || ( cat "$tf"; exit 1 )
apt-get install -y xdelta3 curl >& "$tf" || ( cat "$tf"; exit 1 )
rm -f "$tf"
curl -sS -o - https://codeload.github.com/snapcore/snapd/tar.gz/$DELTA_REF | gunzip > delta-ref.tar
xdelta3 -q -d -s delta-ref.tar current.delta | tar x --strip-components=1
rm -f delta-ref.tar current.delta
elif [ -d $DELTA_PREFIX ]; then
find $DELTA_PREFIX -mindepth 1 -maxdepth 1 -exec mv {} . \;
rmdir $DELTA_PREFIX
fi
. "$TESTSLIB/prepare-project.sh"
restore: |
if [ "$SPREAD_BACKEND" = external ]; then
# start and enable autorefresh
systemctl enable --now snapd.refresh.timer
fi
suites:
tests/main/:
summary: Full-system tests for snapd
systems: [-ubuntu-core-16-64-fixme]
prepare: |
. $TESTSLIB/prepare.sh
if [[ "$SPREAD_SYSTEM" == ubuntu-core-16-* ]]; then
prepare_all_snap
else
prepare_classic
fi
prepare-each: |
. $TESTSLIB/prepare.sh
if [[ "$SPREAD_SYSTEM" != ubuntu-core-16-* ]]; then
prepare_each_classic
fi
restore: |
$TESTSLIB/reset.sh --store
if [[ "$SPREAD_SYSTEM" != ubuntu-core-16-* ]]; then
apt-get purge -y snapd snap-confine ubuntu-core-launcher
fi
restore-each: |
$TESTSLIB/reset.sh --reuse-core
tests/regression/:
summary: Regression tests for snapd
systems: [-ubuntu-core-16-64-fixme]
prepare: |
. $TESTSLIB/prepare.sh
if [[ "$SPREAD_SYSTEM" == ubuntu-core-16-* ]]; then
prepare_all_snap
else
prepare_classic
fi
restore: |
$TESTSLIB/reset.sh
if [[ "$SPREAD_SYSTEM" != ubuntu-core-16-* ]]; then
apt-get purge -y snapd snap-confine ubuntu-core-launcher
fi
restore-each: |
$TESTSLIB/reset.sh --reuse-core
tests/upgrade/:
summary: Tests for snapd upgrade
systems: [-ubuntu-core-16-64-fixme, -ubuntu-core-16-64, -ubuntu-core-16-arm-64, -ubuntu-core-16-arm-32]
restore: |
if [ "$REMOTE_STORE" = staging ]; then
echo "skip upgrade tests while talking to the staging store"
exit 0
fi
apt-get purge -y snapd snap-confine ubuntu-core-launcher
restore-each: |
if [ "$REMOTE_STORE" = staging ]; then
echo "skip upgrade tests while talking to the staging store"
exit 0
fi
$TESTSLIB/reset.sh
# vim:ts=4:sw=4:et