From 8fe3e1aa9f48dcac4021dc22b58bbf45ff68a36c Mon Sep 17 00:00:00 2001 From: Rahul Sawra Date: Tue, 18 May 2021 16:48:25 +0530 Subject: [PATCH] Migrated automanaged namespaces in node-throughput and windows-test tests --- clusterloader2/testing/node-throughput/config.yaml | 3 ++- clusterloader2/testing/windows-tests/config.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/clusterloader2/testing/node-throughput/config.yaml b/clusterloader2/testing/node-throughput/config.yaml index cd37971538..995e44e2dc 100644 --- a/clusterloader2/testing/node-throughput/config.yaml +++ b/clusterloader2/testing/node-throughput/config.yaml @@ -9,7 +9,8 @@ {{$OPERATION_TIMEOUT := DefaultParam .OPERATION_TIMEOUT "15m"}} name: node-throughput -automanagedNamespaces: {{$POD_COUNT}} +namespace: + number: {{$POD_COUNT}} tuningSets: - name: UniformQPS qpsLoad: diff --git a/clusterloader2/testing/windows-tests/config.yaml b/clusterloader2/testing/windows-tests/config.yaml index 31221250a3..2883f6c7ba 100644 --- a/clusterloader2/testing/windows-tests/config.yaml +++ b/clusterloader2/testing/windows-tests/config.yaml @@ -9,7 +9,8 @@ {{$OPERATION_TIMEOUT := DefaultParam .CL2_OPERATION_TIMEOUT "90m"}} name: node-throughput -automanagedNamespaces: {{$POD_COUNT}} +namespace: + number: {{$POD_COUNT}} tuningSets: - name: UniformQPS qpsLoad: