Skip to content

Commit

Permalink
Merge pull request kubernetes#811 from krzysied/patch-1
Browse files Browse the repository at this point in the history
Fixing load tuning sets
  • Loading branch information
k8s-ci-robot authored Sep 24, 2019
2 parents 489f24c + 6e80247 commit 6a8f8d6
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 6a8f8d6

Please sign in to comment.