Skip to content

Fix processing of events when build finished.

What does this MR do?

Update pipeline after processing builds. Otherwise we can get into scenario where pipeline will be marked as running.

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

This solves a quite significant regression in Pipeline processing.

Proper fix is to move all this to Sidekiq Worker and process pipeline there. I'll do it after 8.12 release.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Merge request reports