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

Don't run validate tests in parallel #938

Merged
merged 1 commit into from Jun 23, 2021

Conversation

zackproser
Copy link
Contributor

@zackproser zackproser commented Jun 23, 2021

Terraform validate spins up lots of providers, each of which is CPU and memory hungry. Running these in parallel currently exhausts even beefy machines, consuming over 7GB of ram and pegging all CPUs.

Removing the call to parallel resolves the problem locally, which I was able to repro prior to removal.

Copy link
Contributor

@bwhaley bwhaley left a comment

Choose a reason for hiding this comment

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

LGTM!

@zackproser
Copy link
Contributor Author

LGTM!

Thanks for the review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants