Skip to content

CI Reduce parallelism for [cd build] and [arm64] on travis #19330

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 2, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ env:
- CIBW_BUILD_VERBOSITY=1
- CIBW_TEST_REQUIRES="pytest pytest-xdist threadpoolctl"
- CIBW_TEST_COMMAND="bash {project}/build_tools/travis/test_wheels.sh"
- CIBW_ENVIRONMENT="CPU_COUNT=8
- CIBW_ENVIRONMENT="CPU_COUNT=2
OMP_NUM_THREADS=2
OPENBLAS_NUM_THREADS=2
SKLEARN_BUILD_PARALLEL=8
SKLEARN_BUILD_PARALLEL=3
SKLEARN_SKIP_NETWORK_TESTS=1"

jobs:
Expand All @@ -43,7 +43,7 @@ jobs:
arch: arm64
if: commit_message =~ /\[arm64\]/
env:
- CPU_COUNT=8
- CPU_COUNT=4

# Linux environments to build the scikit-learn wheels for the ARM64
# architecture and Python 3.6 and newer. This is used both at release time
Expand Down