-
Notifications
You must be signed in to change notification settings - Fork 377
Closed
Description
Migrated from https://github.com/dotnet/core-eng/issues/15840
@AlitzelMendez wrote:
There is a possibility that the known build errors feature can work along to the build retry feature. The reason behind this thinking is that in both cases we are matching build errors for known errors.
Things to think about before continuing with the effort:
- At this point known build errors reads the entire log while build retry only reads the AzDO issues.
- Know build errors match the error with the log using a "contains" check while build retry do a regex match, so we should be truly clear about the limitation and explain that this is something that makes the feature different or agree that everything should work on the same way.
What needs to be done:
- Update the known build error Json so it can capture information if a retry needs to be performed.
- Update the documentation explaining this path and when it should be used
- Retry functionality: When doing the analysis if there is a match and build requested then retry the build.
- Report to the build analysis that a build retry has been done.
Related conversations
Metadata
Metadata
Assignees
Labels
No labels