Re: Review Request 71559: Added early exit in reviewbot if nothing to review.

2019-10-01 Thread Vinod Kone

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71559/#review218009
---


Ship it!




Ship It!

- Vinod Kone


On Sept. 30, 2019, 1:06 p.m., Benjamin Bannier wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/71559/
> ---
> 
> (Updated Sept. 30, 2019, 1:06 p.m.)
> 
> 
> 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
> 
>



Re: Review Request 71559: Added early exit in reviewbot if nothing to review.

2019-09-30 Thread Mesos Reviewbot

---
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71559/#review217993
---



Patch looks great!

Reviews applied: [71559]

Passed command: export OS='ubuntu:14.04' BUILDTOOL='autotools' COMPILER='gcc' 
CONFIGURATION='--verbose --disable-libtool-wrappers 
--disable-parallel-test-execution' ENVIRONMENT='GLOG_v=1 MESOS_VERBOSE=1'; 
./support/docker-build.sh

- Mesos Reviewbot


On Sept. 30, 2019, 1:06 p.m., Benjamin Bannier wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/71559/
> ---
> 
> (Updated Sept. 30, 2019, 1:06 p.m.)
> 
> 
> 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
> 
>



Review Request 71559: Added early exit in reviewbot if nothing to review.

2019-09-30 Thread Benjamin Bannier

---
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