Merged
Conversation
|
Tagging subscribers to 'arch-wasm': @lewing Issue Detailsnull
|
8f84e1d to
140b157
Compare
Member
Author
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
53f5d5c to
eaf977b
Compare
Member
Author
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This replaces the job that used `WasmApp.LocalBuild*` stuff to build with a EMSDK checkout. That case already gets tested with library tests. Since we have very few tests to run for the noworkloads case, they are all run in a single helix work item.
|
Tagging subscribers to this area: @thaystg Issue Details
|
Member
Author
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
/azp run runtime-wasm |
|
Azure Pipelines failed to run 1 pipeline(s). |
Member
Author
|
/azp run runtime-wasm |
|
Azure Pipelines failed to run 1 pipeline(s). |
Member
Author
|
/azp run runtime-wasm |
|
Azure Pipelines failed to run 1 pipeline(s). |
Member
Author
|
/azp run runtime-wasm |
|
Azure Pipelines successfully started running 1 pipeline(s). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 ofEMSDKWasmApp.LocalBuild*stuff to buildwith a
EMSDKcheckout. That case already gets tested with library tests.EMSDKcase had been disabled recently due to an Arcade issueall run in a single helix work item.
Fixes #58159
Fixes #67887 (by completely removing the
EMSDKrun)