kubernetes / ingress-nginx

Ingress-NGINX Controller for Kubernetes
https://kubernetes.github.io/ingress-nginx/
Apache License 2.0
17.28k stars 8.21k forks source link

integrate junit-reports with GHActions #9360

Closed longwuyuan closed 1 year ago

longwuyuan commented 1 year ago

What happened:

What you expected to happen:

/kind bug /priority important-soon /area stabilization /triage accepted

k8s-ci-robot commented 1 year ago

@longwuyuan: The label(s) kind/ cannot be applied, because the repository doesn't have them.

In response to [this](https://github.com/kubernetes/ingress-nginx/issues/9360): >**What happened**: >- junit-reports are being generated by the ginkgo tests as per #9350 >- But the junit-reports are not integrated with GHActions >- The requirement is to use this https://github.com/marketplace/actions/test-reporter on the junit-reports in /test/junit-reports >- This is required to get feedback on CI runs >- Without this, its a painful feedback process > >**What you expected to happen**: > >- The GHActions workflows are modified to use https://github.com/marketplace/actions/test-reporter against the reports generated during e2e-tests, in CI > >/kind bug >/priority important-soon >/area stabilization >/triage accepted > 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/test-infra](https://github.com/kubernetes/test-infra/issues/new?title=Prow%20issue:) repository.
longwuyuan commented 1 year ago

/assign

longwuyuan commented 1 year ago

cc @SaumyaBhushan if interested