-
Notifications
You must be signed in to change notification settings - Fork 9.8k
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
add etcd test analyzer build and integrate into measure-test-flakiness workflow #15513
Conversation
7b1069a
to
c1c850f
Compare
E2e tests don't upload Junit reports. #13152 |
Appreciate the insights!! I can take a look at this. |
055cbdf
to
c9dad59
Compare
1d60bb6
to
b8bbd9e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM(non-binding)
Thanks
Just share some ideas about makefile~
…s workflow Signed-off-by: Chao Chen <[email protected]>
b8bbd9e
to
a8c20f9
Compare
Addressed all the comments. The example output in run on push workflow. https://github.com/chaochn47/etcd/actions/runs/4546435089/jobs/8015061879. The second one is tracked in #15545
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thank you @chaochn47
The PR is to address the ask from #13167 (comment). @serathius
The workflow stays running every Sunday midnight.
Measure-test-flakiness workflow output will additionally show the top contributor of the failed Tests name in Test/Test-arm workflow (only covers integration tests right now) in the past 1 week.
Example output https://github.com/chaochn47/etcd/actions/runs/4546435089/jobs/8015061879
Running against E2E workflows does not produce meaningful output, need to investigate more in the tool
Maybe @endocrimes can help shed lights on the issue.
Please read https://github.com/etcd-io/etcd/blob/main/CONTRIBUTING.md#contribution-flow.