Skip to content

Commit

Permalink
[meta] remove gke 1.16 tests (elastic#1184)
Browse files Browse the repository at this point in the history
This commit remove tests on GKE 1.16 following new GKE version updates:

https://cloud.google.com/kubernetes-engine/docs/release-notes#May_04_2021
  • Loading branch information
jmlrt committed Jul 6, 2021
1 parent 04aad16 commit 1fad744
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion helpers/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,5 @@ APM_SERVER_SUITE:
- security
- upgrade
KUBERNETES_VERSION:
- "1.16"
- "1.17"
- "1.18"
2 changes: 1 addition & 1 deletion helpers/terraform/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM centos:7

ENV VAULT_VERSION 0.9.3
ENV TERRAFORM_VERSION=0.11.7
ENV KUBECTL_VERSION=1.16.10
ENV KUBECTL_VERSION=1.17.17
ENV HELM_VERSION=3.5.3
ENV DOCKER_VERSION=18.09.7
ENV JQ_VERSION=1.6
Expand Down
2 changes: 1 addition & 1 deletion helpers/terraform/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GOOGLE_PROJECT := elastic-ci-prod
CLUSTER_NAME := helm-elasticsearch-test
KUBERNETES_VERSION := 1.16
KUBERNETES_VERSION := 1.17
CHART := elasticsearch
SUITE := default
NAMESPACE := helm-charts-testing
Expand Down

0 comments on commit 1fad744

Please sign in to comment.