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:
Changming Sun 2023-10-17 09:30:14 -07:00 committed by GitHub
parent 9356986730
commit 57c8736596
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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