forked from bazelbuild/continuous-integration
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
@@ -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 | ||
|
@@ -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 | ||
|