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:
Renan DelValle 2020-05-07 20:19:26 -07:00
parent 090fdf1715
commit 82fe22e013
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
2 changed files with 5 additions and 4 deletions

View file

@ -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