Skip to content

Commit e07112d

Browse files
lestevepunndcoder28
authored andcommitted
CI Add summary about failures and errors in most builds (scikit-learn#26847)
1 parent 7d07f87 commit e07112d

File tree

5 files changed

+0
-8
lines changed

5 files changed

+0
-8
lines changed

azure-pipelines.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ jobs:
171171
DISTRIB: 'conda'
172172
LOCK_FILE: './build_tools/azure/pylatest_conda_forge_mkl_linux-64_conda.lock'
173173
COVERAGE: 'true'
174-
SHOW_SHORT_SUMMARY: 'true'
175174
SKLEARN_TESTS_GLOBAL_RANDOM_SEED: '42' # default global random seed
176175

177176
# Check compilation with Ubuntu 22.04 LTS (Jammy Jellyfish) and scipy from conda-forge

build_tools/azure/posix-docker.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
# Set in azure-pipelines.yml
2323
DISTRIB: ''
2424
DOCKER_CONTAINER: ''
25-
SHOW_SHORT_SUMMARY: 'false'
2625
CREATE_ISSUE_ON_TRACKER: 'true'
2726
CCACHE_DIR: $(Pipeline.Workspace)/ccache
2827
CCACHE_COMPRESS: '1'

build_tools/azure/posix.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ jobs:
2222
PYTEST_XDIST_VERSION: 'latest'
2323
COVERAGE: 'true'
2424
CREATE_ISSUE_ON_TRACKER: 'true'
25-
SHOW_SHORT_SUMMARY: 'false'
2625
strategy:
2726
matrix:
2827
${{ insert }}: ${{ parameters.matrix }}

build_tools/azure/test_script.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,6 @@ if [[ "$PYTEST_XDIST_VERSION" != "none" ]]; then
7575
TEST_CMD="$TEST_CMD -n$XDIST_WORKERS"
7676
fi
7777

78-
if [[ "$SHOW_SHORT_SUMMARY" == "true" ]]; then
79-
TEST_CMD="$TEST_CMD -ra"
80-
fi
81-
8278
if [[ -n "$SELECTED_TESTS" ]]; then
8379
TEST_CMD="$TEST_CMD -k $SELECTED_TESTS"
8480

setup.cfg

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ addopts =
2020
# correctly on the CI when running `pytest --pyargs sklearn` from the
2121
# source folder.
2222
-p sklearn.tests.random_seed
23-
-rN
2423

2524
filterwarnings =
2625
ignore:the matrix subclass:PendingDeprecationWarning

0 commit comments

Comments
 (0)