-
Notifications
You must be signed in to change notification settings - Fork 215
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
[Merged by Bors] - Add nodepool lifecycle for systemtests #6464
Conversation
- Automate creation and deletion of a GKE node pool for systemtests - Update nodeselector labels
bors try |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6464 +/- ##
=======================================
Coverage 79.9% 79.9%
=======================================
Files 353 353
Lines 46424 46424
=======================================
+ Hits 37122 37123 +1
Misses 7197 7197
+ Partials 2105 2104 -1 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
bors try |
tryAlready running a review |
bors cancel |
bors try |
tryAlready running a review |
bors cancel |
bors try |
tryAlready running a review |
bors cancel |
tryTimed out. |
Wroked as expected: |
bors merge |
## Motivation This PR automates the creation and cleanup of GKE node pools specifically for system tests in the CI pipeline. The goal is to provide dynamic, on-demand node pools that can be created before system tests and cleaned up afterward, improving resource utilization and reducing costs.
Pull request successfully merged into develop. Build succeeded: |
Motivation
This PR automates the creation and cleanup of GKE node pools specifically for system tests in the CI pipeline. The goal is to provide dynamic, on-demand node pools that can be created before system tests and cleaned up afterward, improving resource utilization and reducing costs.
Description
This helps maintain stability in the infrastructure during system tests.