Skip to content

Commit 8970d7c

Browse files
authored
Merge pull request #35035 from jackfrancis/azure-dra
scalability: dra tests with azure prefixes
2 parents c8a4993 + 8d88490 commit 8970d7c

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
periodics:
2-
- name: ci-kubernetes-e2e-dra-scalability
2+
- name: ci-kubernetes-e2e-azure-dra-scalability
33
tags:
4-
- "perfDashPrefix: dra-100Nodes"
4+
- "perfDashPrefix: azure-dra-100Nodes"
55
- "perfDashBuildsCount: 270"
66
- "perfDashJobType: performance"
77
cluster: eks-prow-build-cluster
@@ -104,10 +104,10 @@ periodics:
104104
memory: "9Gi"
105105
annotations:
106106
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
109109
tags:
110-
- "perfDashPrefix: dra-100Nodes-with-workload"
110+
- "perfDashPrefix: azure-dra-100Nodes-with-workload"
111111
- "perfDashBuildsCount: 270"
112112
- "perfDashJobType: performance"
113113
cluster: eks-prow-build-cluster
@@ -180,6 +180,9 @@ periodics:
180180
value: "Standard_D8s_v3"
181181
- name: TEST_WINDOWS
182182
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"
183186
- name: "CONTROL_PLANE_MACHINE_COUNT"
184187
value: "5"
185188
- name: WINDOWS_WORKER_MACHINE_COUNT
@@ -204,11 +207,8 @@ periodics:
204207
value: "3s"
205208
- name: CL2_LONG_JOB_RUNNING_TIME
206209
value: "45m"
207-
# Don't install Azure disk CSI driver as it's installed using a HelmChartProxy
208210
- name: PROMETHEUS_PVC_STORAGE_CLASS
209211
value: "default"
210-
- name: DEPLOY_AZURE_CSI_DRIVER
211-
value: "false"
212212
resources:
213213
requests:
214214
cpu: "6"
@@ -218,4 +218,4 @@ periodics:
218218
memory: "9Gi"
219219
annotations:
220220
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

Comments
 (0)