-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Hosted macOS workflows will experience longer wait times the week of December 14th. #2247
Comments
Good luck on your work. I wonder, if there will be any discounts on macOS hosted github-actions in this time interval? |
Does this maintenance include fixing the network issues with macOS? |
The problem is that there is no way to re-run individual jobs in GitHub Actions so far. EDIT: This means that discounts only on macOS-hosted GitHub Actions would not remediate the problem because the only way to re-run those jobs is to re-run the entire workflow, incurring additional cost for jobs that run on non-macOS platforms (because they will have to be re-run, even if they had already run, and succeeded). |
Volleyball geil |
Thank you |
Nice |
Quite bad timing knowing that App Store Connect is going on holiday next week and everyone rushes to release their apps. |
Thanks for the warning! |
I'm also facing network issues when installing yarn packages on a MacOS runner. I get error messages similar to the ones shown by @styfle , has this issue been identified and will the maintenance try to fix it, or should I raise it to the Github support? |
@styfle actually it's a bug from yarn. yarnpkg/yarn#8242 The reason for this bug is that the macOS host disk is slow, and extra large number of files from npm package such as Maybe you have already observed that this issue always happened on |
@Brooooooklyn Its not just yarn that fails, all network requests fail eventually. Even spawning a server on localhost will sometimes fail with ECONNREFUSED. |
@styfle can you provide repro steps? I want to try and chase that down. |
@nodeselector Thanks! The yarn issue should be easy to reproduce because it fails early. Create a repo with this package.json and yarn.lock in the root. And then create a workflow that runs on:
push:
branches:
- master
tags:
- '!*'
pull_request:
jobs:
test:
timeout-minutes: 15
strategy:
fail-fast: false
matrix:
os: [macos-latest]
node: [10, 12]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 100
- uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node }}
- run: yarn install |
Awesome indeed. |
The maintenance for this week is now complete! If there are continued issues, please let us know by creating new issues because they will be unrelated to this maintenance cycle. Thanks for your patience everyone! |
HiengoKu |
How can I stop my phone from causing anymore problems?
…On Tue, Dec 15, 2020, 8:24 PM RegaMask ***@***.***> wrote:
@regarding <https://github.com/regarding> hawkery here @regamask
<https://github.com/regamask>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#2247 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ASDGLLDOOUQJ73TUTH2A273SVAK7VANCNFSM4UWWVY4A>
.
|
Can someone help me or not?
…On Mon, Dec 21, 2020, 8:31 AM Gina Henderson ***@***.***> wrote:
How can I stop my phone from causing anymore problems?
On Tue, Dec 15, 2020, 8:24 PM RegaMask ***@***.***> wrote:
> @regarding <https://github.com/regarding> hawkery here @regamask
> <https://github.com/regamask>
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#2247 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ASDGLLDOOUQJ73TUTH2A273SVAK7VANCNFSM4UWWVY4A>
> .
>
|
@thejoebourneidentity It's Jan 2, and wait times on macOS 11.0 runners still seem to be very long. Is this because of a general scarcity of Big Sur runners or is there ongoing maintenance on those? |
I’m seeing over an hour wait in the queue for my workflows on a paid, private repository. |
My workflow with two jobs on a PR now shows three checks, two passing and one failing. One of them is the original Ubuntu job, which started instantly. The failing one is the original macOS job, which sat in the queue for almost 2 hours until it was cancelled, and now reports as a failed check on the PR, making it unclear for maintainers. The other passing check is the automatically restarted macOS job, which completed two hours after the original Ubuntu job completed, which was soon after the PR push. This is a public repository, however. |
@richiksc @tonyarnold @tonyarnold refer to created issue #2381 |
Could someone from GitHub please update this issue and let us know what's happening with the extremely long queue times for macOS 11 runners? I'm at a bit of a standstill with basic CI taking over an hour every time it's run. |
Same issue here, queue times are really long on mac-os hosted machines. (around 1h to start the workflow when it doesn't "check fail") Can we get an ETA on a resolution for this? |
now that actions/runner-images#2247 appears to be fixed
Migraines |
Breaking changes
GitHub's macOS datacenter is performing scheduled maintenance December 14-18. During this time customers may experience longer than normal wait times for their macOS workflows to begin.
Target date
December 14-18
Possible impact
Jobs using any of the macOS virtual environments may experience longer than normal queue times. In some cases it's possible workflows will time out, be cancelled, and need to be restarted.
Virtual environments affected
The text was updated successfully, but these errors were encountered: