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 2e56a4f commit c09a541Copy full SHA for c09a541
eng/pipelines/templates/jobs/live.tests.yml
@@ -202,7 +202,7 @@ jobs:
202
inputs:
203
searchFolder: "$(System.DefaultWorkingDirectory)/sdk"
204
testResultsFiles: "$(TestResultsFiles)"
205
- testRunTitle: "$(OSName) - $(TestType) - Integration Tests - [Node $(NodeTestVersion)]"
+ testRunTitle: "${{ parameters.ServiceDirectory }} ${{ parameters.CloudConfig.Cloud }} $(Agent.JobName)"
206
condition: >
207
and(
208
always(),
0 commit comments