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

Commit

Permalink
Merge #954
Browse files Browse the repository at this point in the history
954: [jjo] release-1.7: Merge #952 from master branch r=jjo a=jjo



Co-authored-by: David Barranco <dbarranco@vmware.com>
Co-authored-by: JuanJo Ciarlante <juanjosec@gmail.com>
  • Loading branch information
3 people authored Oct 7, 2020
2 parents 2f92fb4 + e8269b2 commit ccd0893
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import org.jenkinsci.plugins.pipeline.modeldefinition.Utils
def buildRelDefaults = [
'AKS_REL': '1.16,1.17',
'EKS_REL': '1.16,1.17',
'GKE_REL': '1.16,1.17-pre',
'GEN_REL': '1.16', // generic is tested on GKE, wait for 1.17 on the stable channel to change it
'GKE_REL': '1.16,1.17',
'GEN_REL': '1.17', // generic is tested on GKE, wait for 1.17 on the stable channel to change it
]

properties([
Expand Down
2 changes: 1 addition & 1 deletion jenkins/cloud-custodian/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def buildRelDefaults = [
'AKS_REL': '1.16,1.17',
'EKS_REL': '1.16,1.17',
'GKE_REL': '1.16,1.17',
'GEN_REL': '1.16',
'GEN_REL': '1.17',
]

Void noLog(String cmd) {
Expand Down

0 comments on commit ccd0893

Please sign in to comment.