Updated aks-engine to unblock the pipeline. (#1745)
* Updated aks-engine to unblock the pipeline. * Use the latest aks-e dependancy. * Update aks-e dependency to unblock acn pipeline and set retry to 0 to get quick result.
This commit is contained in:
Родитель
b5f4fbf580
Коммит
abd0772432
|
@ -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:
|
||||
|
|
Загрузка…
Ссылка в новой задаче