Skip to content

[browser][MT] move wasm MT CI legs to extra-platforms - #112690

Merged
pavelsavara merged 4 commits into
dotnet:mainfrom
pavelsavara:browser_no_MT_on_runtime_pipeline
Feb 19, 2025
Merged

[browser][MT] move wasm MT CI legs to extra-platforms#112690
pavelsavara merged 4 commits into
dotnet:mainfrom
pavelsavara:browser_no_MT_on_runtime_pipeline

Conversation

@pavelsavara

Copy link
Copy Markdown
Member

because we don't have bandwidth to fix the problems in Net10

@pavelsavarapavelsavara added arch-wasm WebAssembly architecture area-VM-threading-mono os-browser Browser variant of arch-wasm labels Feb 19, 2025
@pavelsavarapavelsavara added this to the 10.0.0 milestone Feb 19, 2025
@pavelsavarapavelsavara self-assigned this Feb 19, 2025
@pavelsavara

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-extra-platforms

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@pavelsavara

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-wasm

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@pavelsavara

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-wasm

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@pavelsavara

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-wasm

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@pavelsavara
pavelsavara marked this pull request as ready for review February 19, 2025 13:39
CopilotAI review requested due to automatic review settings February 19, 2025 13:39

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

Comments suppressed due to low confidence (1)

eng/pipelines/extra-platforms/runtime-extra-platforms-wasm.yml:180

  • The removal of this condition might cause the multi-threaded build to run more frequently than intended. Consider adding the condition back to ensure the build runs only when necessary.
condition: ne(variables['wasmMultiThreadedBuildOnlyNeededOnDefaultPipeline'], true)

@pavelsavara
pavelsavara merged commit 3c97a90 into dotnet:mainFeb 19, 2025
@pavelsavara
pavelsavara deleted the browser_no_MT_on_runtime_pipeline branch February 19, 2025 14:38
grendello added a commit to grendello/runtime that referenced this pull request Feb 19, 2025
* main: (27 commits)
Fold null checks against known non-null values (dotnet#109164)
JIT: Always track the context for late devirt (dotnet#112396)
JIT: array allocation fixes (dotnet#112676)
[H/3] Fix test closing connection too fast (dotnet#112691)
Fix LINQ handling of iterator.Take(...).Last(...) (dotnet#112680)
[browser][MT] move wasm MT CI legs to extra-platforms (dotnet#112690)
JIT: Don't use `Compiler::compFloatingPointUsed` to check if FP kills are needed (dotnet#112668)
[LoongArch64] Fix a typo within PR#112166. (dotnet#112672)
Fix new EH hang on DebugBreak (dotnet#112640)
Use encode callback instead of renting a buffer to write to in DSAKeyFormatHelper
Move some links to other doc (dotnet#112574)
Reflection-based XmlSerializer - Deserialize empty collections and allow for sub-types in collection items. (dotnet#111723)
JIT: Use `fgCalledCount` for OSR method entry weight (dotnet#112662)
Use Avx10.2 Instructions in Floating Point Conversions (dotnet#111775)
Expose StressLog via CDAC and port StressLogAnalyzer to managed code (dotnet#104999)
JIT: Use linear block order for MinOpts in LSRA (dotnet#108147)
Update dependencies from https://github.com/dotnet/arcade build 20250213.2 (dotnet#112625)
JIT: Clean up and optimize call arg lowering (dotnet#112639)
Update dependencies from https://github.com/dotnet/emsdk build 20250217.1 (dotnet#112645)
JIT: Support `FIELD_LIST` for returns (dotnet#112308)
...
lewing added a commit that referenced this pull request Feb 19, 2025
lewing added a commit that referenced this pull request Feb 19, 2025
grendello pushed a commit to grendello/runtime that referenced this pull request Feb 19, 2025
@github-actionsgithub-actionsBot locked and limited conversation to collaborators Mar 22, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

arch-wasmWebAssembly architecturearea-VM-threading-monoos-browserBrowser variant of arch-wasm

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@pavelsavara@lewing@akoeplinger