ci: publish the test report on the run page - #92
Open
EnriqueParodi wants to merge 1 commit into
Open
Conversation
EnriqueParodi
force-pushed
the
ci/test-report
branch
from
August 19, 2026 18:31
21bd5df to
5085c85
Compare
EnriqueParodi
force-pushed
the
ci/apt-lock-timeout
branch
from
August 19, 2026 21:21
c873e14 to
b723105
Compare
EnriqueParodi
force-pushed
the
ci/test-report
branch
from
August 19, 2026 21:21
5085c85 to
933d7eb
Compare
Every leg already produces a merged junit report and then throws it away, so the only way to see what ran was to read the log. The summary now carries the counts and the names of the failures, and a report with no tests in it fails the step: a build configured without tests runs the suite, finds nothing and would otherwise pass.
EnriqueParodi
force-pushed
the
ci/test-report
branch
from
August 20, 2026 11:26
933d7eb to
9365c89
Compare
EnriqueParodi
force-pushed
the
ci/apt-lock-timeout
branch
from
August 20, 2026 11:26
b723105 to
2420326
Compare
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.
Every leg already produces a merged junit report and then throws it away, so the
only way to see what ran was to read the log. The run page now carries the counts
and the names of the failures, and a report with no tests in it fails the step:
a build configured without tests runs the suite, finds nothing and would
otherwise pass.