Skip to content

Commit

Permalink
undid previous commit and tried using runtime variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Genkin committed Jul 20, 2021
1 parent d88650e commit 06d2a29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ parameters:


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

# Send tests to Helix
Expand Down
2 changes: 2 additions & 0 deletions eng/pipelines/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,8 @@ jobs:
value: 10
- name: timeoutPerTestCollectionInMinutes
value: 200
- name: ForNode
value: true
jobParameters:
testGroup: innerloop
nameSuffix: AllSubsets_Mono_RuntimeTests_NodeJS
Expand Down

0 comments on commit 06d2a29

Please sign in to comment.