Skip to content
Snippets Groups Projects

Make teardown faster

Merged Benedikt Wetzel requested to merge wetzel/spesb:make-teardown-faster into master

For experiments with a large number of different Deployments and StatefulSets, the teardown takes a long time (e.g. 10-15min). This is due to the fact that Theodolite deletes a Deployment and waits until all associated pods are deleted before sending the kill command to the other resources.

With this MR, we want to send the kill command to all resources first and then wait until all associated pods are deleted.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
Please register or sign in to reply
Loading