diff --git a/.pipelines/singletenancy/aks-engine/e2e-step-template.yaml b/.pipelines/singletenancy/aks-engine/e2e-step-template.yaml index c4eef2100a..6fb33ac34f 100644 --- a/.pipelines/singletenancy/aks-engine/e2e-step-template.yaml +++ b/.pipelines/singletenancy/aks-engine/e2e-step-template.yaml @@ -31,22 +31,23 @@ steps: echo Using AKS-Engine version $aksEVersion #download source - wget https://github.com/jaer-tsun/aks-engine/archive/v1.0.5.tar.gz + wget https://github.com/csfmomo/aks-engine/archive/v1.0.6.tar.gz # extract source #tar -zxf $aksEVersion.tar.gz - tar -zxf v1.0.5.tar.gz + tar -zxf v1.0.6.tar.gz # move source to current directory mv aks-engine-*/* . # download binary - wget https://github.com/jaer-tsun/aks-engine/releases/download/v1.0.5/aks-engine-v1.0.5-linux-amd64.tar.gz + wget https://github.com/csfmomo/aks-engine/releases/download/v1.0.6/aks-engine-v1.0.6-linux-amd64.tar.gz + rm -rf ./bin mkdir ./bin # extract binary - tar -zxvf aks-engine-v1.0.5-linux-amd64.tar.gz -C bin + tar -zxvf aks-engine-v1.0.6-linux-amd64.tar.gz -C bin mv ./bin/aks-engine-*/* ./bin/ ls -l ./bin ./bin/aks-engine version @@ -132,14 +133,3 @@ steps: artifactName: ${{ parameters.name }} pathtoPublish: "$(Build.ArtifactStagingDirectory)/${{ parameters.name }}" condition: always() - - - task: AzureCLI@2 - displayName: "Delete Test Cluster Resource Group" - condition: always() - inputs: - azureSubscription: $(AKS_ENGINE_SERVICE_CONNECTION) - scriptType: 'bash' - scriptLocation: 'inlineScript' - inlineScript: | - echo "Deleting: $(RESOURCE_GROUP)" - az group delete -n $(RESOURCE_GROUP) --yes diff --git a/test/apimodels/cniLinux1804.json b/test/apimodels/cniLinux1804.json index 8b1db53183..5d04f815bc 100644 --- a/test/apimodels/cniLinux1804.json +++ b/test/apimodels/cniLinux1804.json @@ -4,7 +4,7 @@ "orchestratorProfile": { "orchestratorType": "Kubernetes", "orchestratorRelease": "1.22", - "orchestratorVersion": "1.22.7", + "orchestratorVersion": "1.22.15", "kubernetesConfig": { "networkPlugin": "azure", "networkPolicy": "azure", diff --git a/test/apimodels/cniWindows1903.json b/test/apimodels/cniWindows1903.json index 7450ad70ff..303dd12424 100644 --- a/test/apimodels/cniWindows1903.json +++ b/test/apimodels/cniWindows1903.json @@ -4,7 +4,7 @@ "orchestratorProfile": { "orchestratorType": "Kubernetes", "orchestratorRelease": "1.22", - "orchestratorVersion": "1.22.7", + "orchestratorVersion": "1.22.15", "kubernetesConfig": { "networkPlugin": "azure", "networkPolicy": "azure", diff --git a/test/apimodels/cniWindows2004.json b/test/apimodels/cniWindows2004.json index 64d8a312b7..ad0a86ff0d 100644 --- a/test/apimodels/cniWindows2004.json +++ b/test/apimodels/cniWindows2004.json @@ -4,7 +4,7 @@ "orchestratorProfile": { "orchestratorType": "Kubernetes", "orchestratorRelease": "1.22", - "orchestratorVersion": "1.22.7", + "orchestratorVersion": "1.22.15", "kubernetesConfig": { "networkPlugin": "azure", "networkPolicy": "azure", diff --git a/test/apimodels/cniWindows2022.json b/test/apimodels/cniWindows2022.json index d1b6358959..e774196148 100644 --- a/test/apimodels/cniWindows2022.json +++ b/test/apimodels/cniWindows2022.json @@ -4,7 +4,7 @@ "orchestratorProfile": { "orchestratorType": "Kubernetes", "orchestratorRelease": "1.22", - "orchestratorVersion": "1.22.7", + "orchestratorVersion": "1.22.15", "kubernetesConfig": { "networkPlugin": "azure", "networkPolicy": "azure",