Skip to content

Commit b9f365b

Browse files
authored
Disable all MT tests. (#116747)
1 parent c9dfa92 commit b9f365b

File tree

3 files changed

+55
-51
lines changed

3 files changed

+55
-51
lines changed

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

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -233,16 +233,17 @@ jobs:
233233
publishArtifactsForWorkload: true
234234
publishWBT: true
235235

236-
- template: /eng/pipelines/common/templates/wasm-build-only.yml
237-
parameters:
238-
platforms:
239-
- browser_wasm
240-
- browser_wasm_win
241-
nameSuffix: MultiThreaded
242-
extraBuildArgs: /p:WasmEnableThreads=true /p:AotHostArchitecture=x64 /p:AotHostOS=$(_hostedOS)
243-
condition: ne(variables['wasmMultiThreadedBuildOnlyNeededOnDefaultPipeline'], true)
244-
publishArtifactsForWorkload: true
245-
publishWBT: false
236+
# disabled: https://github.com/dotnet/runtime/issues/116492
237+
# - template: /eng/pipelines/common/templates/wasm-build-only.yml
238+
# parameters:
239+
# platforms:
240+
# - browser_wasm
241+
# - browser_wasm_win
242+
# nameSuffix: MultiThreaded
243+
# extraBuildArgs: /p:WasmEnableThreads=true /p:AotHostArchitecture=x64 /p:AotHostOS=$(_hostedOS)
244+
# condition: ne(variables['wasmMultiThreadedBuildOnlyNeededOnDefaultPipeline'], true)
245+
# publishArtifactsForWorkload: true
246+
# publishWBT: false
246247

247248
# Browser Wasm.Build.Tests
248249
- template: /eng/pipelines/common/templates/browser-wasm-build-tests.yml

eng/pipelines/runtime-official.yml

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -364,23 +364,24 @@ extends:
364364
parameters:
365365
name: MonoRuntimePacks
366366

367-
- template: /eng/pipelines/common/platform-matrix.yml
368-
parameters:
369-
jobTemplate: /eng/pipelines/common/global-build-job.yml
370-
buildConfig: release
371-
runtimeFlavor: mono
372-
platforms:
373-
- browser_wasm
374-
jobParameters:
375-
templatePath: 'templates-official'
376-
buildArgs: -s mono+libs+host+packs -c $(_BuildConfig) /p:WasmEnableThreads=true /p:AotHostArchitecture=x64 /p:AotHostOS=$(_hostedOS)
377-
nameSuffix: Mono_multithread
378-
isOfficialBuild: ${{ variables.isOfficialBuild }}
379-
runtimeVariant: multithread
380-
postBuildSteps:
381-
- template: /eng/pipelines/common/upload-intermediate-artifacts-step.yml
382-
parameters:
383-
name: MonoRuntimePacks
367+
# disabled: https://github.com/dotnet/runtime/issues/116492
368+
# - template: /eng/pipelines/common/platform-matrix.yml
369+
# parameters:
370+
# jobTemplate: /eng/pipelines/common/global-build-job.yml
371+
# buildConfig: release
372+
# runtimeFlavor: mono
373+
# platforms:
374+
# - browser_wasm
375+
# jobParameters:
376+
# templatePath: 'templates-official'
377+
# buildArgs: -s mono+libs+host+packs -c $(_BuildConfig) /p:WasmEnableThreads=true /p:AotHostArchitecture=x64 /p:AotHostOS=$(_hostedOS)
378+
# nameSuffix: Mono_multithread
379+
# isOfficialBuild: ${{ variables.isOfficialBuild }}
380+
# runtimeVariant: multithread
381+
# postBuildSteps:
382+
# - template: /eng/pipelines/common/upload-intermediate-artifacts-step.yml
383+
# parameters:
384+
# name: MonoRuntimePacks
384385

385386

386387
# Build Mono AOT offset headers once, for consumption elsewhere

eng/pipelines/runtime.yml

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -836,21 +836,22 @@ extends:
836836
scenarios:
837837
- WasmTestOnChrome
838838

839+
# disabled: https://github.com/dotnet/runtime/issues/116492
839840
# Library tests with full threading
840-
- template: /eng/pipelines/common/templates/wasm-library-tests.yml
841-
parameters:
842-
platforms:
843-
- browser_wasm
844-
#- browser_wasm_win
845-
nameSuffix: _Threading
846-
extraBuildArgs: /p:WasmEnableThreads=true /p:AotHostArchitecture=x64 /p:AotHostOS=$(_hostedOS)
847-
extraHelixArguments: /p:WasmEnableThreads=true
848-
alwaysRun: ${{ variables.isRollingBuild }}
849-
shouldRunSmokeOnly: onLibrariesAndIllinkChanges
850-
scenarios:
851-
- WasmTestOnChrome
852-
- WasmTestOnFirefox
853-
#- WasmTestOnNodeJS - this is not supported yet, https://github.com/dotnet/runtime/issues/85592
841+
# - template: /eng/pipelines/common/templates/wasm-library-tests.yml
842+
# parameters:
843+
# platforms:
844+
# - browser_wasm
845+
# #- browser_wasm_win
846+
# nameSuffix: _Threading
847+
# extraBuildArgs: /p:WasmEnableThreads=true /p:AotHostArchitecture=x64 /p:AotHostOS=$(_hostedOS)
848+
# extraHelixArguments: /p:WasmEnableThreads=true
849+
# alwaysRun: ${{ variables.isRollingBuild }}
850+
# shouldRunSmokeOnly: onLibrariesAndIllinkChanges
851+
# scenarios:
852+
# - WasmTestOnChrome
853+
# - WasmTestOnFirefox
854+
# #- WasmTestOnNodeJS - this is not supported yet, https://github.com/dotnet/runtime/issues/85592
854855

855856
# EAT Library tests - only run on linux
856857
- template: /eng/pipelines/common/templates/wasm-library-aot-tests.yml
@@ -887,16 +888,17 @@ extends:
887888
publishArtifactsForWorkload: true
888889
publishWBT: true
889890

890-
- template: /eng/pipelines/common/templates/wasm-build-only.yml
891-
parameters:
892-
platforms:
893-
- browser_wasm
894-
- browser_wasm_win
895-
condition: or(eq(variables.isRollingBuild, true), eq(variables.wasmSingleThreadedBuildOnlyNeededOnDefaultPipeline, true))
896-
nameSuffix: MultiThreaded
897-
extraBuildArgs: /p:WasmEnableThreads=true /p:AotHostArchitecture=x64 /p:AotHostOS=$(_hostedOS)
898-
publishArtifactsForWorkload: true
899-
publishWBT: false
891+
# disabled: https://github.com/dotnet/runtime/issues/116492
892+
# - template: /eng/pipelines/common/templates/wasm-build-only.yml
893+
# parameters:
894+
# platforms:
895+
# - browser_wasm
896+
# - browser_wasm_win
897+
# condition: or(eq(variables.isRollingBuild, true), eq(variables.wasmSingleThreadedBuildOnlyNeededOnDefaultPipeline, true))
898+
# nameSuffix: MultiThreaded
899+
# extraBuildArgs: /p:WasmEnableThreads=true /p:AotHostArchitecture=x64 /p:AotHostOS=$(_hostedOS)
900+
# publishArtifactsForWorkload: true
901+
# publishWBT: false
900902

901903
# Browser Wasm.Build.Tests
902904
- template: /eng/pipelines/common/templates/browser-wasm-build-tests.yml

0 commit comments

Comments
 (0)