Skip to content

Commit 83decca

Browse files
azure-sdkweshaggard
authored andcommitted
Move perf pipelines to TME subscription (Azure#38020)
Co-authored-by: Wes Haggard <[email protected]>
1 parent b176262 commit 83decca

File tree

7 files changed

+4
-58
lines changed

7 files changed

+4
-58
lines changed

eng/common/TestResources/deploy-test-resources.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parameters:
77
SubscriptionConfiguration: $(sub-config-azure-cloud-test-resources)
88
ServiceConnection: not-specified
99
ResourceType: test
10-
UseFederatedAuth: false
10+
UseFederatedAuth: true
1111
PersistOidcToken: false
1212

1313
# SubscriptionConfiguration will be splatted into the parameters of the test

eng/common/TestResources/remove-test-resources.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ parameters:
77
ServiceConnection: not-specified
88
ResourceType: test
99
EnvVars: {}
10-
UseFederatedAuth: false
10+
UseFederatedAuth: true
1111

1212
# SubscriptionConfiguration will be splat into the parameters of the test
1313
# resources script. It should be JSON in the form:

eng/common/TestResources/sub-config/AzureChinaMsft.json

-12
This file was deleted.

eng/common/TestResources/sub-config/AzurePreviewMsft.json

-12
This file was deleted.

eng/common/TestResources/sub-config/AzurePublicMsft.json

-12
This file was deleted.

eng/common/TestResources/sub-config/AzureUsGovMsft.json

-12
This file was deleted.

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

+2-8
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,7 @@ 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
123+
ServiceConnection: azure-sdk-tests-public
127124

128125
- script: >-
129126
dotnet run -- run
@@ -183,7 +180,4 @@ jobs:
183180
parameters:
184181
ServiceDirectory: ${{ parameters.ServiceDirectory }}
185182
ResourceType: perf
186-
ServiceConnection: azure-sdk-tests
187-
SubscriptionConfigurationFilePaths:
188-
- eng/common/TestResources/sub-config/AzurePublicMsft.json
189-
UseFederatedAuth: true
183+
ServiceConnection: azure-sdk-tests-public

0 commit comments

Comments
 (0)