File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
config/jobs/kubernetes/sig-scalability/DRA Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,10 @@ periodics:
72
72
value : " Standard_D8s_v3"
73
73
- name : TEST_WINDOWS
74
74
value : " false"
75
+ - name : MONITORING_MACHINE_COUNT
76
+ value : " 1" # One monitoring machine for prometheus server
77
+ - name : AZURE_LOCATION
78
+ value : " canadacentral" # Use canadacentral for proximity to prow container
75
79
# Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
76
80
- name : DEPLOY_AZURE_CSI_DRIVER
77
81
value : " false"
@@ -190,6 +194,10 @@ periodics:
190
194
value : " Standard_D8s_v3"
191
195
- name : TEST_WINDOWS
192
196
value : " false"
197
+ - name : MONITORING_MACHINE_COUNT
198
+ value : " 1" # One monitoring machine for prometheus server
199
+ - name : AZURE_LOCATION
200
+ value : " canadacentral" # Use canadacentral for proximity to prow container
193
201
# Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
194
202
- name : DEPLOY_AZURE_CSI_DRIVER
195
203
value : " false"
Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ presubmits:
72
72
value : " Standard_D8s_v3"
73
73
- name : TEST_WINDOWS
74
74
value : " false"
75
+ - name : MONITORING_MACHINE_COUNT
76
+ value : " 1" # One monitoring machine for prometheus server
75
77
# Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
76
78
- name : DEPLOY_AZURE_CSI_DRIVER
77
79
value : " false"
@@ -172,6 +174,8 @@ presubmits:
172
174
value : " Standard_D8s_v3"
173
175
- name : TEST_WINDOWS
174
176
value : " false"
177
+ - name : MONITORING_MACHINE_COUNT
178
+ value : " 1" # One monitoring machine for prometheus server
175
179
# Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
176
180
- name : DEPLOY_AZURE_CSI_DRIVER
177
181
value : " false"
@@ -287,6 +291,8 @@ presubmits:
287
291
value : " Standard_D2s_v3"
288
292
- name : TEST_WINDOWS
289
293
value : " false"
294
+ - name : MONITORING_MACHINE_COUNT
295
+ value : " 1" # One monitoring machine for prometheus server
290
296
# Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
291
297
- name : DEPLOY_AZURE_CSI_DRIVER
292
298
value : " false"
You can’t perform that action at this time.
0 commit comments