Skip to content

Commit 68145f1

Browse files
committed
smoke only
1 parent cb16381 commit 68145f1

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
- wasi_wasm
156156
- wasi_wasm_win
157157
nameSuffix: '_Smoke'
158-
extraBuildArgs: /p:EnableAggressiveTrimming=true /p:RunWasmSamples=true /p:AotHostArchitecture=x64 /p:AotHostOS=$(_hostedOS)
158+
extraBuildArgs: /p:EnableAggressiveTrimming=true /p:RunWasmSamples=false /p:AotHostArchitecture=x64 /p:AotHostOS=$(_hostedOS)
159159
shouldRunSmokeOnly: true
160160
# ignore test failures for runtime-extra-platforms, but not when this
161161
# is run as part of a wasm specific pipeline like runtime-wasm
@@ -218,7 +218,8 @@ jobs:
218218
platforms:
219219
- wasi_wasm
220220
- wasi_wasm_win
221-
extraBuildArgs: /p:EnableAggressiveTrimming=true /p:RunWasmSamples=true /p:AotHostArchitecture=x64 /p:AotHostOS=$(_hostedOS)
221+
extraBuildArgs: /p:EnableAggressiveTrimming=true /p:RunWasmSamples=false /p:AotHostArchitecture=x64 /p:AotHostOS=$(_hostedOS)
222+
shouldRunSmokeOnly: true
222223
# always run for wasm only pipelines
223224
alwaysRun: ${{ parameters.isWasmOnlyBuild }}
224225
isExtraPlatformsBuild: ${{ parameters.isExtraPlatformsBuild }}

0 commit comments

Comments
 (0)