-
Notifications
You must be signed in to change notification settings - Fork 5
chore(ci): add report for e2e tests #1877
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
universal-itengineer
merged 4 commits into
feat/ci/nightly-e2e-test-infra
from
feat/ci/nightly-e2e-test-report
Jan 22, 2026
Merged
chore(ci): add report for e2e tests #1877
universal-itengineer
merged 4 commits into
feat/ci/nightly-e2e-test-infra
from
feat/ci/nightly-e2e-test-report
Jan 22, 2026
Conversation
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
d40af14 to
6908b14
Compare
0cc7f32 to
8de439f
Compare
6908b14 to
247ca1f
Compare
8de439f to
741eeeb
Compare
diafour
reviewed
Jan 16, 2026
diafour
reviewed
Jan 16, 2026
diafour
reviewed
Jan 16, 2026
1c4d150 to
f0d9155
Compare
5c7e890 to
29eaa0c
Compare
f5bca89 to
573acb8
Compare
e2c4f4a to
b7edc76
Compare
573acb8 to
ee57ceb
Compare
nevermarine
approved these changes
Jan 21, 2026
b7edc76 to
ef14bda
Compare
…re-report Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
ee57ceb to
bfeaf63
Compare
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
b06fb71
into
feat/ci/nightly-e2e-test-infra
28 of 30 checks passed
universal-itengineer
added a commit
that referenced
this pull request
Jan 22, 2026
Add an E2E test reporting flow: generate a structured report artifact per storage type in the reusable pipeline and aggregate/summarize those artifacts in the matrix workflow, then post the combined results to the channel. --------- Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
universal-itengineer
added a commit
that referenced
this pull request
Jan 22, 2026
Add an E2E test reporting flow: generate a structured report artifact per storage type in the reusable pipeline and aggregate/summarize those artifacts in the matrix workflow, then post the combined results to the channel. --------- Signed-off-by: Nikita Korolev <nikita.korolev@flant.com>
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
Add an E2E test reporting flow: generate a structured report artifact per storage type in the reusable pipeline and aggregate/summarize those artifacts in the matrix workflow, then post the combined results to the channel.
Why do we need it, and what problem does it solve?
E2E test reporting flow.
Clear status per CSI/storage type in report.
What is the expected result?
Each E2E run produces an e2e-report-* artifact with stage/status metadata, and the matrix job publishes a markdown summary table (with links) to the configured channel, using fallback data when artifacts are missing.
Checklist
Changelog entries