-
Notifications
You must be signed in to change notification settings - Fork 272
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 failure log to autocut build failures per plugin #4607
Comments
Hi @jmazanec15 , We are creating a generic autocut failure issues for all platforms/architectures combinations. It would be difficult to parse the all stages and get specific failure. Currently, the logic is even if we find one I believe, along with the workflow run, it would be helpful to provide specific node raw logs. Example: https://build.ci.opensearch.org/blue/rest/organizations/jenkins/pipelines/distribution-build-opensearch/runs/9674/nodes/72/steps/491/log/?start=0 What do you think? P.S: I am not sure if it possible to get this URL dynamically. |
But if we can find the "Error building" string, couldnt we get the logs? For instance, dont we run Raw node logs would also be helpful |
Right now for test workflow, we are using report workflow to generate a test-report including all the logs from the testing. We can have a |
[Triage] We can think of other ways to solve this such as:
Thanks. |
Can I get this assigned to me? |
Thanks @Swiddis contribution. |
Is your feature request related to a problem? Please describe
Auto-cut failures plugins get do not contain information about the failure. Plugin devs have to parse logs with other component builds to see what caused failure. This increases time to rootcause and fix.
ref: opensearch-project/k-NN#1591
Describe the solution you'd like
Would like to see failure for build posted as part of the issue so that root cause could be determined quicker.
Describe alternatives you've considered
Parsing the logs
Acceptance Criteria
The text was updated successfully, but these errors were encountered: