Skip to content

Commit

Permalink
Use Kubernetes v1.17.0 in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprodan committed Jan 16, 2020
1 parent 1f03059 commit 3d7091a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- attach_workspace:
at: /tmp/bin
- run: test/container-build.sh
- run: test/e2e-kind.sh
- run: test/e2e-kind.sh v1.17.0
- run: test/e2e-kubernetes.sh
- run: test/e2e-kubernetes-tests.sh

Expand Down
2 changes: 1 addition & 1 deletion test/e2e-kind.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ KIND_VERSION=v0.7.0
KUBE_VERSION=v1.14.10

if [[ "$1" ]]; then
KIND_VERSION=$1
KUBE_VERSION=$1
fi

echo ">>> Installing kubectl"
Expand Down

0 comments on commit 3d7091a

Please sign in to comment.