-
Notifications
You must be signed in to change notification settings - Fork 20
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(tests): add sweeper to destroy resources after test runs #658
Conversation
4919011
to
dc41159
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.
Please change the commit's prefix to ci(tests)
.
dc41159
to
a88b0a9
Compare
Adds `sweep` target to Makefile, which will run a sweeper to delete resources in a project. This would include: - services that have "test-" as a prefix for their name - service integration endpoints - VPCs This command is primarily useful for CI, as it is used to cleanup resources after a test run, but can be used locally.
a88b0a9
to
fc6d4f0
Compare
Addressed comments
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.
lgtm, @byashimov @jeff-held-aiven I delegate merging to you folks
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.
lgtm
Adds
sweep
target to Makefile, which will run a sweeper to delete resources in a project. This would include: