onnxruntime/tools/ci_build/github/azure-pipelines/nodejs/templates/test_linux.yml

19 lines
No EOL
382 B
YAML

parameters:
AgentPool: 'Linux-CPU'
JobSuffix: ''
jobs:
- job: Nodejs_Test_${{ parameters.JobSuffix }}
workspace:
clean: all
timeoutInMinutes: 120
pool: ${{ parameters.AgentPool }}
dependsOn:
- Nodejs_Packaging_CPU
condition: succeeded()
variables:
- name: OnnxRuntimeBuildDirectory
value: '$(Build.BinariesDirectory)'
steps:
- template: test.yml