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

fix: limit molecule test runs to one at a time #67

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

aroberts87
Copy link
Collaborator

to prevent hitting resource limits in our AWS environments, restrict the number of simultaneous runs of molecule test to a single occurrence across all open PRs. this is primarily a safeguard for our auto-update actions that may occasionally open several PRs at the same time, with an absolute worst case scenario of creating several hundred EC2 instances at once.

@aroberts87 aroberts87 self-assigned this Aug 22, 2023
to prevent hitting resource limits in our AWS environments, restrict the number
of simultaneous runs of `molecule test` to a single occurrence across all
open PRs. this is primarily a safeguard for our auto-update actions that may
occasionally open several PRs at the same time, with an absolute worst case scenario
of creating several hundred EC2 instances at once.
@aroberts87 aroberts87 force-pushed the feat/limit-simultaneous-test-jobs branch from 71bf469 to 7daf687 Compare August 23, 2023 12:50
@aroberts87 aroberts87 merged commit b62e193 into main Aug 24, 2023
@aroberts87 aroberts87 deleted the feat/limit-simultaneous-test-jobs branch August 24, 2023 15:00
@mavimo mavimo added this to the 0.1.0 milestone Oct 23, 2023
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.

2 participants