Skip to content

Commit

Permalink
Merge pull request #333 from kinvolk/surajssd/update-gke-cluster-version
Browse files Browse the repository at this point in the history
[GKE versioning] Update GKE version used to run e2e tests
  • Loading branch information
kosyfrances authored Aug 10, 2018
2 parents d738069 + 12c29b3 commit 85e7444
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,18 @@ jobs:
k8s-v1.10:
environment:
K8S_VERSION: v1.10.0
GKE_CLUSTER_VERSION: 1.10.5-gke.0
GKE_CLUSTER_VERSION: "1.10"
CODEGEN_VERSION: kubernetes-1.10.0
<<: *defaults
k8s-v1.9:
environment:
K8S_VERSION: v1.9.0
GKE_CLUSTER_VERSION: 1.9.7-gke.3
GKE_CLUSTER_VERSION: "1.9"
<<: *defaults
k8s-v1.8:
environment:
K8S_VERSION: v1.8.0
GKE_CLUSTER_VERSION: 1.8.10-gke.0
GKE_CLUSTER_VERSION: "1.8"
<<: *defaults

workflows:
Expand Down

0 comments on commit 85e7444

Please sign in to comment.