@@ -22,9 +22,10 @@ steps:
2222 - command : .buildkite/scripts/steps/build_kibana.sh
2323 label : Build Kibana Distribution
2424 agents :
25- machineType : n2-standard-8
25+ machineType : c4d-standard-16
26+ diskType : hyperdisk-balanced
2627 preemptible : true
27- spotZones : northamerica-northeast2-b, us-central1-c,us-central1-a
28+ spotZones : us-central1-c,us-central1-a
2829 diskSizeGb : 200
2930 key : build
3031 if : " build.env('KIBANA_BUILD_ID') == null || build.env('KIBANA_BUILD_ID') == ''"
@@ -37,9 +38,10 @@ steps:
3738 - command : .buildkite/scripts/steps/quick_checks.sh
3839 label : ' Quick Checks'
3940 agents :
40- machineType : n2-highcpu-8
41+ machineType : c4d-standard-8
42+ diskType : hyperdisk-balanced
4143 preemptible : true
42- spotZones : northamerica-northeast2-b, us-central1-c,us-central1-a
44+ spotZones : us-central1-c,us-central1-a
4345 diskSizeGb : 105
4446 key : quick_checks
4547 timeout_in_minutes : 60
@@ -52,9 +54,10 @@ steps:
5254 label : ' Checks'
5355 key : checks
5456 agents :
55- machineType : n2-standard-2
57+ machineType : c4d-standard-2
58+ diskType : hyperdisk-balanced
5659 preemptible : true
57- spotZones : northamerica-northeast2-b, us-central1-c,us-central1-a
60+ spotZones : us-central1-c,us-central1-a
5861 diskSizeGb : 105
5962 timeout_in_minutes : 60
6063 retry :
@@ -65,9 +68,10 @@ steps:
6568 - command : .buildkite/scripts/steps/lint.sh
6669 label : ' Linting'
6770 agents :
68- machineType : n2-standard-16
71+ machineType : c4d-standard-16
72+ diskType : hyperdisk-balanced
6973 preemptible : true
70- spotZones : northamerica-northeast2-b, us-central1-c,us-central1-a
74+ spotZones : us-central1-c,us-central1-a
7175 diskSizeGb : 105
7276 key : linting
7377 timeout_in_minutes : 60
@@ -79,9 +83,10 @@ steps:
7983 - command : .buildkite/scripts/steps/lint_with_types.sh
8084 label : ' Linting (with types)'
8185 agents :
82- machineType : n2-standard-32
86+ machineType : c4d-standard-32
87+ diskType : hyperdisk-balanced
8388 preemptible : true
84- spotZones : northamerica-northeast2-b, us-central1-c,us-central1-a
89+ spotZones : us-central1-c,us-central1-a
8590 diskSizeGb : 105
8691 key : linting_with_types
8792 timeout_in_minutes : 60
@@ -106,10 +111,10 @@ steps:
106111 - command : .buildkite/scripts/steps/typecheck/check_types.sh
107112 label : ' Check Types'
108113 agents :
109- machineType : c4 -standard-4
114+ machineType : c4d -standard-4
110115 diskType : hyperdisk-balanced
111116 preemptible : true
112- spotZones : northamerica-northeast2-b, us-central1-c,us-central1-a
117+ spotZones : us-central1-c,us-central1-a
113118 diskSizeGb : 105
114119 key : check_types
115120 timeout_in_minutes : 60
0 commit comments