dotnet-ci icon indicating copy to clipboard operation
dotnet-ci copied to clipboard

Option to archive logs during a hang

Open cdmihai opened this issue 6 years ago • 2 comments

When the job hangs, it times out and nothing gets archived. This is not optimal, since the hang might have been caused by the system under test in which case the logs would be useful.

cdmihai avatar May 14 '18 16:05 cdmihai

@cdmihai I think this will happen if you archive even on failure.

mmitche avatar May 14 '18 16:05 mmitche

We have it set to archive on failures: https://github.com/Microsoft/msbuild/blob/master/netci.groovy#L51-L55 Yet timed out jobs do not archive: https://ci2.dot.net/job/Microsoft_msbuild/job/master/job/innerloop_OSX10.13_CoreCLR_prtest/260/

cdmihai avatar May 14 '18 16:05 cdmihai