Page MenuHomePhabricator

How to block `arc land` if build from differential revision failed
OpenPublic

Asked by OCram on May 25 2016, 1:07 PM.

Details

I would like to implement a workflow like this:

  1. Herald Rule for adding reviewers on new Diffs - works
  2. Run a build-plan (Executes a external Jenkins Build) an reports back the results - works
  3. Reviewer or Herald rule accepts the diff if the build was successful. - What kind of Herald rule is this?
  4. committer runs arc land - Block if the build failed - What kind of Herald rule is this?

Is there a way to do so?