Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[wasm] Add a new runtime-wasm-features pipeline
.. which has only a SIMD_AOT job for now.
  • Loading branch information
radical committed Sep 7, 2022
commit b8633e859313d43c91be02a2a4238f2a2887b9b9
27 changes: 27 additions & 0 deletions eng/pipelines/runtime-wasm-features.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# This pipeline is meant to be run manually. It contains
# jobs that exercise extra/optional features for wasm, eg. SIMD

trigger: none

variables:
- template: /eng/pipelines/common/variables.yml

jobs:

# Evaluate paths
- template: /eng/pipelines/common/evaluate-default-paths.yml

# Run AOT tests with SIMD enabled
- template: /eng/pipelines/common/templates/wasm-library-tests.yml
parameters:
platforms:
- Browser_wasm
nameSuffix: _SIMD_AOT
isExtraPlatformsBuild: false
isWasmOnlyBuild: true
extraBuildArgs: /p:EnableAggressiveTrimming=true /p:BuildAOTTestsOnHelix=true /p:RunAOTCompilation=true
extraHelixArgs: /p:NeedsToBuildWasmAppsOnHelix=true /p:WasmEnableSIMD=true
runSmokeOnlyArg: ''
alwaysRun: true
scenarios:
- WasmTestOnNodeJS