----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/71559/ -----------------------------------------------------------
Review request for mesos and Vinod Kone. Repository: mesos Description ------- The current reviewbot setup always makes sure that the `master` branch can be built before verifying any reviews. This takes considerable time. With this patch we now avoid any builds if no reviews need to be verified. While detecting reviews requiring verification takes some time, it is currently much faster than building Mesos. With this setup we should now finish this job much faster in the usual case (nothing needs verification) while taking only on the order of a minute longer otherwise. Diffs ----- support/jenkins/reviewbot.sh c5b497634cb9754fa19c5af3f579ceae25ab912d Diff: https://reviews.apache.org/r/71559/diff/1/ Testing ------- Verified early exit by running locally. Thanks, Benjamin Bannier
