Skip to content
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

Restrict CI runners from runs-on to 8GB #15030

Conversation

straight-shoota
Copy link
Member

The initial configuration used larger instance types to exclude memory issues as a failure condition. Now we have a stable configuration, we can reduce the instance size to 8GB memory to use cheaper machines. This should still be plenty to build the compiler and run specs.

@straight-shoota straight-shoota added this to the 1.14.0 milestone Sep 24, 2024
@straight-shoota straight-shoota merged commit 9df6760 into crystal-lang:master Sep 25, 2024
65 checks passed
@straight-shoota straight-shoota deleted the infra/reduce-runs-on-runners branch September 25, 2024 20:29
straight-shoota added a commit that referenced this pull request Sep 27, 2024
#15030 reduced the runner instances for all CI jobs to machines with 8GB. This looked fine at first, but the `test-stdlib` jobs have been unstable since merging. This patch increases runners to bigger instances with more memory to bring stability.
straight-shoota added a commit that referenced this pull request Sep 27, 2024
#15030 reduced the runner instances for all CI jobs to machines with 8GB. This looked fine at first, but the `test-stdlib` jobs have been unstable since merging. This patch increases runners to bigger instances with more memory to bring stability.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants