[issue39837] Remove Azure Pipelines from GitHub PRs

Brett Cannon report at bugs.python.org
Wed Apr 1 12:55:48 EDT 2020


Brett Cannon <brett at 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 <report at bugs.python.org>
<https://bugs.python.org/issue39837>
_______________________________________


More information about the Python-bugs-list mailing list