Skip to content

Integrate known build errors and build retry functionality  #8973

@dotnet-bot

Description

@dotnet-bot

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:

  1. At this point known build errors reads the entire log while build retry only reads the AzDO issues.
  2. 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

#9315

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions