We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cbfe08 commit a90ef3bCopy full SHA for a90ef3b
.azure/hpu-tests.yml
@@ -84,7 +84,7 @@ jobs:
84
85
- task: PublishTestResults@2
86
inputs:
87
- testResultsFiles: 'hpu*_test-results.xml'
+ testResultsFiles: 'tests/tests_pytorch/hpu*_test-results.xml'
88
testRunTitle: '$(Agent.OS) - $(Build.DefinitionName) - Python $(python.version)'
89
condition: succeededOrFailed()
90
displayName: 'Publish test results'
0 commit comments