Brett Cannon <br...@python.org> added the comment:

> Is it possible to make Travis CI required and make Azure Pipelines not 
> required?

Yes, but I don't want to to do that as we have had equivalent flakiness issues 
with Travis which is why it isn't required ATM.

The only way to prevent flaky CI from blocking anything is to simply make no CI 
required and trust core devs not to merge unless they are certain they know why 
a CI run failed (although I don't know what that does to miss-islington). 
Passed that is being extremely specific about what CI is considered stable 
enough to block on an would probably need to be down to the OS level on top of 
what is being tested.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39837>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to