Skip to content

Commit b7ada4f

Browse files
authored
Shrink untrusted ARM64 Docker pools (#2285)
Our current quota only allows 80 cores. Progress towards #2272
1 parent ae95a45 commit b7ada4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildkite/instances.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ instance_groups:
4444
image_family: bk-docker
4545
metadata_from_file: startup-script=startup-docker-pdssd.sh
4646
- name: bk-docker-arm64
47-
count: 20
47+
count: 8
4848
project: bazel-untrusted
4949
service_account: [email protected]
5050
image_family: bk-docker-arm64
@@ -53,7 +53,7 @@ instance_groups:
5353
zone: us-central1-c
5454
boot_disk_type: hyperdisk-balanced
5555
- name: bk-testing-docker-arm64
56-
count: 10
56+
count: 2
5757
project: bazel-untrusted
5858
service_account: [email protected]
5959
image_family: bk-testing-docker-arm64

0 commit comments

Comments
 (0)