1. 11 Jan, 2022 1 commit
    • Furkan Ayhan's avatar
      Fix the order of subsequent jobs when requeuing a job · d02c2225
      Furkan Ayhan authored
      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.
      d02c2225
  2. 10 Jan, 2022 39 commits