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

gh/workflow: change multicluster GKE cluster provisioning to none blocking mode #25394

Merged
merged 1 commit into from May 13, 2023

Conversation

brlbil
Copy link
Contributor

@brlbil brlbil commented May 11, 2023

Multicluster conformance tests set up two clusters sequentially. Every cluster provisioning takes 4 to 5 min.
This PR changes provisioning to none blocking mode and adds a step to wait for provisioning to finish.

This change would cut the run time by 4 to 5 min, it is small but every bit helps.

Sucessful workflow runs.
conformance-multicluster-v1.11.yaml
conformance-multicluster-v1.12.yaml
conformance-multicluster-v1.13.yaml

@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label May 11, 2023
@brlbil brlbil force-pushed the pr/brlbil/provision-gke-cluster-async branch 2 times, most recently from d41e5ad to b9ec82a Compare May 12, 2023 03:36
Multicluster conformance tests set up two clusters in blocking mode
and sequentially. Every cluster provisioning takes 4 to 5 min.
This commit changes provisioning to none blocking mode and adds
a step to wait for provisioning to finish.

This change would cut the run time by 4 to 5 min.

Signed-off-by: Birol Bilgin <birol@cilium.io>
@brlbil brlbil force-pushed the pr/brlbil/provision-gke-cluster-async branch from b9ec82a to b413a7f Compare May 12, 2023 04:13
@brlbil brlbil marked this pull request as ready for review May 12, 2023 04:56
@brlbil brlbil requested review from a team as code owners May 12, 2023 04:56
Copy link
Contributor

@viktor-kurchenko viktor-kurchenko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@brlbil
Copy link
Contributor Author

brlbil commented May 12, 2023

There is no need for full CI since changes are only to workflow files.

@brlbil brlbil added ready-to-merge This PR has passed all tests and received consensus from code owners to merge. and removed dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. labels May 12, 2023
@maintainer-s-little-helper maintainer-s-little-helper bot added the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label May 12, 2023
@@ -243,7 +243,8 @@ jobs:
--disk-type pd-standard \
--disk-size 10GB \
--node-taints node.cilium.io/agent-not-ready=true:NoExecute \
--preemptible
--preemptible \
--async
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, they finally added this!

@brlbil brlbil added the release-note/ci This PR makes changes to the CI. label May 12, 2023
@maintainer-s-little-helper maintainer-s-little-helper bot removed the dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. label May 12, 2023
@youngnick youngnick merged commit 52c3835 into main May 13, 2023
44 checks passed
@youngnick youngnick deleted the pr/brlbil/provision-gke-cluster-async branch May 13, 2023 19:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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