forked from datalad/datalad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
269 lines (258 loc) · 10.5 KB
/
.travis.yml
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
# vim ft=yaml
# travis-ci.org definition for DataLad build
language: python
services:
- docker
python:
- 3.7
cache:
- apt
env:
global:
# will be used in the matrix, where neither other variable is used
- BOTO_CONFIG=/tmp/nowhere
- DATALAD_TESTS_SSH=1
- DATALAD_LOG_ENV=GIT_SSH_COMMAND
- TESTS_TO_PERFORM=datalad
# Should be an array, travis breaks on it, define/adjust in the "before_install"
#- NOSE_OPTS=( -v )
# Note, that there's "turtle" as well, which is always excluded from
# running on Travis.
- NOSE_SELECTION="integration or usecase or slow or network"
- NOSE_SELECTION_OP="not " # so it would be "not (integration or usecase)"
- DATALAD_DATASETS_TOPURL=https://datasets-tests.datalad.org
# How/which git-annex we install. conda's build would be the fastest, but it must not
# get ahead in PATH to not shadow travis' python
- _DL_ANNEX_INSTALL_SCENARIO="miniconda --batch git-annex=8.20201007 -m conda"
matrix:
include:
# Additional custom ones
- python: 3.8
# Single run for Python 3.7
env:
# Run all tests in a single whoop here
# We cannot have empty -A selector, so the one which always will be fulfilled
- NOSE_SELECTION=
- NOSE_SELECTION_OP=not
# To test https://github.com/datalad/datalad/pull/4342 fix.
# From our testing in that PR seems to have no effect, but kept around since should not hurt.
- LC_ALL=ru_RU.UTF-8
- python: 3.9
dist: bionic # Xenial doesn't have 3.8 pre-installed (only 3.8-dev).
env:
- NOSE_SELECTION=
- NOSE_SELECTION_OP=not
- python: '3.10'
dist: focal
env:
- NOSE_SELECTION=
- NOSE_SELECTION_OP=not
- if: type = cron
python: 3.7
# Single run for Python 3.7
env:
# Run all tests in a single whoop here
# We cannot have empty -A selector, so the one which always will be fulfilled
- NOSE_SELECTION=
- NOSE_SELECTION_OP=not
- python: 3.7
# Split runs for v6 since a single one is too long now
env:
- NOSE_SELECTION_OP=not
- DATALAD_SSH_MULTIPLEX__CONNECTIONS=0
- _DL_ANNEX_INSTALL_SCENARIO="miniconda --batch git-annex=8.20210310 -m conda"
- python: 3.7
env:
- NOSE_SELECTION_OP=""
- DATALAD_SSH_MULTIPLEX__CONNECTIONS=0
- _DL_ANNEX_INSTALL_SCENARIO="miniconda --batch git-annex=8.20210310 -m conda"
# To test https://github.com/datalad/datalad/pull/4342 fix in case of no "not" for NOSE.
# From our testing in that PR seems to have no effect, but kept around since should not hurt.
- LANG=bg_BG.UTF-8
- python: 3.7
# Run slow etc tests under a single tricky scenario
env:
- _DL_TMPDIR="/var/tmp/sym link"
- NOSE_SELECTION_OP=""
# And the leading - in filenames for the most challenge
- DATALAD_TESTS_OBSCURE_PREFIX=-
- DATALAD_LOG_TRACEBACK=collide # just a smoke test for now
- python: 3.7
# A run loaded with various customizations to smoke test those functionalities
# apparently moving symlink outside has different effects on abspath
# see https://github.com/datalad/datalad/issues/878
env:
# eventually: - _DL_TMPDIR="/var/tmp/sym ссылка"
- _DL_TMPDIR="/var/tmp/sym link"
# and obscure the names more a bit
- DATALAD_TESTS_OBSCURE_PREFIX=-
# By default no logs will be output. This one is to test with log output at INFO level
- DATALAD_LOG_LEVEL=INFO
- DATALAD_LOG_TRACEBACK=1 # just a smoke test for now
- DATALAD_LOG_VMEM=1
- DATALAD_RUNTIME_MAX__BATCHED=2
- DATALAD_RUNTIME_MAX__INACTIVE__AGE=10
- python: 3.7
# By default no logs will be output. This one is to test with low level but dumped to /dev/null
env:
- DATALAD_LOG_LEVEL=2
- DATALAD_LOG_TARGET=/dev/null
- DATALAD_TESTS_PROTOCOLREMOTE=1
- DATALAD_TESTS_DATALADREMOTE=1
- DATALAD_LOG_CWD=1
- DATALAD_LOG_OUTPUTS=1
- DATALAD_LOG_ENV=1
- DATALAD_LOG_STDIN=1
- DATALAD_TESTS_UI_BACKEND=console
- DATALAD_TESTS_OBSCURE_PREFIX=-
- DATALAD_SEED=1
- GIT_AUTHOR_DATE="Thu, 07 Apr 2005 22:13:13 +0200"
- GIT_AUTHOR_NAME=blah
- GIT_AUTHOR_EMAIL=committer@example.com
- GIT_COMMITTER_DATE="Thu, 07 Apr 2005 22:13:13 +0200"
- GIT_COMMITTER_NAME=blah
- GIT_COMMITTER_EMAIL=committer@example.com
- python: 3.7
# Test some under NFS mount (only selected sub-set)
env:
# do not run SSH-based tests due to stall(s)
# https://github.com/datalad/datalad/pull/4172
- DATALAD_TESTS_SSH=0
- _DL_TMPDIR="/tmp/nfsmount"
- TESTS_TO_PERFORM="datalad.tests datalad.support"
#
# The ones to run only on weekends against master.
# They will not contribute to coverage etc, but might lead to failed status
#
# run with minimal supported git-annex version as defined in AnnexRepo.GIT_ANNEX_MIN_VERSION
# TODO: ATM we do not have that minimal version as a Debian package in
# snapshots!
- if: type = cron
python: 3.7
env:
- _DL_ANNEX_INSTALL_SCENARIO="miniconda --batch git-annex=8.20200309 -m conda"
# Run with git's master branch rather the default one on the system.
- if: type = cron
python: 3.7
env:
- DATALAD_USE_DEFAULT_GIT=1
- _DL_UPSTREAM_GIT=1
# Run with our reported minimum Git version.
- if: type = cron
python: 3.7
env:
- DATALAD_USE_DEFAULT_GIT=1
- _DL_MIN_GIT=1
- PATH="$PWD/git-src/bin-wrappers/:$PATH"
- if: type = cron
python: 3.7
env:
# to test operation under root since also would consider FS "crippled" due to
# ability to rewrite R/O files
- NOSE_WRAPPER="sudo -E"
# no key authentication for root:
- DATALAD_TESTS_SSH=0
- if: type = cron
python: 3.7
env:
- DATALAD_TESTS_NONETWORK=1
# must operate nicely with those env variables set
- http_proxy=
- https_proxy=
- if: type = cron
python: 3.7
# Test under NFS mount (full, only in master)
env:
- _DL_TMPDIR="/tmp/nfsmount"
allow_failures:
# Test under NFS mount (full, only in master)
- if: type = cron
python: 3.7
env:
- _DL_TMPDIR="/tmp/nfsmount"
# Causes complete laptop or travis instance crash atm, but survives in a docker
# need to figure it out (looks like some PID explosion)
# - python: 3.7
# # we would need to migrate to boto3 to test it fully, but SSH should work
# env:
# - DATALAD_TESTS_SSH=1
# - UNSET_S3_SECRETS=1
before_install:
- NOSE_OPTS=( )
# If we requested to run only not slow (typically <10sec) tests, fail if a test
# takes 3x more than that - it needs to get @slow or @turtle annotation
- if echo "$NOSE_SELECTION_OP($NOSE_SELECTION)" | grep -q "^not.*slow"; then
NOSE_OPTS=( "${NOSE_OPTS[@]}" --with-doctest --with-timer --timer-ok 5 --timer-warning 30 --timer-fail error --timer-filter warning,error );
export DATALAD_TESTS_SETUP_TESTREPOS=1;
fi
# Just in case we need to check if nfs is there etc
- sudo lsmod
# The ultimate one-liner setup for NeuroDebian repository
- bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
- travis_retry sudo apt-get update -qq
- travis_retry sudo apt-get install eatmydata # to speedup some installations
- tools/ci/prep-travis-forssh.sh
- tools/ci/debians_disable_outdated_ssl_cert
# Install various basic depedencies
- travis_retry sudo eatmydata apt-get install zip pandoc p7zip-full
# needed for tests of patool compression fall-back solution
- travis_retry sudo eatmydata apt-get install xz-utils
- travis_retry sudo eatmydata apt-get install shunit2
# for metadata support
- travis_retry sudo eatmydata apt-get install exempi
# Configure _DL_TMPDIR before trying install git-annex -- script might use it
- if [[ "${_DL_TMPDIR:-}" =~ .*/sym\ link ]]; then echo "Symlinking $_DL_TMPDIR"; ln -s /tmp "$_DL_TMPDIR"; fi
- if [[ "${_DL_TMPDIR:-}" =~ .*/d\ i\ r ]]; then echo "mkdir $_DL_TMPDIR"; mkdir -p "$_DL_TMPDIR"; fi
- if [[ "${_DL_TMPDIR:-}" =~ .*/nfsmount ]]; then echo "mkdir $_DL_TMPDIR"; mkdir -p "$_DL_TMPDIR" "${_DL_TMPDIR}_"; echo "/tmp/nfsmount_ localhost(rw)" | sudo bash -c 'cat - > /etc/exports'; sudo apt-get install -y nfs-kernel-server; sudo exportfs -a; sudo mount -t nfs localhost:/tmp/nfsmount_ /tmp/nfsmount; fi
# Maybe build install custom git.
- if [ ! -z "${_DL_UPSTREAM_GIT:-}" ]; then source tools/ci/install-upstream-git.sh; fi
- if [ ! -z "${_DL_MIN_GIT:-}" ]; then tools/ci/install-minimum-git.sh; fi
# Install git-annex
- pip install datalad-installer
- eval datalad-installer --sudo ok -E new.env ${_DL_ANNEX_INSTALL_SCENARIO}
- source new.env && cat new.env >> ~/.bashrc
- pip install --upgrade pip
install:
- git config --global user.email "test@travis.land"
- git config --global user.name "Travis Almighty"
- cd ..; pip install -q codecov; cd -
- pip install -r requirements-devel.txt
# So we could test under sudo -E with PATH pointing to installed location
- sudo sed -i -e 's/^Defaults.*secure_path.*$//' /etc/sudoers
# git-annex workaround. TODO: remove - should not be needed
- if [[ "${_DL_TMPDIR:-}" =~ .*/nfsmount ]]; then sudo git config --system annex.pidlock true ; fi
script:
# Now it should be safe to point TMPDIR to a "tricky" setup just for the purpose of testing
- if [ -n "${_DL_TMPDIR:-}" ]; then export TMPDIR="${_DL_TMPDIR}"; fi
# Test installation for user
- sudo pip install --user .
# Report WTF information using system wide installed version
- datalad wtf
- mkdir -p __testhome__
- cd __testhome__
# Run tests
- http_proxy=
PATH=$PWD/../tools/coverage-bin:$PATH
$NOSE_WRAPPER python -W error::DeprecationWarning:^datalad
-m nose "${NOSE_OPTS[@]}"
-A "$NOSE_SELECTION_OP($NOSE_SELECTION) and not(turtle)"
--with-doctest
--with-cov --cover-package datalad
--logging-level=INFO
$TESTS_TO_PERFORM
- cd ..
after_success:
# cron jobs test more and then PRs will be falling behind since they would not
# trigger some codepaths. So submit coverage only from non-cron jobs, but report for all
- cd __testhome__;
- python -m coverage combine -a /tmp/.coverage-entrypoints-*;
- python -m coverage report;
- if [ ! ${TRAVIS_EVENT_TYPE} = "cron" ]; then
codecov;
fi
# makes it only more difficult to comprehend the failing output. Enable only when necessary
# for a particular debugging
#after_failure:
# - if [ ! -z "$DATALAD_TESTS_NONETWORK" ]; then sudo route add -net 0.0.0.0 netmask 0.0.0.0 dev lo; fi
# - DATALAD_LOG_LEVEL=DEBUG $NOSE_WRAPPER `which nosetests` -s -v --with-doctest --with-cov --cover-package datalad --logging-level=DEBUG
# - if [ ! -z "$DATALAD_TESTS_NONETWORK" ]; then sudo route del -net 0.0.0.0 netmask 0.0.0.0 dev lo; fi