Skip to content

stack/resilient: pass all parameters to all requested instances

Thomas Gambier requested to merge resilience_all_parameters into master

for now the parameters of the root instance were only given to the export instance (the main one) and not the other.

This created a bug in the resilient webrunner because for example instance-amount parameter is needed also in runner1.

Merge request reports