未验证 提交 b603a5de 编写于 作者: A Ankit Jain 提交者: GitHub

[wasm] Fix passing `shouldContinueOnError` through for the library tests (#70494)

The new `Threading*` CI jobs on `runtime-wasm` use `shouldContinueOnError: false` because the tests are known to be unstable right now. But they were not getting correctly forwarded to the base templates.
上级 d78f3648
......@@ -8,6 +8,7 @@ parameters:
platforms: []
runAOT: false
runSmokeOnlyArg: ''
shouldContinueOnError: false
jobs:
......@@ -23,3 +24,4 @@ jobs:
extraHelixArgs: /p:NeedsToBuildWasmAppsOnHelix=true ${{ parameters.extraHelixArgs }}
alwaysRun: ${{ parameters.alwaysRun }}
runSmokeOnlyArg: $(_runSmokeTestsOnlyArg)
shouldContinueOnError: ${{ parameters.shouldContinueOnError }}
......@@ -7,6 +7,7 @@ parameters:
platforms: []
runSmokeOnlyArg: ''
scenarios: ['normal']
shouldContinueOnError: false
jobs:
......@@ -20,6 +21,7 @@ jobs:
buildConfig: Release
runtimeFlavor: mono
platforms: ${{ parameters.platforms }}
shouldContinueOnError: ${{ parameters.shouldContinueOnError }}
variables:
# map dependencies variables to local variables
- name: librariesContainsChange
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册