-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macos CI queues for a very long time #69
Comments
Not our bug, IIRC Github Actions throttled usage of their macOS VMs recently due to a scheduled maintenance. Everything should be normal by now, and if it's still queuing for a long time please raise the issue to Github. |
that would explain the larger queueing time; but what about the larger running time for macos? (this excludes queueing time) |
The majority of time seems to be spent in EDIT: #70 demonstrated consistent timing between all branch/OSes when |
fixed by #70 ; thanks! |
if this happens again, check CI logs, eg:
|
macos jobs seem to take at least 30mn to start running (queueing time)
example 1:
in #64:
Fusion CI / macos-amd64 (1.0.0) (pull_request) Successful in 8m
Fusion CI / linux-i386 (1.0.0) (pull_request) Successful in 1m
ditto with all other jobs, macos is always the straggler by far
example 2:
in #67 all macos jobs queue for a long time (even after i restart all CI)
The text was updated successfully, but these errors were encountered: