File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments