File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ modified_clone: &MODIFIED_CLONE
22
22
23
23
24
24
linux_aarch64_test_task :
25
+ use_compute_credits : $CIRRUS_USER_COLLABORATOR == 'true'
25
26
compute_engine_instance :
26
27
image_project : cirrus-images
27
28
image : family/docker-builder-arm64
@@ -66,6 +67,7 @@ linux_aarch64_test_task:
66
67
67
68
68
69
macos_arm64_test_task :
70
+ use_compute_credits : $CIRRUS_USER_COLLABORATOR == 'true'
69
71
depends_on :
70
72
- linux_aarch64_test
71
73
macos_instance :
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ build_and_store_wheels: &BUILD_AND_STORE_WHEELS
11
11
# #####################################################################
12
12
13
13
linux_aarch64_task :
14
+ use_compute_credits : $CIRRUS_USER_COLLABORATOR == 'true'
14
15
compute_engine_instance :
15
16
image_project : cirrus-images
16
17
image : family/docker-builder-arm64
@@ -52,6 +53,7 @@ linux_aarch64_task:
52
53
# #####################################################################
53
54
54
55
macosx_arm64_task :
56
+ use_compute_credits : $CIRRUS_USER_COLLABORATOR == 'true'
55
57
macos_instance :
56
58
image : ghcr.io/cirruslabs/macos-monterey-xcode:14
57
59
matrix :
@@ -101,6 +103,7 @@ macosx_arm64_task:
101
103
# #####################################################################
102
104
103
105
wheels_upload_task :
106
+ use_compute_credits : $CIRRUS_USER_COLLABORATOR == 'true'
104
107
# Artifacts don't seem to be persistent from task to task.
105
108
# Rather than upload wheels at the end of each cibuildwheel run we do a
106
109
# final upload here. This is because a run may be on different OS for
You can’t perform that action at this time.
0 commit comments