File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments