Commit 9955780
committed
fix(slurmCI): clone args map to isolate parallel branch state
Parallel matrix branches share the same oneStep object from config.steps.
The previous code held a direct reference to oneStep.args, so args.remove()
and template resolution overwrote values visible to all sibling branches.
Cloning the map gives each branch its own copy.
Signed-off-by: Daniel Pressler <danielpr@nvidia.com>1 parent e279ab9 commit 9955780
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments