docker-tools
docker-tools copied to clipboard
Disable pre-build validation stage in this repo
There are no pre-build validation steps in this repo (docker-tools). Unless they are added, this step should be removed from our pipeline as it only wastes time. It also causes a warning when we try to upload test results when there are no tests to run.
https://github.com/dotnet/docker-tools/blob/3d4a494c5e7a9a741b7359f220ef70a779ce1dc7/src/Microsoft.DotNet.ImageBuilder/run-tests.ps1#L29-L31
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label.
[Triage] It's important to keep this PreBuildValidation running in the eng-validation pipeline in order to exercise that pipeline code. We could synthesize some fake or empty trx file to test the publishing step.
We should also figure out why this warning isn't happening in the eng-validation internal pipeline while it is happening in the imagebuilder official pipeline.