Parallelize on_stop job definitions
Problem to solve
Stop jobs are not automatically parallelized. The user has to manually define them as on_stop: stop_job_name $CI_NODE_INDEX/$CI_NODE_TOTAL instead of on_stop: stop_job_name
Proposal
If the stop_job_name job is parallelized we could automatically expand on_stop job definitions to on_stop: stop_job_name $CI_NODE_INDEX/$CI_NODE_TOTAL.
What does success look like, and how can we measure that?
on_stop job definitions are automatically parallelized.