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

Force k8s object removal in e2e cleanup #212

Merged
merged 2 commits into from
Sep 21, 2018
Merged

Force k8s object removal in e2e cleanup #212

merged 2 commits into from
Sep 21, 2018

Conversation

erwinvaneyk
Copy link
Member

This PR aims to speed up the cleanup process (which in some cases took up the majority of the test runtime) by forcing the deletion of the kubernetes objects. This should avoid Kubernetes waiting extensively for the graceful shutdown of objects.

This should speed up the Travis e2e tests, which currently waits a long time for the graceful cleanup of the namespaces. Since we don't care about the gracefulness of the deletion of resources, forcing the deletion should speed up the cleanup process.
@erwinvaneyk erwinvaneyk merged commit 27931c0 into master Sep 21, 2018
@erwinvaneyk erwinvaneyk deleted the test-fixes branch September 21, 2018 23:58
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.

1 participant