-
Notifications
You must be signed in to change notification settings - Fork 29
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
chore: 🤖 Use repo vars to determine the runner size #2724
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
e9bcb82
to
2ec0b24
Compare
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.
🚀
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.
Thanks for taking care!!
None blocking comment: I do see the latest Validate Monorepo workflow was cancelled, do we have a successful run where it uses the desired runners? |
|
2ec0b24
to
63a9cc3
Compare
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.
looks good!
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.
Nice work!!
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.
Thanks for the work, I left a none blocing comment/question 🙌
Description
Change the jobs to use a repo var to determine the runner size. Private repos and public repos have different default sizing so we'll need to vary them. See this thread
Currently I have boundary-ui set to use
"ubuntu-latest"
and enterprise to use["self-hosted", "ubuntu-latest-x64"]