jobs: - job: Linux_CI_GPU_Dev pool: Linux-GPU-CUDA10 steps: - template: templates/set-test-data-variables-step.yml - script: 'tools/ci_build/github/linux/run_dockerbuild.sh -o ubuntu16.04 -d gpu -r $(Build.BinariesDirectory) -x "--test_data_url $(TestDataUrl) --test_data_checksum $(TestDataChecksum)"' displayName: 'Command Line Script' - task: ms.vss-governance-buildtask.governance-build-task-component-detection.ComponentGovernanceComponentDetection@0 displayName: 'Component Detection' condition: and(succeeded(), in(variables['Build.Reason'], 'IndividualCI', 'BatchedCI')) - template: templates/clean-agent-build-directory-step.yml