A Matrix step can be configured such that each steplet runs on its own build node in the same node pool. This helps in reducing execution time and ensures efficient use of available resources.
This can be done by setting multiNode to true. Default value is false.
Multi-node Matrix Example
steps:
- name: step_1
type: Matrix
stepMode: Bash
configuration:
multiNode: true
stepletMultipliers:
environmentVariables:
- foo: foo
- bar: bar