(original) (raw)
On Fri, 25 May 2018 at 14:01 Steve Dower <steve.dower@python.org> wrote:
On 25May2018 1043, Brett Cannon wrote:
\> (and because people often forget to do \`git pull --prune\`), and two
\> because it eats up our CI (which is especially precious while we are
\> still on AppVeyor and the turn-around time there is so long).
Don't we have branch filters on CI? (I certainly put them on the VSTS
builds, and I thought they were there on AppVeyor/Travis too.)
We have filters for Travis, not sure about AppVeyor. I think the branch that triggered this was also immediately opened as a PR and pushing to the branch updates the PR and so that also didn't help matters either.
But regardless, making everyone download the branch is still a bit annoying
-Brett
Cheers,
Steve