Skip to content

Commit

Permalink
Upgrade Linux & Windows CI fleet
Browse files Browse the repository at this point in the history
- Migrate all machines from  c2-standard-30 to c3d-standard-30
- Grow Linux pool from 100 to 200
- Grow Windows pool from 30 to 60
- Update image creation machine from c2-standard-8 to c3d-standard-8

Progress towards bazelbuild#2089
  • Loading branch information
fweikert committed Oct 29, 2024
1 parent 6829be2 commit 740bf0c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion buildkite/create_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def create_instance(instance_name, params):
instance_name,
project=params["project"],
zone=params["zone"],
machine_type="c2-standard-8",
machine_type="c3d-standard-8",
network=params.get("network", "default"),
metadata_from_file=startup_script,
boot_disk_type="pd-ssd",
Expand Down
6 changes: 3 additions & 3 deletions buildkite/instances.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
default_vm:
boot_disk_size: 500GB
boot_disk_type: pd-ssd
machine_type: c2-standard-30
machine_type: c3d-standard-30
network: default
region: us-central1
restart-on-failure: False
Expand All @@ -26,7 +26,7 @@ default_vm:
initial_delay: 60
instance_groups:
- name: bk-docker
count: 100
count: 200
project: bazel-untrusted
service_account: [email protected]
image_family: bk-docker
Expand All @@ -44,7 +44,7 @@ instance_groups:
image_family: bk-docker
metadata_from_file: startup-script=startup-docker-pdssd.sh
- name: bk-windows
count: 30
count: 60
project: bazel-untrusted
service_account: [email protected]
image_family: bk-windows
Expand Down

0 comments on commit 740bf0c

Please sign in to comment.