Skip to content

Commit 6345328

Browse files
committed
chore: update service connection to v1.4.45 hotfix
1 parent 5bae8ad commit 6345328

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ steps:
5151
sudo mv gsutil /usr/local/bin
5252
name: "installKubetest"
5353
displayName: "Set up Conformance Tests"
54-
54+
5555
- script: |
5656
ls -lah
5757
pwd
@@ -111,7 +111,7 @@ steps:
111111
112112
- task: AzureCLI@2
113113
inputs:
114-
azureSubscription: "Azure Container Networking - Test"
114+
azureSubscription: $(AZURE_TEST_AGENT_SERVICE_CONNECTION)
115115
scriptLocation: "inlineScript"
116116
scriptType: "bash"
117117
addSpnToEnvironment: true

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ steps:
5656
name: "installCilium"
5757
displayName: "Install Cilium"
5858
59-
- script: |
59+
- script: |
6060
echo "install cilium CLI"
6161
CILIUM_CLI_VERSION=$(curl -s https://raw.githubusercontent.com/cilium/cilium-cli/master/stable.txt)
6262
CLI_ARCH=amd64
@@ -124,7 +124,7 @@ steps:
124124
retryCountOnTaskFailure: 3
125125
name: "ciliumConnectivityTests"
126126
displayName: "Run Cilium Connectivity Tests"
127-
127+
128128
- script: |
129129
ARTIFACT_DIR=$(Build.ArtifactStagingDirectory)/test-output/
130130
echo $ARTIFACT_DIR
@@ -136,7 +136,7 @@ steps:
136136
137137
- task: AzureCLI@2
138138
inputs:
139-
azureSubscription: "Azure Container Networking - Test"
139+
azureSubscription: $(AZURE_TEST_AGENT_SERVICE_CONNECTION)
140140
scriptLocation: "inlineScript"
141141
scriptType: "bash"
142142
addSpnToEnvironment: true

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ steps:
5656
name: "installCilium"
5757
displayName: "Install Cilium on AKS Overlay"
5858
59-
- script: |
59+
- script: |
6060
echo "install cilium CLI"
6161
CILIUM_CLI_VERSION=$(curl -s https://raw.githubusercontent.com/cilium/cilium-cli/master/stable.txt)
6262
CLI_ARCH=amd64
@@ -129,7 +129,7 @@ steps:
129129
cilium connectivity test
130130
name: "ciliumConnectivityTests"
131131
displayName: "Run Cilium Connectivity Tests"
132-
132+
133133
- script: |
134134
ARTIFACT_DIR=$(Build.ArtifactStagingDirectory)/test-output/
135135
echo $ARTIFACT_DIR
@@ -141,7 +141,7 @@ steps:
141141
142142
- task: AzureCLI@2
143143
inputs:
144-
azureSubscription: "Azure Container Networking - Test"
144+
azureSubscription: $(AZURE_TEST_AGENT_SERVICE_CONNECTION)
145145
scriptLocation: "inlineScript"
146146
scriptType: "bash"
147147
addSpnToEnvironment: true

0 commit comments

Comments
 (0)