Skip to content

Commit

Permalink
add tests for new Gpu.Windows and Gpu.Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
mszhanyi committed Dec 21, 2023
1 parent 2fbde0e commit 98c2060
Showing 1 changed file with 19 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,16 @@ stages:
SpecificArtifact: ${{ parameters.SpecificArtifact }}
BuildId: ${{ parameters.BuildId }}

- template: nuget/templates/test_win.yml
parameters:
AgentPool : 'onnxruntime-Win2022-GPU-T4'
NugetPackageName : 'Microsoft.ML.OnnxRuntime.Gpu.Windows'
ArtifactSuffix: 'GPU'
StageSuffix: 'GPU_Windows'
Skipx86Tests: 'true'
SpecificArtifact: ${{ parameters.SpecificArtifact }}
BuildId: ${{ parameters.BuildId }}

- template: nuget/templates/test_linux.yml
parameters:
AgentPool : Onnxruntime-Linux-GPU
Expand All @@ -1144,6 +1154,15 @@ stages:
SpecificArtifact: ${{ parameters.specificArtifact }}
BuildId: ${{ parameters.BuildId }}

- template: nuget/templates/test_linux.yml
parameters:
AgentPool : Onnxruntime-Linux-GPU
ArtifactSuffix: 'GPU'
StageSuffix: 'GPU_Linux'
NugetPackageName : 'Microsoft.ML.OnnxRuntime.Gpu.Linux'
SpecificArtifact: ${{ parameters.specificArtifact }}
BuildId: ${{ parameters.BuildId }}

- template: nuget/templates/test_linux.yml
parameters:
AgentPool: AMD-GPU
Expand Down

0 comments on commit 98c2060

Please sign in to comment.