-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wasm] CI: fix the new runtime-wasm-dbgtests pipeline (#81513)
* [wasm] CI: fix the new runtime-wasm-dbgtests pipeline * update README * fix * runtime-wasm-dbgtests: disable automatic run for PRs also
- Loading branch information
Showing
4 changed files
with
27 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,24 @@ | ||
trigger: none | ||
pr: none | ||
|
||
variables: | ||
- template: /eng/pipelines/common/variables.yml | ||
|
||
jobs: | ||
|
||
# | ||
# Evaluate paths | ||
# | ||
- template: /eng/pipelines/common/evaluate-default-paths.yml | ||
|
||
# Debugger tests | ||
- template: /eng/pipelines/common/templates/wasm-debugger-tests.yml | ||
extends: | ||
template: /eng/pipelines/common/templates/pipeline-with-resources.yml | ||
parameters: | ||
platforms: | ||
- Browser_wasm | ||
- Browser_wasm_win | ||
isExtraPlatformsBuild: ${{ parameters.isExtraPlatformsBuild }} | ||
isWasmOnlyBuild: ${{ parameters.isWasmOnlyBuild }} | ||
stages: | ||
- stage: Build | ||
jobs: | ||
|
||
- template: /eng/pipelines/common/templates/wasm-debugger-tests.yml | ||
parameters: | ||
platforms: | ||
- Browser_wasm | ||
- Browser_wasm_win | ||
extraBuildArgs: /p:MonoWasmBuildVariant=multithread /p:WasmEnableThreads=true | ||
nameSuffix: DebuggerTests_MultiThreaded | ||
isExtraPlatformsBuild: ${{ parameters.isExtraPlatformsBuild }} | ||
isWasmOnlyBuild: ${{ parameters.isWasmOnlyBuild }} | ||
# | ||
# Evaluate paths | ||
# | ||
- template: /eng/pipelines/common/evaluate-default-paths.yml | ||
|
||
- template: /eng/pipelines/common/templates/wasm-debugger-tests.yml | ||
parameters: | ||
platforms: | ||
- Browser_wasm_firefox | ||
browser: firefox | ||
isExtraPlatformsBuild: ${{ parameters.isExtraPlatformsBuild }} | ||
isWasmOnlyBuild: ${{ parameters.isWasmOnlyBuild }} | ||
alwaysRun: ${{ parameters.isWasmOnlyBuild }} | ||
# ff tests are unstable currently | ||
shouldContinueOnError: true | ||
- template: /eng/pipelines/extra-platforms/runtime-extra-platforms-wasm.yml | ||
parameters: | ||
isExtraPlatformsBuild: ${{ variables.isExtraPlatformsBuild }} | ||
isWasmOnlyBuild: ${{ variables.isWasmOnlyBuild }} | ||
isRollingBuild: ${{ variables.isRollingBuild }} | ||
debuggerTestsOnly: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters