Skip to content

Commit dd642c0

Browse files
jpayne3506paulyufan2
authored andcommitted
ci: change service connection
1 parent 23e37aa commit dd642c0

10 files changed

+11
-11
lines changed

.pipelines/singletenancy/aks-swift/e2e-step-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ steps:
2424
2525
- task: AzureCLI@1
2626
inputs:
27-
azureSubscription: $(AZURE_TEST_AGENT_SERVICE_CONNECTION)
27+
azureSubscription: $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
2828
scriptLocation: "inlineScript"
2929
scriptType: "bash"
3030
addSpnToEnvironment: true

.pipelines/singletenancy/aks/e2e-job-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ stages:
6868

6969
- template: ../../cni/k8s-e2e/k8s-e2e-job-template.yaml
7070
parameters:
71-
sub: $(AZURE_TEST_AGENT_SERVICE_CONNECTION)
71+
sub: $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
7272
clusterName: ${{ parameters.clusterName }}-$(commitID)
7373
os: ${{ parameters.os }}
7474
datapath: true

.pipelines/singletenancy/aks/e2e-step-template.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
displayName: "Set up the Go environment"
2020
- task: AzureCLI@1
2121
inputs:
22-
azureSubscription: $(AZURE_TEST_AGENT_SERVICE_CONNECTION)
22+
azureSubscription: $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
2323
scriptLocation: "inlineScript"
2424
scriptType: "bash"
2525
addSpnToEnvironment: true
@@ -44,7 +44,7 @@ steps:
4444
displayName: "Upload CNI"
4545
- task: AzureCLI@1
4646
inputs:
47-
azureSubscription: $(AZURE_TEST_AGENT_SERVICE_CONNECTION)
47+
azureSubscription: $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
4848
scriptLocation: "inlineScript"
4949
scriptType: "bash"
5050
addSpnToEnvironment: true

.pipelines/singletenancy/azure-cni-overlay/azure-cni-overlay-e2e-step-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ steps:
2424
2525
- task: AzureCLI@1
2626
inputs:
27-
azureSubscription: $(AZURE_TEST_AGENT_SERVICE_CONNECTION)
27+
azureSubscription: $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
2828
scriptLocation: "inlineScript"
2929
scriptType: "bash"
3030
addSpnToEnvironment: true

.pipelines/singletenancy/cilium-overlay/cilium-overlay-e2e-step-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ steps:
2424
2525
- task: AzureCLI@1
2626
inputs:
27-
azureSubscription: $(AZURE_TEST_AGENT_SERVICE_CONNECTION)
27+
azureSubscription: $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
2828
scriptLocation: "inlineScript"
2929
scriptType: "bash"
3030
addSpnToEnvironment: true

.pipelines/singletenancy/cilium/cilium-e2e-step-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ steps:
2424
2525
- task: AzureCLI@1
2626
inputs:
27-
azureSubscription: $(AZURE_TEST_AGENT_SERVICE_CONNECTION)
27+
azureSubscription: $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
2828
scriptLocation: "inlineScript"
2929
scriptType: "bash"
3030
addSpnToEnvironment: true

.pipelines/singletenancy/dualstack-overlay/dualstackoverlay-e2e-job-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ stages:
5959

6060
- template: ../../cni/k8s-e2e/k8s-e2e-job-template.yaml
6161
parameters:
62-
sub: $(AZURE_TEST_AGENT_SERVICE_CONNECTION)
62+
sub: $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
6363
clusterName: ${{ parameters.clusterName }}-$(commitID)
6464
os: ${{ parameters.os }}
6565
dependsOn: ${{ parameters.name }}

.pipelines/singletenancy/dualstack-overlay/dualstackoverlay-e2e-step-template.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ steps:
1818
1919
- task: AzureCLI@2
2020
inputs:
21-
azureSubscription: $(AZURE_TEST_AGENT_SERVICE_CONNECTION)
21+
azureSubscription: $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
2222
scriptLocation: "inlineScript"
2323
scriptType: "bash"
2424
addSpnToEnvironment: true

.pipelines/templates/create-cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- task: AzureCLI@1
1717
inputs:
18-
azureSubscription: $(AZURE_TEST_AGENT_SERVICE_CONNECTION)
18+
azureSubscription: $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
1919
scriptLocation: "inlineScript"
2020
scriptType: "bash"
2121
addSpnToEnvironment: true

.pipelines/templates/delete-cluster.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameters:
66
steps:
77
- task: AzureCLI@1
88
inputs:
9-
azureSubscription: $(AZURE_TEST_AGENT_SERVICE_CONNECTION)
9+
azureSubscription: $(BUILD_VALIDATIONS_SERVICE_CONNECTION)
1010
scriptLocation: "inlineScript"
1111
scriptType: "bash"
1212
addSpnToEnvironment: true

0 commit comments

Comments
 (0)