Skip to content

Commit

Permalink
Merge pull request #720 from wojtek-t/slower_pod_startup
Browse files Browse the repository at this point in the history
Create pods slower in storage tests
  • Loading branch information
k8s-ci-robot authored Jul 31, 2019
2 parents 30d3344 + a3c44c6 commit 7737559
Showing 1 changed file with 8 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
{{$PROVISION_VOLUME := DefaultParam .PROVISION_VOLUME false}}
{{$VOL_SIZE := DefaultParam .VOL_SIZE "8Gi"}}
{{$WAIT_FOR_PVC := DefaultParam .WAIT_FOR_PVC false}}
{{$POD_THROUGHPUT := DefaultParam .POD_THROUGHPUT 10}}
# TODO(hantaowang): remove knob after deciding on right values
{{$POD_STARTUP_TIMEOUT := DefaultParam .POD_STARTUP_TIMEOUT "15m"}}
{{$POD_STARTUP_SLO := DefaultParam .POD_STARTUP_SLO 300}}
Expand All @@ -31,9 +32,9 @@
name: storage-{{$TEST_NAME}}
automanagedNamespaces: {{$namespaces}}
tuningSets:
- name: Sequence
parallelismLimitedLoad:
parallelismLimit: 1
- name: UniformQPS
qpsLoad:
qps: {{$POD_THROUGHPUT}}
steps:
# Start measurements
- measurements:
Expand Down Expand Up @@ -63,7 +64,7 @@ steps:
min: 1
max: {{$namespaces}}
replicasPerNamespace: {{$volumesPerNamespace}}
tuningSet: Sequence
tuningSet: UniformQPS
objectBundle:
- basename: vol
objectTemplatePath: {{$VOLUME_TEMPLATE_PATH}}
Expand All @@ -87,7 +88,7 @@ steps:
min: 1
max: {{$namespaces}}
replicasPerNamespace: {{$podsPerNamespace}}
tuningSet: Sequence
tuningSet: UniformQPS
objectBundle:
- basename: pod
objectTemplatePath: {{$POD_TEMPLATE_PATH}}
Expand All @@ -107,7 +108,7 @@ steps:
min: 1
max: {{$namespaces}}
replicasPerNamespace: 0
tuningSet: Sequence
tuningSet: UniformQPS
objectBundle:
- basename: pod
objectTemplatePath: {{$POD_TEMPLATE_PATH}}
Expand All @@ -118,7 +119,7 @@ steps:
min: 1
max: {{$namespaces}}
replicasPerNamespace: 0
tuningSet: Sequence
tuningSet: UniformQPS
objectBundle:
- basename: vol
objectTemplatePath: {{$VOLUME_TEMPLATE_PATH}}
Expand Down

0 comments on commit 7737559

Please sign in to comment.