-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch 'mark-as-processable' into 'master'
Make all future skipped builds as processable when retrying a build ## What does this MR do? Makes a builds that are marked as skipped when a pipeline is processed to be reprocessed by changing their's state to created. ## Why was this MR needed? Currently retry is broken. When you retry a build of pipeline it will succeed and be marked as succeeded, when the next stages should be triggered. Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/21066 See merge request !5879
No related branches found
No related tags found
Pipeline #
Showing
- app/models/ci/build.rb 1 addition, 0 deletionsapp/models/ci/build.rb
- app/models/ci/pipeline.rb 4 additions, 0 deletionsapp/models/ci/pipeline.rb
- app/models/commit_status.rb 4 additions, 0 deletionsapp/models/commit_status.rb
- spec/services/ci/process_pipeline_service_spec.rb 43 additions, 3 deletionsspec/services/ci/process_pipeline_service_spec.rb
Please register or sign in to comment