Issue 33765: AppVeyor didn't start on my PR 7365 (original) (raw)

Issue33765

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:01 admin set github: 77946
2018-06-06 09:42:50 vstinner set status: open -> closedresolution: fixedmessages: + stage: resolved
2018-06-04 01:13:50 vstinner set messages: +
2018-06-04 00:55:45 vstinner create