-
- 下载
Merge branch 'zillemarco-cancel-pipeline-on-job-failure' into 'master'
Cancel a pipeline when configured to auto cancel on first job failure See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/141812 Merged-by:Allison Browne <abrowne@gitlab.com> Approved-by:
Allison Browne <abrowne@gitlab.com> Reviewed-by:
Furkan Ayhan <furkanayhn@gmail.com> Reviewed-by:
Marco Zille <marco.zille@gmail.com> Reviewed-by:
Allison Browne <abrowne@gitlab.com> Co-authored-by:
Marco Zille <marco.zille@gmail.com>
显示
- app/models/ci/pipeline.rb 5 个添加, 1 个删除app/models/ci/pipeline.rb
- app/workers/all_queues.yml 9 个添加, 0 个删除app/workers/all_queues.yml
- app/workers/ci/build_finished_worker.rb 16 个添加, 0 个删除app/workers/ci/build_finished_worker.rb
- app/workers/ci/user_cancel_pipeline_worker.rb 27 个添加, 0 个删除app/workers/ci/user_cancel_pipeline_worker.rb
- config/sidekiq_queues.yml 2 个添加, 0 个删除config/sidekiq_queues.yml
- spec/models/ci/pipeline_spec.rb 32 个添加, 0 个删除spec/models/ci/pipeline_spec.rb
- spec/workers/ci/build_finished_worker_spec.rb 93 个添加, 1 个删除spec/workers/ci/build_finished_worker_spec.rb
- spec/workers/ci/user_cancel_pipeline_worker_spec.rb 160 个添加, 0 个删除spec/workers/ci/user_cancel_pipeline_worker_spec.rb
加载中
想要评论请 注册 或 登录