[Integrated] RFR: merge-bot: allow specs to define dependencies

Erik Helin ehelin at openjdk.java.net
Mon Apr 27 13:45:10 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

This pull request has now been integrated.

Changeset: 2dca7b7f
Author:    Erik Helin <ehelin at openjdk.org>
URL:       https://git.openjdk.java.net/skara/commit/2dca7b7f
Stats:     240 lines in 3 files changed: 0 ins; 233 del; 7 mod

merge-bot: allow specs to define dependencies

Reviewed-by: rwestberg

-------------

PR: https://git.openjdk.java.net/skara/pull/600


More information about the skara-dev mailing list