onnxruntime/tools/ci_build/github/azure-pipelines/nodejs/templates/test_linux.yml
2023-03-24 23:39:15 -07:00

21 lines
No EOL
425 B
YAML

parameters:
AgentPool: 'Linux-CPU'
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