chore(ci): freeing up resources to run e2e tests on nested clusters#2007
Open
universal-itengineer wants to merge 5 commits intomainfrom
Open
chore(ci): freeing up resources to run e2e tests on nested clusters#2007universal-itengineer wants to merge 5 commits intomainfrom
universal-itengineer wants to merge 5 commits intomainfrom
Conversation
0765429 to
7984550
Compare
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
7984550 to
1ec22a0
Compare
diafour
reviewed
Feb 18, 2026
diafour
reviewed
Feb 18, 2026
Co-authored-by: Ivan Mikheykin <ivan.mikheykin@flant.com> Signed-off-by: Nikita Korolev <141920865+universal-itengineer@users.noreply.github.com>
Co-authored-by: Ivan Mikheykin <ivan.mikheykin@flant.com> Signed-off-by: Nikita Korolev <141920865+universal-itengineer@users.noreply.github.com>
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
nevermarine
approved these changes
Feb 18, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
To successfully run e2e tests in nested clusters, the cluster must have sufficient resources. Therefore, before deploying nested clusters, some virtual machines must be shut down to free up resources.
In the
nightly-e2e-*andstatic-csenamespaces, virtual machines will not be shut down.Also exclude VMs with label
e2e-cluster/do-not-stop-vm-on-e2e-runTurning off virtual machines is done by setting the
runPolicyparameter toAlwaysOffWhy do we need it, and what problem does it solve?
To successfully pass e2e tests on nested clusters, free resources are needed in the cluster.
What is the expected result?
Checklist
Changelog entries