Re: How to do add-on merge requests and get a pipeline to run?
Werner LEMBERG <[email protected]>
| Newsgroups | gmane.comp.gnu.lilypond.devel |
|---|---|
| Message-ID | <[email protected]> |
> I added
>
> <https://gitlab.com/lilypond/lilypond/-/merge_requests/3115>
>
> which is based on
>
> <https://gitlab.com/lilypond/lilypond/-/merge_requests/3111>
>
> and the view of the commits on top of that other merge requests
> looks ok. However, Gitlab does not appear to start a pipeline here.
I think that you have to physically add the commits from MR 3111
before the commits of MR 3115 to make the pipeline get executed (and
tell the users in the MR description to ignore these commits). It
seems that gitlab's CI doesn't support the case where you want to
merge branch A into an arbitrary branch B. Branch B must always be
'master' AFAICS.
Maybe Jonas knows more.
Werner