[python-committers] Accept a PR but only push it once tests pass?
Brett Cannon
brett at python.org
Tue Feb 14 12:38:04 EST 2017
On Tue, 14 Feb 2017 at 09:19 Senthil Kumaran <senthil at uthcode.com> wrote:
> On Tue, Feb 14, 2017 at 9:10 AM, Victor Stinner
> <victor.stinner at gmail.com> wrote:
> > Would it be possible to modify the workflow of GitHub pull requests to
> > allow to click on Merge, but only merge a PR once tests complete and
> > only if tests pass?
>
> Yes, that is possible.
>
> I am +1 in doing that. I hope others are on the same page. If in
> agreement, I will enable that in github.
>
> It's called "Require status checks to pass before merging" and we can
> enable travis-ci to go green before allowing to merge.
>
The reason I didn't turn that on to begin with was I wanted to wait until
we had proven to ourselves that our test suite was stable enough to not
block PRs on a regular basis due to some flaky test. If people feel the
tests are passing consistently when they should then I'm all for flipping
on this protection.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-committers/attachments/20170214/e18130d5/attachment.html>
More information about the python-committers
mailing list