-
Notifications
You must be signed in to change notification settings - Fork 40.9k
E2E framework: sort tests in JUnit report #132580
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
Conversation
This is more useful when viewing results in spyglass because related tests are shown together. The default was to show them by start or end time (not exactly sure), which almost looked random because those times are not shown.
This issue is currently awaiting triage. If a SIG or subproject determines this is a relevant issue, they will accept it by applying the The Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
new output ordering looks great - https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/pull/132580/pull-kubernetes-e2e-kind/1938601404767670272 /approve |
LGTM label has been added. Git tree hash: ad545f31442a32c8217c756414807a86c74a5f9a
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dims, pohly The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
heh, really nice |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This is more useful when viewing results in spyglass because related tests are shown together. The default was to show them by start or end time (not exactly sure), which almost looked random because those times are not shown.
Which issue(s) this PR is related to:
N/A
Does this PR introduce a user-facing change?