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.

classification
Title: AppVeyor didn't start on my PR 7365
Type: Stage: resolved
Components: Tests Versions:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: vstinner
Priority: normal Keywords:

Created on 2018-06-04 00:55 by vstinner, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Messages (3)
msg318591 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-06-04 00:55
I created the PR 7365:
https://github.com/python/cpython/pull/7365

AppVeyor job is required to pass to allow me to merge my PR. But AppVeyor job didn't start: 

"continuous-integration/appveyor/pr Expected — Waiting for status to be reported"

I cannot find any job related to my PR in the AppVeyor history:
https://ci.appveyor.com/project/python/cpython/history

The latest build was 5 hours ago.

See also bpo-33764.
msg318599 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-06-04 01:13
> See also bpo-33764.

Some AppVeyor builds failed recently with:

"Build exceeded allowed resource quotas. Fix your build to consume less resources or contact AppVeyor support to request quotas increase."

Maybe we reached quotas and so AppVeyor will no longer spawn new builds in the next 24 hours?
msg318805 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2018-06-06 09:42
AppVeyor is back! I close the issue.
History
Date User Action Args
2022-04-11 14:59:01adminsetgithub: 77946
2018-06-06 09:42:50vstinnersetstatus: open -> closed
resolution: fixed
messages: + msg318805

stage: resolved
2018-06-04 01:13:50vstinnersetmessages: + msg318599
2018-06-04 00:55:45vstinnercreate