Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.github: Don't wait for GKE cluster cleanup #16319

Merged
merged 1 commit into from May 28, 2021

Conversation

pchaigno
Copy link
Member

In commit ba737f3 (".github: Parallelize cleanup of multicluster setup"), I missed that gcloud can also take an --async flag to not wait for the actual cluster deletion to happen and return immediately (similarly to AKS' --no-wait).

This pull request therefore reverts ba737f3 (".github: Parallelize cleanup of multicluster setup") and makes use of --async instead.

Related: #16207.

In commit ba737f3 (".github: Parallelize cleanup of multicluster
setup"), I missed that gcloud can also take an --async flag to not wait
for the actual cluster deletion to happen and return immediately
(similarly to AKS' --no-wait).

This commit therefore reverts ba737f3 (".github: Parallelize cleanup
of multicluster setup") and makes use of --async instead.

Signed-off-by: Paul Chaignon <paul@cilium.io>
@pchaigno pchaigno added area/CI-improvement Topic or proposal to improve the Continuous Integration workflow release-note/ci This PR makes changes to the CI. needs-backport/1.10 labels May 26, 2021
@pchaigno pchaigno requested review from a team as code owners May 26, 2021 13:53
@pchaigno pchaigno requested review from tklauser and aanm May 26, 2021 13:54
@pchaigno pchaigno added the ready-to-merge This PR has passed all tests and received consensus from code owners to merge. label May 27, 2021
@aanm aanm merged commit 689a725 into cilium:master May 28, 2021
@pchaigno pchaigno deleted the speedup-gke-cluster-deletion branch May 28, 2021 07:15
@qmonnet qmonnet mentioned this pull request Jun 1, 2021
23 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/CI-improvement Topic or proposal to improve the Continuous Integration workflow ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/ci This PR makes changes to the CI.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants