Skip to content

Commit d867f62

Browse files
Sync eng/common directory with azure-sdk-tools for PR 9000 (Azure#31151)
Sync eng/common directory with azure-sdk-tools for PR Azure/azure-sdk-tools#9000 See [eng/common workflow](https://github.com/Azure/azure-sdk-tools/blob/main/eng/common/README.md#workflow) Co-authored-by: Wes Haggard <[email protected]>
1 parent f029402 commit d867f62

File tree

1 file changed

+8
-0
lines changed
  • eng/common/pipelines/templates/jobs

1 file changed

+8
-0
lines changed

eng/common/pipelines/templates/jobs/perf.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,10 @@ jobs:
120120
ServiceDirectory: ${{ parameters.ServiceDirectory }}
121121
Location: westus
122122
ResourceType: perf
123+
ServiceConnection: azure-sdk-tests
124+
SubscriptionConfigurationFilePaths:
125+
- eng/common/TestResources/sub-config/AzurePublicMsft.json
126+
UseFederatedAuth: true
123127

124128
- script: >-
125129
dotnet run -- run
@@ -179,3 +183,7 @@ jobs:
179183
parameters:
180184
ServiceDirectory: ${{ parameters.ServiceDirectory }}
181185
ResourceType: perf
186+
ServiceConnection: azure-sdk-tests
187+
SubscriptionConfigurationFilePaths:
188+
- eng/common/TestResources/sub-config/AzurePublicMsft.json
189+
UseFederatedAuth: true

0 commit comments

Comments
 (0)