Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Linux & Windows CI fleet #2090

Merged
merged 1 commit into from
Oct 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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