Skip to content

Commit

Permalink
Merge pull request #1817 from freehan/l4lb
Browse files Browse the repository at this point in the history
share timeout config on LB creation and nodesync steps
  • Loading branch information
k8s-ci-robot authored Jun 2, 2021
2 parents ed3b7fc + 6d5f4f8 commit 37d776f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions clusterloader2/testing/l4lb/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
{{$EXTERNAL_TRAFFIC_POLICY := DefaultParam .CL2_EXTERNAL_TRAFFIC_POLICY "Cluster"}}
# $NODE_SYNC_TIMEOUT specifies the timeout to wait for nodesync to complete
{{$NODE_SYNC_TIMEOUT := DefaultParam .CL2_NODE_SYNC_TIMEOUT "30m"}}
# L4LB_SYNC_TIMEOUT specifies the timeout to wait for LB creation to complete
{{$L4LB_SYNC_TIMEOUT := DefaultParam .CL2_L4LB_SYNC_TIMEOUT "30m"}}

# adding a fixed value for first version of the test, rate of pod creation not a concern yet.
{{$lbQPS := 20}}
{{$namespaces := 1}}
Expand All @@ -27,6 +30,7 @@ steps:
Params:
action: start
labelSelector: test = l4lb-load
waitTimeout: {{$L4LB_SYNC_TIMEOUT}}
- Identifier: WaitForRunningDeployments
Method: WaitForControlledPodsRunning
Params:
Expand Down

0 comments on commit 37d776f

Please sign in to comment.