Le sam. 1 févr. 2020 à 12:34, Steve Dower steve.dower@python.org a écrit :
I think we're at the point where it's probably okay to disable Azure Pipelines as a required check and replace it with the GitHub Actions checks.
More and more often, I'm waiting for Azure Pipelines to complete: it's currently the slowest "CI" (made of multiple jobs) on pull requests. But it seems like Azure Pipelines basically re-do the same tests which are already done on GitHub Actions: Windows (32 and 64-bit), macOS, Ubuntu, Docs.
GitHub Actions seem better integrated with GitHub.
Would it make sense to simply remove Azure Pipelines integration, to only keep GitHub Actions? It would allow to merge PRs faster.
Victor