You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.
Issue Details
right now, for Wasm.Build.Tests, we run tests in two setups: 1. workload installed; 2. workload not installed, and workload resolver disabled, and EMSDK used via the LocalBuild stuff.
Library, and runtime tests already exercise the InTree, and LocalBuild(with aot) targets
it would be more useful to run specific tests with the same sdk, but no workload installed
- Run all the debugger tests in one helix job, because most of them take a couple of minutes to run. And this would avoid the overhead of individual helix jobs
- Add a no-workloads variant for `Wasm.Build.Tests`, instead of `EMSDK`
- This replaces the job that used `WasmApp.LocalBuild*` stuff to build
with a `EMSDK` checkout. That case already gets tested with library tests.
- The `EMSDK` case had been disabled recently due to an Arcade issue
- Since we have very few tests to run for the noworkloads case, they are
all run in a single helix work item.
Fixes#58159Fixes#67887 (by completely removing the `EMSDK` run)
ghost
removed
the
in-pr
There is an active PR which will close this issue when it is merged
label
May 20, 2022
ghost
locked as resolved and limited conversation to collaborators
Jun 20, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: