Skip to content

Commit

Permalink
Move perf pipelines to TME subscription (Azure#42501)
Browse files Browse the repository at this point in the history
Co-authored-by: Wes Haggard <Wes.Haggard@microsoft.com>
  • Loading branch information
azure-sdk and weshaggard authored Oct 21, 2024
1 parent 5527866 commit 46f877d
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 58 deletions.
2 changes: 1 addition & 1 deletion eng/common/TestResources/deploy-test-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources)
ServiceConnection: not-specified
ResourceType: test
UseFederatedAuth: false
UseFederatedAuth: true
PersistOidcToken: false

# SubscriptionConfiguration will be splatted into the parameters of the test
Expand Down
2 changes: 1 addition & 1 deletion eng/common/TestResources/remove-test-resources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ parameters:
ServiceConnection: not-specified
ResourceType: test
EnvVars: {}
UseFederatedAuth: false
UseFederatedAuth: true

# SubscriptionConfiguration will be splat into the parameters of the test
# resources script. It should be JSON in the form:
Expand Down
12 changes: 0 additions & 12 deletions eng/common/TestResources/sub-config/AzureChinaMsft.json

This file was deleted.

12 changes: 0 additions & 12 deletions eng/common/TestResources/sub-config/AzurePreviewMsft.json

This file was deleted.

12 changes: 0 additions & 12 deletions eng/common/TestResources/sub-config/AzurePublicMsft.json

This file was deleted.

12 changes: 0 additions & 12 deletions eng/common/TestResources/sub-config/AzureUsGovMsft.json

This file was deleted.

10 changes: 2 additions & 8 deletions eng/common/pipelines/templates/jobs/perf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,7 @@ jobs:
ServiceDirectory: ${{ parameters.ServiceDirectory }}
Location: westus
ResourceType: perf
ServiceConnection: azure-sdk-tests
SubscriptionConfigurationFilePaths:
- eng/common/TestResources/sub-config/AzurePublicMsft.json
UseFederatedAuth: true
ServiceConnection: azure-sdk-tests-public

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

0 comments on commit 46f877d

Please sign in to comment.