Skip to content

Block concurrent pipeline processings

Kamil Trzciński requested to merge block-concurrent-pipeline-processings into master

What does this MR do?

It's possible that two builds that succeed at the same will try to concurrently process pipeline. This can lead to scenario when it will fail to trigger next stages.

This MR makes sure that process of updating is blocking.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/21263

Merge request reports