RFR: merge-bot: allow specs to define dependencies
Robin Westberg
rwestberg at openjdk.java.net
Fri Apr 24 11:45:14 UTC 2020
On Fri, 24 Apr 2020 11:39:35 GMT, Erik Helin <ehelin at openjdk.org> wrote:
> Hi all,
>
> please review this patch that allow the specifications for the merge bot to:
>
> 1. Have a name
> 2. Specify the names of other specifications as dependencies
>
> The above means that the merge bot now can express a bit more complicated
> merges, such as "only merge the branch `feature` into branch `demo` if the merge
> of branch `feature-vm` into branch `feature` _and_ the merge of branch
> `feature-lang` into branch `feature` succeeded".
>
> Testing:
> - `make test` passes on Linux x64
>
> Thanks,
> Erik
Looks good!
-------------
Marked as reviewed by rwestberg (Reviewer).
PR: https://git.openjdk.java.net/skara/pull/600
More information about the skara-dev
mailing list