Skip to content

Merge request pipeline flow

Mihai Patrascoiu requested to merge merge_request_pipeline into develop

Currently, when committing to a branch which has an active merge request, two pipelines are created:

  1. The pipeline associated with the commit for that current branch
  2. An "empty" pipeline associated with the merge request, with just the rpms job

This merge request will try to get rid of the "empty" pipeline. In the merge request, we'd like to see the correct pipeline, namely the one associated to the commit.

Edited by Mihai Patrascoiu

Merge request reports