- Notifications
You must be signed in to change notification settings - Fork1k
ci: upgrade runners#9689
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
ci: upgrade runners#9689
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Per DataDog, I've doubled the resources given to our bottlenecked jobs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This PR is a hotfix and has been automatically approved.
- ✅ Base is main
- ✅ Has hotfix label
- ✅ Head is from coder/coder
- ✅ Less than 100 lines
deploy: | ||
name:"deploy" | ||
runs-on:${{ github.repository_owner == 'coder' && 'buildjet-8vcpu-ubuntu-2204' || 'ubuntu-latest' }} | ||
runs-on:${{ github.repository_owner == 'coder' && 'buildjet-16vcpu-ubuntu-2204' || 'ubuntu-latest' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
This seems kinda moot sincedeploy
only runs on main and it doesn't matter that much how long it takes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
My thinking is if it’s well parallelized then it costs the same to give it more resources.
Uh oh!
There was an error while loading.Please reload this page.
ci: upgrade runners
Per DataDog, I've doubled the resources given to our bottlenecked jobs.