Skip to content

Commit 12e033f

Browse files
authored
Revert "Upgrade Linux & Windows CI fleet (#2090)" (#2096)
This reverts commit 9b86972. Reason: need to adjust quota first
1 parent cea5db3 commit 12e033f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

buildkite/create_images.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def create_instance(instance_name, params):
101101
instance_name,
102102
project=params["project"],
103103
zone=params["zone"],
104-
machine_type="c3d-standard-8",
104+
machine_type="c2-standard-8",
105105
network=params.get("network", "default"),
106106
metadata_from_file=startup_script,
107107
boot_disk_type="pd-ssd",

buildkite/instances.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
default_vm:
1515
boot_disk_size: 500GB
1616
boot_disk_type: pd-ssd
17-
machine_type: c3d-standard-30
17+
machine_type: c2-standard-30
1818
network: default
1919
region: us-central1
2020
restart-on-failure: False
@@ -26,7 +26,7 @@ default_vm:
2626
initial_delay: 60
2727
instance_groups:
2828
- name: bk-docker
29-
count: 200
29+
count: 100
3030
project: bazel-untrusted
3131
service_account: [email protected]
3232
image_family: bk-docker
@@ -44,7 +44,7 @@ instance_groups:
4444
image_family: bk-docker
4545
metadata_from_file: startup-script=startup-docker-pdssd.sh
4646
- name: bk-windows
47-
count: 60
47+
count: 30
4848
project: bazel-untrusted
4949
service_account: [email protected]
5050
image_family: bk-windows

0 commit comments

Comments
 (0)