Skip to content

Commit c09a541

Browse files
authored
Update test results titles to include service directory and cloud names (Azure#15422)
1 parent 2e56a4f commit c09a541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/templates/jobs/live.tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ jobs:
202202
inputs:
203203
searchFolder: "$(System.DefaultWorkingDirectory)/sdk"
204204
testResultsFiles: "$(TestResultsFiles)"
205-
testRunTitle: "$(OSName) - $(TestType) - Integration Tests - [Node $(NodeTestVersion)]"
205+
testRunTitle: "${{ parameters.ServiceDirectory }} ${{ parameters.CloudConfig.Cloud }} $(Agent.JobName)"
206206
condition: >
207207
and(
208208
always(),

0 commit comments

Comments
 (0)