Skip to content

Commit b7c8d1a

Browse files
committed
[azure parallel] Disable coverage in all builds
1 parent 4d1b045 commit b7c8d1a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

azure-pipelines.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
pylatest_conda_forge_mkl:
133133
DISTRIB: 'conda'
134134
LOCK_FILE: './build_tools/azure/pylatest_conda_forge_mkl_linux-64_conda.lock'
135-
COVERAGE: 'true'
135+
COVERAGE: 'false'
136136
SKLEARN_TESTS_GLOBAL_RANDOM_SEED: '42' # default global random seed
137137
# Tests that require large downloads over the networks are skipped in CI.
138138
# Here we make sure, that they are still run on a regular basis.
@@ -214,6 +214,7 @@ jobs:
214214
pylatest_pip_openblas_pandas:
215215
DISTRIB: 'conda-pip-latest'
216216
LOCK_FILE: './build_tools/azure/pylatest_pip_openblas_pandas_linux-64_conda.lock'
217+
COVERAGE: 'false'
217218
CHECK_PYTEST_SOFT_DEPENDENCY: 'true'
218219
SKLEARN_WARNINGS_AS_ERRORS: '1'
219220
SKLEARN_TESTS_GLOBAL_RANDOM_SEED: '3' # non-default seed
@@ -238,7 +239,7 @@ jobs:
238239
debian_atlas_32bit:
239240
DOCKER_CONTAINER: 'i386/debian:11.2'
240241
DISTRIB: 'debian-32'
241-
COVERAGE: "true"
242+
COVERAGE: "false"
242243
LOCK_FILE: './build_tools/azure/debian_atlas_32bit_lock.txt'
243244
# disable pytest xdist due to unknown bug with 32-bit container
244245
PYTEST_XDIST_VERSION: 'none'

build_tools/azure/posix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
CCACHE_DIR: $(Pipeline.Workspace)/ccache
2121
CCACHE_COMPRESS: '1'
2222
PYTEST_XDIST_VERSION: 'latest'
23-
COVERAGE: 'true'
23+
COVERAGE: 'false'
2424
CREATE_ISSUE_ON_TRACKER: 'true'
2525
strategy:
2626
matrix:

0 commit comments

Comments
 (0)