Skip to content

Commit

Permalink
Update perf tests to use federated auth
Browse files Browse the repository at this point in the history
  • Loading branch information
weshaggard authored and azure-sdk committed Sep 18, 2024
1 parent 6da213f commit e2050e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions eng/common/pipelines/templates/jobs/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,10 @@ jobs:
ServiceDirectory: ${{ parameters.ServiceDirectory }}
Location: westus
ResourceType: perf
ServiceConnection: azure-sdk-tests
SubscriptionConfigurationFilePaths:
- eng/common/TestResources/sub-config/AzurePublicMsft.json
UseFederatedAuth: true

- script: >-
dotnet run -- run
Expand Down Expand Up @@ -179,3 +183,7 @@ jobs:
parameters:
ServiceDirectory: ${{ parameters.ServiceDirectory }}
ResourceType: perf
ServiceConnection: azure-sdk-tests
SubscriptionConfigurationFilePaths:
- eng/common/TestResources/sub-config/AzurePublicMsft.json
UseFederatedAuth: true

0 comments on commit e2050e7

Please sign in to comment.