dotnet / dnceng

.NET Engineering Services
MIT License
24 stars 18 forks source link

Feature Request: Show analysis after a job completes rather than waiting for the whole build #1209

Open dotnet-bot opened 2 years ago

dotnet-bot commented 2 years ago

Migrated from https://github.com/dotnet/core-eng/issues/13330

@garath wrote:

@danmoseley notes we can get information to the dev faster if the Analysis is shown as soon as a job completes, rather than waiting for the entire build. This would make a significant difference in, for example, the long-running "runtime" pipeline.

In Dan's words:

Do you think it is technically feasible to analyze when even just the "runtime (Libraries Test Run checked coreclr OSX x64 Debug)" job completes? There is value in this because (a) the community only has to know one way to see results and (b) it's more convenient than clicking through to find the results. Even if the analysis is simply showing the error/callstack.

A quick look at the docs indicates that the "Pipelines" Service Hook would give the right notification.

missymessa commented 2 years ago

This will have to go to v-next.

missymessa commented 2 years ago

This looks like a dupe of https://github.com/dotnet/core-eng/issues/15294

missymessa commented 1 year ago

Looks like the piece we needed from AzDO has been completed here: https://dev.azure.com/mseng/AzureDevOps/_workitems/edit/1847011

Reopening this issue and adding it to the v-next epic for Build Analysis.