onnxruntime/tools/ci_build/github/azure-pipelines/linux-gpu-tensorrt-ci-pipeline.yml
Dwayne Robinson 395fac9a34 Merged PR 5419219: DmlDev RI from GitHub master 2020-11-18
Fix some merge issues manually.
2020-11-18 21:00:58 +00:00

19 lines
650 B
YAML

jobs:
- job: Linux_CI_GPU_TENSORRT_Dev
pool: Linux-GPU-CUDA10
variables:
ALLOW_RELEASED_ONNX_OPSET_ONLY: '1'
timeoutInMinutes: 90
steps:
- template: templates/set-test-data-variables-step.yml
- template: templates/run-docker-build-steps.yml
parameters:
# Latest TensorRT container only supports ubuntu18.04
RunDockerBuildArgs: '-o ubuntu18.04 -d tensorrt -r $(Build.BinariesDirectory) -p 3.6 -x "--build_wheel"'
- template: templates/component-governance-component-detection-steps.yml
parameters :
condition : 'ci_only'
- template: templates/clean-agent-build-directory-step.yml