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

ci: increase the limit of installs from 2 to a bigger number #2346

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

bizob2828
Copy link
Member

Description

While I was helping Amy refactor @newrelic/test-utilitites. I noticed we manage 2 separate queues for running tests and installing packages within the test. The install limit is 1 but we set it to 2 and the test limit defaults to number of CPUs or in CI we default to 4 if not using the larger runner. However since the test is kicked off first then queues up the install, you'll have a discrepancy in waiting for concurrent test runs and it'll show a waiting. This PR increases the install limit to a larger number 100 which can't really go above the jobs limit but it should speed up the tests slighty as it's not queueing up installs of tests. I plan on removing this 2nd queue in test utils but wanted to get this out beforehand.

@bizob2828 bizob2828 added the dev:automation Indicates CI automation label Jul 11, 2024
@mrickard mrickard self-assigned this Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev:automation Indicates CI automation
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants