Fix the order of subsequent jobs when requeuing a job
When we requeue a job, we need to process subsequent skipped jobs, moreover, we need to do this in an order. Previously, we had an order by stage_idx but after introducing same-stage jobs, this disappeared. This is behind a FF ci_order_subsequent_jobs_by_stage.
Showing
Please register or sign in to comment