onnxruntime/tools/ci_build/github/azure-pipelines/nodejs/templates/test_linux.yml
Changming Sun 95c20d0d2a
Cherry-pick two pipeline changes for the 1.16.2 patch release (#18249)
### Description
Pipeline changes for the 1.16.2 patch release. 
Cherry-pick
#17970 
#18069
2023-11-03 10:58:28 -07:00

21 lines
455 B
YAML

parameters:
AgentPool: 'Azure-Pipelines-EO-Ubuntu-2004-aiinfra'
StageSuffix: ''
stages:
- stage: Nodejs_Test_${{ parameters.StageSuffix }}
dependsOn:
- Nodejs_Packaging_CPU
condition: succeeded()
jobs:
- job:
workspace:
clean: all
timeoutInMinutes: 120
pool: ${{ parameters.AgentPool }}
variables:
- name: OnnxRuntimeBuildDirectory
value: '$(Build.BinariesDirectory)'
steps:
- template: test.yml