1
1
periodics :
2
- - name : ci-kubernetes-e2e-dra-scalability
2
+ - name : ci-kubernetes-e2e-azure- dra-scalability
3
3
tags :
4
- - " perfDashPrefix: dra-100Nodes"
4
+ - " perfDashPrefix: azure- dra-100Nodes"
5
5
- " perfDashBuildsCount: 270"
6
6
- " perfDashJobType: performance"
7
7
cluster : eks-prow-build-cluster
@@ -104,10 +104,10 @@ periodics:
104
104
memory : " 9Gi"
105
105
annotations :
106
106
testgrid-dashboards : sig-scalability-dra
107
- testgrid-tab-name : dra-master-scalability-100
108
- - name : ci-kubernetes-e2e-dra-with-workload-scalability
107
+ testgrid-tab-name : azure- dra-master-scalability-100
108
+ - name : ci-kubernetes-e2e-azure- dra-with-workload-scalability
109
109
tags :
110
- - " perfDashPrefix: dra-100Nodes-with-workload"
110
+ - " perfDashPrefix: azure- dra-100Nodes-with-workload"
111
111
- " perfDashBuildsCount: 270"
112
112
- " perfDashJobType: performance"
113
113
cluster : eks-prow-build-cluster
@@ -180,6 +180,9 @@ periodics:
180
180
value : " Standard_D8s_v3"
181
181
- name : TEST_WINDOWS
182
182
value : " false"
183
+ # Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
184
+ - name : DEPLOY_AZURE_CSI_DRIVER
185
+ value : " false"
183
186
- name : " CONTROL_PLANE_MACHINE_COUNT"
184
187
value : " 5"
185
188
- name : WINDOWS_WORKER_MACHINE_COUNT
@@ -204,11 +207,8 @@ periodics:
204
207
value : " 3s"
205
208
- name : CL2_LONG_JOB_RUNNING_TIME
206
209
value : " 45m"
207
- # Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
208
210
- name : PROMETHEUS_PVC_STORAGE_CLASS
209
211
value : " default"
210
- - name : DEPLOY_AZURE_CSI_DRIVER
211
- value : " false"
212
212
resources :
213
213
requests :
214
214
cpu : " 6"
@@ -218,4 +218,4 @@ periodics:
218
218
memory : " 9Gi"
219
219
annotations :
220
220
testgrid-dashboards : sig-scalability-dra
221
- testgrid-tab-name : dra-with-workload-master-scalability-100
221
+ testgrid-tab-name : azure- dra-with-workload-master-scalability-100
0 commit comments