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

Erik Helin ehelin at openjdk.java.net
Fri Apr 24 12:34:20 UTC 2020


> 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

Erik Helin has updated the pull request incrementally with one additional commit since the last revision:

  Add tests

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

Changes:
  - all: https://git.openjdk.java.net/skara/pull/600/files
  - new: https://git.openjdk.java.net/skara/pull/600/files/9753233f..6ff97178

Webrevs:
 - full: https://webrevs.openjdk.java.net/skara/600/webrev.01
 - incr: https://webrevs.openjdk.java.net/skara/600/webrev.00-01

  Stats: 181 lines in 1 file changed: 181 ins; 0 del; 0 mod
  Patch: https://git.openjdk.java.net/skara/pull/600.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/600/head:pull/600

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


More information about the skara-dev mailing list