Skip to content

Commit

Permalink
fix: upgrade aks-engine version to v0.53.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andyzhangx committed Jul 10, 2020
1 parent d0e4b4f commit eb8a249
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ presubmits:
- --aksengine-location=westus2
- --aksengine-public-key=$(AZURE_SSH_PUBLIC_KEY_FILE)
- --aksengine-template-url=https://raw.githubusercontent.com/Azure/aks-engine/master/examples/kubernetes.json
- --aksengine-download-url=https://github.com/Azure/aks-engine/releases/download/v0.48.0/aks-engine-v0.48.0-linux-amd64.tar.gz
- --aksengine-download-url=https://github.com/Azure/aks-engine/releases/download/v0.53.0/aks-engine-v0.53.0-linux-amd64.tar.gz
# Specific test args
- --test_args=--ginkgo.focus=\[Conformance\]|\[NodeConformance\] --ginkgo.skip=\[Slow\]|\[Serial\]|\[Flaky\]
- --ginkgo-parallel=30
Expand Down Expand Up @@ -90,7 +90,7 @@ presubmits:
- --aksengine-location=westus2
- --aksengine-public-key=$(AZURE_SSH_PUBLIC_KEY_FILE)
- --aksengine-template-url=https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/master/test/e2e/manifest/in-tree.json
- --aksengine-download-url=https://github.com/Azure/aks-engine/releases/download/v0.48.0/aks-engine-v0.48.0-linux-amd64.tar.gz
- --aksengine-download-url=https://github.com/Azure/aks-engine/releases/download/v0.53.0/aks-engine-v0.53.0-linux-amd64.tar.gz
# Specific test args
- --test-azure-disk-csi-driver
- --ginkgo-parallel=1
Expand Down Expand Up @@ -145,7 +145,7 @@ presubmits:
- --aksengine-location=westus2
- --aksengine-public-key=$(AZURE_SSH_PUBLIC_KEY_FILE)
- --aksengine-template-url=https://raw.githubusercontent.com/kubernetes-sigs/azuredisk-csi-driver/master/test/e2e/manifest/in-tree-vmss.json
- --aksengine-download-url=https://github.com/Azure/aks-engine/releases/download/v0.48.0/aks-engine-v0.48.0-linux-amd64.tar.gz
- --aksengine-download-url=https://github.com/Azure/aks-engine/releases/download/v0.53.0/aks-engine-v0.53.0-linux-amd64.tar.gz
# Specific test args
- --test-azure-disk-csi-driver
- --ginkgo-parallel=1
Expand Down Expand Up @@ -205,7 +205,7 @@ presubmits:
- --aksengine-location=westus2
- --aksengine-public-key=$(AZURE_SSH_PUBLIC_KEY_FILE)
- --aksengine-template-url=https://raw.githubusercontent.com/kubernetes-sigs/azurefile-csi-driver/master/test/e2e/manifest/in-tree.json
- --aksengine-download-url=https://github.com/Azure/aks-engine/releases/download/v0.48.0/aks-engine-v0.48.0-linux-amd64.tar.gz
- --aksengine-download-url=https://github.com/Azure/aks-engine/releases/download/v0.53.0/aks-engine-v0.53.0-linux-amd64.tar.gz
# Specific test args
- --test-azure-file-csi-driver
- --ginkgo-parallel=1
Expand Down Expand Up @@ -258,7 +258,7 @@ periodics:
- --aksengine-location=westus2
- --aksengine-public-key=$(AZURE_SSH_PUBLIC_KEY_FILE)
- --aksengine-template-url=https://raw.githubusercontent.com/Azure/aks-engine/master/examples/kubernetes.json
- --aksengine-download-url=https://github.com/Azure/aks-engine/releases/download/v0.48.0/aks-engine-v0.48.0-linux-amd64.tar.gz
- --aksengine-download-url=https://github.com/Azure/aks-engine/releases/download/v0.53.0/aks-engine-v0.53.0-linux-amd64.tar.gz
# Specific test args
- --test_args=--ginkgo.focus=\[Conformance\]|\[NodeConformance\] --ginkgo.skip=\[Slow\]|\[Serial\]|\[Flaky\]
- --ginkgo-parallel=30
Expand Down

0 comments on commit eb8a249

Please sign in to comment.