mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-01-10 07:58:07 +00:00
add retries when deleting GKE clusters because the deletes are failing
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user