-
Notifications
You must be signed in to change notification settings - Fork 139
/
Copy pathinstances.yml
70 lines (70 loc) · 2.48 KB
/
instances.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Note that the hostnames are parsed and trigger specific behavior for different use cases.
# The following parts have a special meaning:
#
# - bk: This is a production VM running the Buildkite agent.
# - pipeline: This is a special production VM that only runs pipeline setup
# scripts.
# - testing: This is a shared VM that can be used by project members for
# experiments. It does not run the Buildkite agent.
# - trusted: This is a special production VM that has additional access to
# secrets.
# - worker: This is a worker VM running normal CI jobs.
#
---
default_vm:
boot_disk_size: 500GB
boot_disk_type: pd-ssd
machine_type: c2-standard-30
network: default
region: us-central1
restart-on-failure: False
scopes: cloud-platform
zone: us-central1-f
image_project: bazel-public
tags: health-check
health_check: buildkite-check
initial_delay: 60
instance_groups:
- name: bk-docker
count: 100
project: bazel-untrusted
service_account: [email protected]
image_family: bk-docker
metadata_from_file: startup-script=startup-docker-pdssd.sh
- name: bk-testing-docker
count: 30
project: bazel-untrusted
service_account: [email protected]
image_family: bk-testing-docker
metadata_from_file: startup-script=startup-docker-pdssd.sh
- name: bk-trusted-docker
count: 8
project: bazel-public
service_account: [email protected]
image_family: bk-docker
metadata_from_file: startup-script=startup-docker-pdssd.sh
- name: bk-windows
count: 30
project: bazel-untrusted
service_account: [email protected]
image_family: bk-windows
metadata_from_file: windows-startup-script-ps1=startup-windows-pdssd.ps1
- name: bk-testing-windows
count: 10
project: bazel-untrusted
service_account: [email protected]
image_family: bk-testing-windows
metadata_from_file: windows-startup-script-ps1=startup-windows-pdssd.ps1
- name: bk-trusted-windows
count: 4
project: bazel-public
service_account: [email protected]
image_family: bk-windows
metadata_from_file: windows-startup-script-ps1=startup-windows-pdssd.ps1
physical_clusters:
- name: buildkite-imacpro
count: 20
- name: bk-testing-macpro
count: 4
- name: bk-trusted-macpro
count: 4