Adding minimum instances to test data for update. Changing YAML de-serializing field name to match the name od the struct member and to decrease ambiguity.
This commit is contained in:
parent
090fdf1715
commit
82fe22e013
2 changed files with 5 additions and 4 deletions
|
@ -18,11 +18,12 @@ updateSettings:
|
|||
maxFailedInstances: 1
|
||||
minTimeInRunning: 1m
|
||||
rollbackOnFailure: true
|
||||
instanceCount: 1
|
||||
instanceRanges:
|
||||
- first: 1
|
||||
last: 4
|
||||
pulseTimeout: 1m
|
||||
strategy:
|
||||
batch:
|
||||
groupSize: 2
|
||||
autoPause: false
|
||||
variableBatch:
|
||||
groupSizes: [1,2,3]
|
||||
autoPause: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue