cloud-sql-proxy-operator icon indicating copy to clipboard operation
cloud-sql-proxy-operator copied to clipboard

Limit e2e test environment age to improve test stability

Open hessjcg opened this issue 2 years ago • 0 comments

Ensure that the CI environments for e2e tests are only valid for 1 week. Then they are deleted and recreated fresh. This will help ensure that the environments remain stable.

  • Update naming of clusters, dbs, vpcs etc to include the validity date, so that there are no naming conflicts.
  • Create a cleanup job that will delete old environments without using terraform. (Terraform is slow and unreliable for env teardown.)

hessjcg avatar Apr 12 '23 21:04 hessjcg