Skip to content

Commit

Permalink
Fixing load tuning sets
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysied authored Sep 24, 2019
1 parent 0d7d680 commit 6e80247
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions clusterloader2/testing/load/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ steps:
min: 1
max: 1
replicasPerNamespace: 1
tuningSet: RandomizedSaturationTimeLimited
tuningSet: RandomizedScalingTimeLimited
objectBundle:
- basename: daemonset
objectTemplatePath: daemonset.yaml
Expand All @@ -426,7 +426,7 @@ steps:
min: 1
max: {{$namespaces}}
replicasPerNamespace: 1
tuningSet: RandomizedSaturationTimeLimited
tuningSet: RandomizedScalingTimeLimited
objectBundle:
- basename: small-job
objectTemplatePath: job.yaml
Expand All @@ -437,7 +437,7 @@ steps:
min: 1
max: {{$namespaces}}
replicasPerNamespace: 1
tuningSet: RandomizedSaturationTimeLimited
tuningSet: RandomizedScalingTimeLimited
objectBundle:
- basename: medium-job
objectTemplatePath: job.yaml
Expand All @@ -448,7 +448,7 @@ steps:
min: 1
max: {{$namespaces}}
replicasPerNamespace: 1
tuningSet: RandomizedSaturationTimeLimited
tuningSet: RandomizedScalingTimeLimited
objectBundle:
- basename: big-job
objectTemplatePath: job.yaml
Expand Down

0 comments on commit 6e80247

Please sign in to comment.