Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2cb5cd6

Browse files
committed
reduce number of cpus cirrus ci linux [cd build]
1 parent dae79a0 commit 2cb5cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build_tools/cirrus/arm_wheel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ linux_arm64_wheel_task:
4646
image: family/docker-builder-arm64
4747
architecture: arm64
4848
platform: linux
49-
cpu: 4
49+
cpu: 2
5050
memory: 4G
5151
env:
5252
CONFTEST_PATH: ${CIRRUS_WORKING_DIR}/conftest.py
5353
CONFTEST_NAME: conftest.py
5454
CIBW_ENVIRONMENT: SKLEARN_SKIP_NETWORK_TESTS=1
55-
SKLEARN_BUILD_PARALLEL=5
55+
SKLEARN_BUILD_PARALLEL=3
5656
CIBW_TEST_COMMAND: bash {project}/build_tools/wheels/test_wheels.sh
5757
CIBW_TEST_REQUIRES: pytest pandas threadpoolctl pytest-xdist
5858
CIBW_BUILD_VERBOSITY: 1

0 commit comments

Comments
 (0)