-
Notifications
You must be signed in to change notification settings - Fork 102
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: cleanup resources after e2e tests #641
Conversation
Remove all deployed resources to avoid running into limit errors.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #641 +/- ##
=======================================
Coverage 45.16% 45.16%
=======================================
Files 12 12
Lines 1169 1169
=======================================
Hits 528 528
Misses 618 618
Partials 23 23 ☔ View full report in Codecov by Sentry. |
Hmm, does the k8s tests cleanup the volumes if the test fail? Because I am not sure if we clean volumes with the terraform module. |
We dont, the kubernetes csi tests try to clean those up if possible. I could add a |
Let's see how that goes, if we stumble on a problem again we'll add the command. |
Remove all deployed resources to avoid running into limit errors.
Remove all deployed resources to avoid running into limit errors.