Skip to content

Commit

Permalink
Update k8s testing versions to latest ones (#509)
Browse files Browse the repository at this point in the history
Signed-off-by: ChrsMark <chrismarkou92@gmail.com>
  • Loading branch information
ChrsMark authored Jun 3, 2022
1 parent e6241d8 commit ec48f63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -219,15 +219,15 @@ pipeline {
axes {
axis {
name 'K8S_VERSION'
values "v1.23.0", "v1.22.0", "v1.21.1", "v1.20.7", "v1.19.11", "v1.18.19"
values "v1.24.0, v1.23.6, v1.22.9, v1.21.12"
}
}
stages {
stage('K8s') {
steps {
deleteDir()
unstashV2(name: 'source', bucket: "${JOB_GCS_BUCKET}", credentialsId: "${JOB_GCS_CREDENTIALS}")
runK8s(k8sVersion: K8S_VERSION, kindVersion: 'v0.11.1', context: "K8s-${K8S_VERSION}")
runK8s(k8sVersion: K8S_VERSION, kindVersion: 'v0.14.0', context: "K8s-${K8S_VERSION}")
}
post {
always {
Expand Down

0 comments on commit ec48f63

Please sign in to comment.