aws / aws-k8s-tester

AWS Kubernetes tester, kubetest2 deployer implementation
Apache License 2.0
163 stars 82 forks source link

Increase infra timeouts, don't fail-fast in janitor #410

Closed cartermckinnon closed 9 months ago

cartermckinnon commented 9 months ago

Description of changes:

Increases the infra stack creation + deletion timeouts to 15 minutes, this can take a bit longer in the aws-us-gov partition.

Also continues the janitor loop when an error occurs, so a stuck stack doesn't block cleanup.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.