add retries when deleting GKE clusters because the deletes are failing

This commit is contained in:
Ryan Richard
2025-07-31 10:04:33 -07:00
parent de74515d89
commit 1cc9410de1
2 changed files with 3 additions and 0 deletions

View File

@@ -2811,6 +2811,7 @@ jobs:
ensure:
task: remove-cluster
timeout: 10m
attempts: 5
file: pinniped-ci/pipelines/shared-tasks/remove-gke-cluster/task.yml
image: k8s-app-deployer-image
input_mapping:
@@ -2882,6 +2883,7 @@ jobs:
ensure:
task: remove-cluster
timeout: 10m
attempts: 5
file: pinniped-ci/pipelines/shared-tasks/remove-gke-cluster/task.yml
image: k8s-app-deployer-image
input_mapping:

View File

@@ -1912,6 +1912,7 @@ jobs:
ensure:
task: remove-cluster
timeout: 10m
attempts: 5
file: pinniped-ci/pipelines/shared-tasks/remove-gke-cluster/task.yml
image: k8s-app-deployer-image
input_mapping: