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 df2d562 commit 255e2a8Copy full SHA for 255e2a8
.azure/gpu-benchmarks.yml
@@ -102,8 +102,8 @@ jobs:
102
workingDirectory: tests/
103
displayName: "Testing: benchmarks"
104
105
- - bash: bash run_standalone_tasks.sh "parity_fabric"
106
- workingDirectory: tests/
+ - bash: bash run_standalone_tasks.sh
+ workingDirectory: tests/parity_fabric
107
# without succeeded this could run even if the job has already failed
108
condition: and(succeeded(), eq(variables['PACKAGE_NAME'], 'fabric'))
109
env:
0 commit comments