[stress testing] Support helm template Scenario objects #3208
Labels
Central-EngSys
This issue is owned by the Engineering System team.
Stress
This issue is related to stress testing, part of our reliability pillar.
Currently the stress chart boilerplate supports a list of strings for the "scenarios" field (docs). To enable some eventhubs cases (e.g. different partition counts per scenario), it would be useful to support a list of objects.
I'm not sure what the best UX is here. We could remove support for the list of strings type, at the cost of brevity in most configs, or we could add another field, or we could support some sort of type detection similar to azure pipelines variables syntax, where you can pass either a list of strings or a list of objects with
name
, etc. fields.The text was updated successfully, but these errors were encountered: