dotnet / docker-tools

This is a repo to house some common tools for our various docker repos.
MIT License
124 stars 46 forks source link

Test results not published for Linux jobs #1246

Closed mthalman closed 6 months ago

mthalman commented 7 months ago

I went to look for the test results from a build job and I could not find them. This is specific to Linux jobs only.

Example build

The Copy Test Results step has this output:

There were no test outputs in /home/vsts/work/1/TestResults/tests/Microsoft.DotNet.Docker.Tests/TestResults/. Skipping test result publishing.

And the Publish Test Results step gets skipped as a result of this.

This occurs on both public and internal builds.

lbussell commented 7 months ago

[Triage] This is being worked on in https://github.com/dotnet/docker-tools/pull/1244.

lbussell commented 6 months ago

The problematic change was reverted with https://github.com/dotnet/docker-tools/pull/1244. Follow-up work is https://github.com/dotnet/docker-tools/issues/1250