Skip to content

Commit c61b69c

Browse files
committed
DRA scalability: separate node for prometheus, canadacentral azure region
1 parent 92c03ce commit c61b69c

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

config/jobs/kubernetes/sig-scalability/DRA/sig-scalability-periodic-dra.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@ periodics:
7272
value: "Standard_D8s_v3"
7373
- name: TEST_WINDOWS
7474
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
7579
# Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
7680
- name: DEPLOY_AZURE_CSI_DRIVER
7781
value: "false"
@@ -190,6 +194,10 @@ periodics:
190194
value: "Standard_D8s_v3"
191195
- name: TEST_WINDOWS
192196
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
193201
# Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
194202
- name: DEPLOY_AZURE_CSI_DRIVER
195203
value: "false"

config/jobs/kubernetes/sig-scalability/DRA/sig-scalability-presubmit-dra-capz.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ presubmits:
7272
value: "Standard_D8s_v3"
7373
- name: TEST_WINDOWS
7474
value: "false"
75+
- name: MONITORING_MACHINE_COUNT
76+
value: "1" # One monitoring machine for prometheus server
7577
# Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
7678
- name: DEPLOY_AZURE_CSI_DRIVER
7779
value: "false"
@@ -172,6 +174,8 @@ presubmits:
172174
value: "Standard_D8s_v3"
173175
- name: TEST_WINDOWS
174176
value: "false"
177+
- name: MONITORING_MACHINE_COUNT
178+
value: "1" # One monitoring machine for prometheus server
175179
# Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
176180
- name: DEPLOY_AZURE_CSI_DRIVER
177181
value: "false"
@@ -287,6 +291,8 @@ presubmits:
287291
value: "Standard_D2s_v3"
288292
- name: TEST_WINDOWS
289293
value: "false"
294+
- name: MONITORING_MACHINE_COUNT
295+
value: "1" # One monitoring machine for prometheus server
290296
# Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
291297
- name: DEPLOY_AZURE_CSI_DRIVER
292298
value: "false"

0 commit comments

Comments
 (0)