Skip to content

gitlab: highlight marge-bot queue in MRs and ask to not abuse CI pipelines

David Heidelberg requested to merge dh/mesa:merge-queue-warning into main

What does this MR do and why?

Adding one checkbox which informs developers, that they shouldn't abuse pipelines, because otherwise pre-merge tests having hard time.

Personally I don't expect this will need stick here forever, but for now I see reasonable value to alert about overloaded CI infrastructure, which we can solve by two ways: 1. reduce test coverage (less devices used) or 2. reduce number of concurrent runs of non-pre-merge pipelines.

  • By creating this MR, I agree not to run the pipeline manually unless necessary, and merge queue is empty.
gitlab: highlight marge-bot queue in MRs and ask to not abuse CI pipelines

Signed-off-by: David Heidelberg <david.heidelberg@collabora.com>
Edited by David Heidelberg

Merge request reports