[wasm] Move all the wasm jobs from runtime-staging to runtime#73596
[wasm] Move all the wasm jobs from runtime-staging to runtime#73596radical merged 5 commits intodotnet:mainfrom
Conversation
- library tests: windows - AOT tests: windows - Debugger tests (chrome): windows, and linux - Wasm.Build.Tests: windows
|
Tagging subscribers to 'arch-wasm': @lewing Issue Details
|
|
@trylek @steveisok @akoeplinger Is it acceptable to have a job in |
|
this means that WASM tests will always run for |
This doesn't change the existing state. Wasm does use the libraries, so running tests for those makes sense to me. We already have CI holes due to running fewer tests on PRs, which sometimes causes changes that break wasm to get into |
which tests? |
Firefox debugger tests |
|
Regarding @radical's question, if the failing job with |
I'm talking specifically about test failures. |
Would it be better to only execute the tests in runtime-extra-platforms? My thinking is that the errors will only matter to a subset of people, so why not manage it post PR. |
That makes sense. But one problem is that the dev will need to run We could move it there though, if there aren't any good alternatives. |
|
Done. Moved the Firefox debugger tests jobs, which has the failures, to |
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
``` src/mono/sample/wasm/browser-eventpipe/Program.cs(80,13): error IDE0074: (NETCORE_ENGINEERING_TELEMETRY=Build) Use compound assignment ```
FWIW, there's always the possibility to introduce another pipeline and trigger it via an |
I'm starting to think we're going to need more pipelines :-). |
|
The failure is #74588 . |
runtime-extra-platforms, andruntime-wasm