File tree 1 file changed +8
-8
lines changed
tools/ci_build/github/azure-pipelines/templates
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -881,14 +881,14 @@ stages:
881
881
PoolName : Onnxruntime-Linux-GPU
882
882
UpstreamJob : Linux_py_GPU_Wheels
883
883
884
- # The following one doesn't work, need fixes
885
- # - template: test_python_linux.yml
886
- # parameters:
887
- # ArtifactName: onnxruntime_linux_gpu_x86_64
888
- # OrtPythonPackageName: onnxruntime_gpu
889
- # PoolName: ubuntu-20.04
890
- # UsePublicHostedPool: true
891
- # JobNameSuffix: '2'
884
+ - template : test_python_linux.yml
885
+ parameters :
886
+ ArtifactName : onnxruntime_linux_gpu_x86_64
887
+ OrtPythonPackageName : onnxruntime_gpu
888
+ PoolName : ubuntu-20.04
889
+ UsePublicHostedPool : true
890
+ JobNameSuffix : ' 2 '
891
+ UpstreamJob : Linux_py_GPU_Wheels
892
892
893
893
- ${{ if eq(parameters.enable_mac_cpu, true) }} :
894
894
- template : test_python_linux.yml
You can’t perform that action at this time.
0 commit comments