Skip to content

Commit 06d2a29

Browse files
committed
undid previous commit and tried using runtime variables
1 parent d88650e commit 06d2a29

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

eng/pipelines/common/templates/runtimes/wasm-runtime-and-send-to-helix.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ parameters:
3232

3333

3434
steps:
35-
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) /p:RuntimeVariant=monointerpreter /p:LibrariesConfiguration=${{ parameters.buildConfig }} -ci -excludemonofailures os Browser wasm $(buildConfigUpper)
35+
- script: $(Build.SourcesDirectory)/src/tests/build$(scriptExt) /p:RuntimeVariant=monointerpreter /p:LibrariesConfiguration=${{ parameters.buildConfig }} -ci -excludemonofailures os Browser wasm $(buildConfigUpper) /p:ForNode=$(ForNode)
3636
displayName: Build Tests
3737

3838
# Send tests to Helix

eng/pipelines/runtime.yml

+2
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,8 @@ jobs:
635635
value: 10
636636
- name: timeoutPerTestCollectionInMinutes
637637
value: 200
638+
- name: ForNode
639+
value: true
638640
jobParameters:
639641
testGroup: innerloop
640642
nameSuffix: AllSubsets_Mono_RuntimeTests_NodeJS

0 commit comments

Comments
 (0)