Uh oh!
There was an error while loading. Please reload this page.
bpo-39837: Remove .azure-pipelines/ directory - #18769
Conversation
Remove the Azure Pipelines integration: now superseded by GitHub actions which already runs the same jobs on Azure as well.
vstinner
commented
Mar 3, 2020
@zooba@brettcannon: Is there a reason to keep the Azure Pipelines job on GitHub PRs? If not, would mind to have a look at this PR? This PR removes .azure-pipelines/ directory which contains 32 files: I don't know if .github/workflows/ is related to GitHub actions for Azure or not: |
vstinner
commented
Mar 3, 2020
Hum, there is still a "Azure Pipelines PR" job on this PR. Maybe something should be changed in https://github.com/python/cpython/ administration page to disable/remove Azure Pipelines. |
brettcannon
commented
Mar 3, 2020
If we decide to merge this I have to switch off the required status check for Azure Pipelines and turn it on for GH Actions. |
vstinner
commented
Mar 3, 2020
Oh, I expected GH Actions to also be required. Is it possible to choose per job? Like having Windows (x64) required, but macOS "non voting" (not required) for example? The macOS job on Azure had some issues in the last months (seems to be solved now, but it's just an example). |
Remove the Azure Pipelines integration: now superseded by GitHub
actions which already runs the same jobs on Azure as well.
https://bugs.python.org/issue39837