Skip to content

ci: use big runners #4990

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

Merged
merged 16 commits into from
Nov 13, 2022
Merged

ci: use big runners #4990

merged 16 commits into from
Nov 13, 2022

Conversation

ammario
Copy link
Member

@ammario ammario commented Nov 9, 2022

Just got access to GitHub's big runner beta.

@ammario ammario requested a review from kylecarbs November 9, 2022 22:23
@ammario
Copy link
Member Author

ammario commented Nov 10, 2022

@kylecarbs there's a test that seems to always fail on Windows. I guess our tests rely on Windows being slow.

@ammario ammario force-pushed the big-runners branch 2 times, most recently from f684b61 to 007ed21 Compare November 10, 2022 18:16
kylecarbs and others added 2 commits November 10, 2022 18:19
It's possible that this was the source of a leak on Windows...
@ammario
Copy link
Member Author

ammario commented Nov 10, 2022

@kylecarbs this is ready for review again.

@ammario ammario enabled auto-merge (squash) November 10, 2022 18:21
@ammario
Copy link
Member Author

ammario commented Nov 10, 2022

@kylecarbs — nvm, more Windows race failures.

This awaits connection ping before running a dial. Before,
we were hitting the TCP retransmission and handshake timeouts,
which could intermittently add 1 or 5 seconds to a connection
being initialized.
@kylecarbs kylecarbs disabled auto-merge November 13, 2022 20:22
@@ -276,7 +276,7 @@ jobs:

test-go:
name: "test/go"
runs-on: ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || matrix.os }}
runs-on: ${{ matrix.os == 'ubuntu-latest' && github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || matrix.os == 'windows-2022' && github.repository_owner == 'coder' && 'windows-latest-8-cores'|| matrix.os }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should change the other runners too!

@kylecarbs kylecarbs merged commit 73f91e4 into main Nov 13, 2022
@kylecarbs kylecarbs deleted the big-runners branch November 13, 2022 20:23
@github-actions github-actions bot locked and limited conversation to collaborators Nov 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants