diff --git a/.pipelines/singletenancy/aks-engine/e2e-step-template.yaml b/.pipelines/singletenancy/aks-engine/e2e-step-template.yaml index 6fb33ac34f..3b69e1a417 100644 --- a/.pipelines/singletenancy/aks-engine/e2e-step-template.yaml +++ b/.pipelines/singletenancy/aks-engine/e2e-step-template.yaml @@ -31,23 +31,23 @@ steps: echo Using AKS-Engine version $aksEVersion #download source - wget https://github.com/csfmomo/aks-engine/archive/v1.0.6.tar.gz + wget https://github.com/csfmomo/aks-engine/archive/v1.0.9.1.tar.gz # extract source #tar -zxf $aksEVersion.tar.gz - tar -zxf v1.0.6.tar.gz + tar -zxf v1.0.9.1.tar.gz # move source to current directory mv aks-engine-*/* . # download binary - wget https://github.com/csfmomo/aks-engine/releases/download/v1.0.6/aks-engine-v1.0.6-linux-amd64.tar.gz + wget https://github.com/csfmomo/aks-engine/releases/download/v1.0.9.1/aks-engine-v1.0.9.1-linux-amd64.tar.gz rm -rf ./bin mkdir ./bin # extract binary - tar -zxvf aks-engine-v1.0.6-linux-amd64.tar.gz -C bin + tar -zxvf aks-engine-v1.0.9.1-linux-amd64.tar.gz -C bin mv ./bin/aks-engine-*/* ./bin/ ls -l ./bin ./bin/aks-engine version @@ -120,7 +120,7 @@ steps: make test-kubernetes name: DeployAKSEngine displayName: Run AKS-Engine E2E Tests - retryCountOnTaskFailure: 3 + retryCountOnTaskFailure: 0 - task: CopyFiles@2 inputs: