Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,11 @@ jobs:
parameters:
creator: dotnet-bot
testRunNamePrefixSuffix: Mono_$(_BuildConfig)_$(_hostedOs)
extraHelixArguments: /p:BrowserHost=$(_hostedOs)
# WBT (buildwasmapps) fans out into several sendtohelixhelp.proj invocations
# (Workloads/Webcil/Fingerprinting/Bundler combos). sendtohelix.proj already builds
# them with BuildInParallel=true, but that only parallelizes when the msbuild running
# it has multiple nodes. /maxcpucount lets the Helix jobs be sent (and waited on)
# concurrently instead of one-send-then-wait-for-completion serially (see issue #118938).
extraHelixArguments: /p:BrowserHost=$(_hostedOs) /maxcpucount:8
scenarios:
- buildwasmapps
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ jobs:
parameters:
creator: dotnet-bot
testRunNamePrefixSuffix: CoreCLR_$(_BuildConfig)_$(_hostedOs)
extraHelixArguments: /p:BrowserHost=$(_hostedOs)
# WBT (buildwasmapps) fans out into several sendtohelixhelp.proj invocations
# (Workloads/Webcil/Fingerprinting/Bundler combos). sendtohelix.proj already builds
# them with BuildInParallel=true, but that only parallelizes when the msbuild running
# it has multiple nodes. /maxcpucount lets the Helix jobs be sent (and waited on)
# concurrently instead of one-send-then-wait-for-completion serially (see issue #118938).
extraHelixArguments: /p:BrowserHost=$(_hostedOs) /maxcpucount:8
scenarios:
- buildwasmapps
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,12 @@ jobs:
parameters:
creator: dotnet-bot
testRunNamePrefixSuffix: Mono_$(_BuildConfig)_$(_hostedOs)
extraHelixArguments: /p:BrowserHost=$(_hostedOs)
# WBT (buildwasmapps) fans out into several sendtohelixhelp.proj invocations
# (Workloads/Webcil/Fingerprinting/Bundler combos). sendtohelix.proj already builds
# them with BuildInParallel=true, but that only parallelizes when the msbuild running
# it has multiple nodes. /maxcpucount lets the Helix jobs be sent (and waited on)
# concurrently instead of one-send-then-wait-for-completion serially (see issue #118938).
extraHelixArguments: /p:BrowserHost=$(_hostedOs) /maxcpucount:8
scenarios:
- buildwasmapps

Loading