Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Commit

Permalink
ci: drop 1.10 and begin testing against k8s 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Sameer Naik committed Mar 28, 2019
1 parent 983e247 commit 43ce9f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ spec:

// See:
// gcloud container get-server-config
def gkeKversions = ["1.11"]
def gkeKversions = ["1.11", "1.12"]
for (kversion in gkeKversions) {
def project = 'bkprtesting'
def zone = 'us-east1-b'
Expand Down Expand Up @@ -378,7 +378,7 @@ spec:

// See:
// az aks get-versions -l centralus --query 'sort(orchestrators[?orchestratorType==`Kubernetes`].orchestratorVersion)'
def aksKversions = ["1.10", "1.11"]
def aksKversions = ["1.11", "1.12"]
for (kversion in aksKversions) {
def resourceGroup = 'jenkins-bkpr-rg'
def location = "eastus"
Expand Down Expand Up @@ -498,7 +498,7 @@ spec:
}
}

def eksKversions = ["1.10", "1.11"]
def eksKversions = ["1.11"]
for (kversion in eksKversions) {
def awsRegion = "us-east-1"
def awsUserPoolId = "${awsRegion}_zkRzdsjxA"
Expand Down

0 comments on commit 43ce9f3

Please sign in to comment.