-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[SDCI-1909] Add job failure analysis for Azure Pipelines #33039
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
base: master
Are you sure you want to change the base?
Changes from 1 commit
08eadcd
07447c4
d473e7b
37a0733
a4f1fde
6b8c808
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -26,12 +26,13 @@ Set up tracing on Azure Pipelines to gain real time insights into your CI/CD wor | |||||
|
|
||||||
| ### Compatibility | ||||||
|
|
||||||
| | Pipeline Visibility | Platform | Definition | | ||||||
| |---|---|---| | ||||||
| | Pipeline Visibility | Platform | Definition | | ||||||
| |-------------------------------------------------|---|---| | ||||||
| | [CI jobs failure analysis][21] | CI jobs failure analysis | Analysis of the root causes of failed CI jobs based on relevant logs using LLM models. | | ||||||
|
||||||
| | [CI jobs failure analysis][21] | CI jobs failure analysis | Analysis of the root causes of failed CI jobs based on relevant logs using LLM models. | | |
| | [CI jobs failure analysis][21] | CI jobs failure analysis | Uses LLM models on relevant logs to analyze the root cause of failed CI jobs. | |
Outdated
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.
For other providers (GitHub and GitLab), we have Logs Correlation and Job Failure analysis as "features".
I think we either:
- do not display Job Failure analysis here (since logs correlation is in preview),
- or we go ahead and add Logs Correlation as another feature here (even if in preview).
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.
I would add both in the table with "(Preview)" next to them. To let the customer know that those features are available just that they have to request access. But if the standard is to not show there anything that is not fully release I would remove it.
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.
At the end, I will remove it from the table.
Outdated
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.
The sub-steps indentation isn't showing up in the preview. Let me know if you need help with this.
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.