argoproj / argo-cd

Declarative Continuous Deployment for Kubernetes
https://argo-cd.readthedocs.io
Apache License 2.0
18.01k stars 5.49k forks source link

Optimize e2e tests runtime by improving EnsureCleanState #20941

Open andrii-korotkov-verkada opened 11 hours ago

andrii-korotkov-verkada commented 11 hours ago

Summary

Explore various strategies like batching of kubectl commands to reduce the unnecessary operations.

Motivation

Reduce tests runtime.

Proposal

Explore and try batching/removing unnecessary commands.