diff options
author | mattip <matti.picus@gmail.com> | 2022-11-28 18:36:20 +0200 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2022-11-28 18:36:20 +0200 |
commit | 5fd6a7d66ac594f95a7a994de8e7795a38890258 (patch) | |
tree | 119f13badd6734016ac37bf01d184f810b5093a7 /tools | |
parent | 407ff757c9b8c40f417962d113192244f4f222aa (diff) | |
download | numpy-5fd6a7d66ac594f95a7a994de8e7795a38890258.tar.gz |
BUILD: tweak configuration, run set_travis_vars
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ci/cirrus_general.yml | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/tools/ci/cirrus_general.yml b/tools/ci/cirrus_general.yml index 2a51f5ba8..5e9da9560 100644 --- a/tools/ci/cirrus_general.yml +++ b/tools/ci/cirrus_general.yml @@ -11,13 +11,13 @@ build_and_store_wheels: &BUILD_AND_STORE_WHEELS # Build linux_aarch64 natively ###################################################################### -cirrus_wheels_linux_aarch64_task: +linux_aarch64_task: compute_engine_instance: image_project: cirrus-images image: family/docker-builder-arm64 architecture: arm64 platform: linux - cpu: 4 + cpu: 2 memory: 8G matrix: # build in a matrix because building and testing all four wheels in a @@ -46,17 +46,18 @@ cirrus_wheels_linux_aarch64_task: # Upload all wheels ###################################################################### -cirrus_wheels_upload_task: +wheels_upload_task: # Artifacts don't seem to be persistent from task to task. # Rather than upload wheels at the end of each cibuildwheel run we do a # final upload here. This is because a run may be on different OS for # which bash, etc, may not be present. depends_on: - - cirrus_wheels_linux_aarch64 + - linux_aarch64 compute_engine_instance: image_project: cirrus-images image: family/docker-builder platform: linux + cpu: 1 env: NUMPY_STAGING_UPLOAD_TOKEN: ENCRYPTED[!5a69522ae0c2af9edb2bc1cdfeaca6292fb3666d9ecd82dca0615921834a6ce3b702352835d8bde4ea2a9ed5ef8424ac!] @@ -84,5 +85,6 @@ cirrus_wheels_upload_task: unzip wheels.zip source ./tools/wheels/upload_wheels.sh + set_travis_vars set_upload_vars upload_wheels # Will be skipped if not a push/tag/scheduled build |