test(e2e): Nightly test setup - #6872
Open
hairyhum wants to merge 2 commits into
Open
Conversation
Add nightly workflow definition Add test env configuration to run nightly tests in kind cluster Added combined test suite to run all tests in a same suite in order to share kind cluster environment. Signed-off-by: Daniil Fedotov <daniil.fedotov@akuity.io>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## hairyhum/e2e-test #6872 +/- ##
=====================================================
- Coverage 31.13% 30.84% -0.29%
=====================================================
Files 832 826 -6
Lines 81235 80666 -569
=====================================================
- Hits 25294 24885 -409
+ Misses 54470 54327 -143
+ Partials 1471 1454 -17 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Signed-off-by: Daniil Fedotov <daniil.fedotov@akuity.io>
jsbroks
approved these changes
Aug 24, 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.
Add nightly workflow definition
Add test env configuration to run nightly tests in kind cluster
Added combined test suite to run all tests in a same suite in order to share kind cluster environment.
Each suite needs to be an importable package adding its test feature into the
utils.TestFeatures.All those features will be executed in parallel by the
sharedtest suite in nightly env.We make them run in parallel, because each test might take 5-15 minutes waiting for argocd to sync.