mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-26 22:35:43 +00:00
Move a nodejs test to a different machine pool (#17970)
### Description This is a temp fix for the failing "Zip-Nuget-Java-Nodejs Packaging Pipeline". The pipeline is failing because I removed NodeJS from the build machine pool's image, to reduce the number of dependencies we need to maintain in VMs. So this PR will temporarily move the test to a different machine pool to get the test passed. Then I will move the test to docker. Docker images are relatively easier to update and maintain. Now we almost run all Linux test in docker, except for this one. Moving it to docker is needed for enabling GPU support in nodejs, because all our Linux VMs do not have CUDA. ### Motivation and Context
This commit is contained in:
parent
9356986730
commit
57c8736596
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
parameters:
|
||||
AgentPool: 'onnxruntime-Ubuntu2004-AMD-CPU'
|
||||
AgentPool: 'Azure-Pipelines-EO-Ubuntu-2004-aiinfra'
|
||||
StageSuffix: ''
|
||||
stages:
|
||||
- stage: Nodejs_Test_${{ parameters.StageSuffix }}
|
||||
|
|
@ -18,4 +18,4 @@ stages:
|
|||
value: '$(Build.BinariesDirectory)'
|
||||
steps:
|
||||
- template: test.yml
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -804,7 +804,7 @@ stages:
|
|||
|
||||
- template: ../nodejs/templates/test_linux.yml
|
||||
parameters:
|
||||
AgentPool : 'onnxruntime-Ubuntu2004-AMD-CPU'
|
||||
AgentPool : 'Azure-Pipelines-EO-Ubuntu-2004-aiinfra'
|
||||
StageSuffix : 'Linux_CPU_x64'
|
||||
|
||||
- template: ../nodejs/templates/test_macos.yml
|
||||
|
|
|
|||
Loading…
Reference in a new issue