Skip to content

Commit

Permalink
Merge pull request #1806 from rahulii/remove-deprecated-automanagedna…
Browse files Browse the repository at this point in the history
…mespaces

Migrated automanaged namespaces in node-throughput and windows-test tests
  • Loading branch information
k8s-ci-robot committed Jun 7, 2021
2 parents 37d776f + 8fe3e1a commit fbadf20
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion clusterloader2/testing/node-throughput/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
{{$OPERATION_TIMEOUT := DefaultParam .OPERATION_TIMEOUT "15m"}}

name: node-throughput
automanagedNamespaces: {{$POD_COUNT}}
namespace:
number: {{$POD_COUNT}}
tuningSets:
- name: UniformQPS
qpsLoad:
Expand Down
3 changes: 2 additions & 1 deletion clusterloader2/testing/windows-tests/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fbadf20

Please sign in to comment.