Uh oh!
There was an error while loading. Please reload this page.
[wasm] Build Wasm.Build.Tests only on the WBT job, on CI - #56769
Conversation
ghost
commented
Aug 3, 2021
Tagging subscribers to this area: @directhex Issue Details
|
ghost
commented
Aug 3, 2021
Tagging subscribers to 'arch-wasm': @lewing Issue Details
|
lewing
left a comment
There was a problem hiding this comment.
It couldn't you set TestAssemblies=false and avoid the wasm specific condition in the libraries setup?
radical
commented
Aug 3, 2021
It is used in other cases, like the linker tests (see https://github.com/dotnet/runtime/blob/main/eng/pipelines/libraries/execute-trimming-tests-steps.yml#L7, and https://github.com/dotnet/runtime/blob/main/eng/pipelines/runtime-linker-tests.yml#L79). The intention is clearer with having an explicit property. |
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Larry Ewing <lewing@microsoft.com>
radical
commented
Aug 3, 2021
|
lewing
commented
Aug 4, 2021
I'd kind of prefer TestWasmBuild=true and dropping the only idea but it isn't a strong preference |
radical
commented
Aug 4, 2021
With the |
On the
_WasmBuildTestsjob, we build the library tests also, which aren't used at all. So, disable that. And we don't need to build Wasm.Build.Tests for the regular build job, so disable there.This saves 10-12 mins of build time.