test(e2e): parallelize KUTTL tests with isolated failure logs - #371
Merged
Merged
Conversation
Collaborator
Author
|
Verified that you can download the logs from the "E2E Tests" workflow and get one log file per test scenario.
For cleaned up local console- and GitHub workflow log output, see E2E Tests run bound to this PR. |
choufraise
force-pushed
the
test/parallel-e2e
branch
2 times, most recently
from
September 23, 2026 08:47
a474c5b to
9d14412
Compare
Reduce E2E runtime as the test suite grows while keeping failures easy to debug locally and in GitHub Actions. Preserve per-test KUTTL logs, live NAuth logs, setup progress, and ordered final summaries without scrambled output. Signed-off-by: Thobias Karlsson <thobias.karlsson@gmail.com>
choufraise
force-pushed
the
test/parallel-e2e
branch
from
September 23, 2026 09:19
9d14412 to
acb1984
Compare
Contributor
|
Nice screenshot! Explains it all! |
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.

The growing test suite made serialized E2E checks too slow. Run tests in parallel while preserving per-test KUTTL logs so local and GitHub Actions failures remain readable instead of producing scrambled output.