kubernetes / test-infra

Test infrastructure for the Kubernetes project.
Apache License 2.0
3.85k stars 2.66k forks source link

sig-scalability: keep more detailed JUnit for scheduler_perf job #33826

Closed pohly closed 1 week ago

pohly commented 1 week ago

Instead of combining all tests under their package, each test is listed separately. This makes it more visible how long each test runs.

This mirrors the corresponding change made earlier in https://github.com/kubernetes/test-infra/pull/33809

https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/directory/pull-kubernetes-scheduler-perf/1858554004104024064 is an example of a job with the details. Older runs of that job did not have any JUnit results.

pohly commented 1 week ago

This is possible now and will have an effect because https://github.com/kubernetes/kubernetes/pull/128834 was merged.

pohly commented 1 week ago

/assign @wojtek-t

For approval.

wojtek-t commented 1 week ago

/lgtm /approve

k8s-ci-robot commented 1 week ago

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: pohly, sanposhiho, wojtek-t

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: - ~~[config/jobs/kubernetes/sig-scalability/OWNERS](https://github.com/kubernetes/test-infra/blob/master/config/jobs/kubernetes/sig-scalability/OWNERS)~~ [wojtek-t] Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
k8s-ci-robot commented 1 week ago

@pohly: Updated the job-config configmap in namespace default at cluster test-infra-trusted using the following files:

In response to [this](https://github.com/kubernetes/test-infra/pull/33826): >Instead of combining all tests under their package, each test is listed separately. This makes it more visible how long each test runs. > >This mirrors the corresponding change made earlier in https://github.com/kubernetes/test-infra/pull/33809 > >https://prow.k8s.io/view/gs/kubernetes-ci-logs/pr-logs/directory/pull-kubernetes-scheduler-perf/1858554004104024064 is an example of a job with the details. Older runs of that job did not have any JUnit results. > Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.