Skip to content

Commit

Permalink
[Tests] Update K8s version for 1.28 compatibility (#3676)
Browse files Browse the repository at this point in the history
* Update k8s version

* Update k8s version
  • Loading branch information
constanca-m authored Nov 3, 2023
1 parent d412c3d commit 15b7ea3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ pipeline {
values 'ubuntu-22 && immutable', 'aws && aarch64 && gobld/diskSizeGb:200', 'windows-2016 && windows-immutable', 'windows-2022 && windows-immutable' //, 'macos12 && x86_64'
}
}
stages {
stages {
stage('K8s') {
when {
beforeAgent true
Expand All @@ -112,7 +112,7 @@ pipeline {
steps {
deleteDir()
unstashV2(name: 'source', bucket: "${JOB_GCS_BUCKET}", credentialsId: "${JOB_GCS_CREDENTIALS}")
runK8s(k8sVersion: 'v1.27.3', kindVersion: 'v0.20.0', context: "K8s-${PLATFORM}")
runK8s(k8sVersion: 'v1.28.0', kindVersion: 'v0.20.0', context: "K8s-${PLATFORM}")
}
}
stage('Package') {
Expand Down Expand Up @@ -184,7 +184,7 @@ pipeline {
axes {
axis {
name 'K8S_VERSION'
values "v1.27.3","v1.26.6","v1.25.11"
values "v1.28.0","v1.27.3","v1.26.6"
}
}
stages {
Expand Down Expand Up @@ -300,7 +300,7 @@ pipeline {
}
}
}
}
}
}
post {
cleanup {
Expand Down

0 comments on commit 15b7ea3

Please sign in to comment.