This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients brett.cannon, miss-islington, ned.deily, python-dev, steve.dower, vstinner
Date 2020-04-29.00:27:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588120072.35.0.157152032914.issue39837@roundup.psfhosted.org>
In-reply-to
Content
> Sadly, I had to close/reopen my PR since there is no button to only restart the failure job, or even restart all Azure Pipeline jobs. This retrigger all CI jobs :-(

Sadly (again), closing/reopening a PR re-runs all CIs. At the first run, GH Action macOS job passed. At the second run, the "Tests" step of GH Action macOS job, but I'm clueless with its logs:

https://github.com/python/cpython/pull/19776/checks?check_run_id=627916923

2020-04-28T23:33:03.5559341Z ##[section]Starting: Request a runner to run this job
2020-04-28T23:33:04.1879823Z Requesting a hosted runner in current repository's account/organization with labels: 'macos-latest', require runner match: True
2020-04-28T23:33:04.2799035Z Labels matched hosted runners has been found, waiting for one of them get assigned for this job.
2020-04-28T23:33:04.3183702Z ##[section]Finishing: Request a runner to run this job

On the web UI, I see that 6 steps completed, only the last "Tests" step failed. But can't I see logs of other steps?

I would prefer to be able to merge a PR even when Azure Pipelines fails: make the job optional.

Hopefully, GH Action macOS job is optional and so I can merge my PR ;-)

Note: I'm not sure if it's the right place to report GH Action macOS failure, but it seems to be related to Azure Pipelines.
History
Date User Action Args
2020-04-29 00:27:52vstinnersetrecipients: + vstinner, brett.cannon, ned.deily, python-dev, steve.dower, miss-islington
2020-04-29 00:27:52vstinnersetmessageid: <1588120072.35.0.157152032914.issue39837@roundup.psfhosted.org>
2020-04-29 00:27:52vstinnerlinkissue39837 messages
2020-04-29 00:27:52vstinnercreate