Skip to content

Commit 15b7ea3

Browse files
authored
[Tests] Update K8s version for 1.28 compatibility (#3676)
* Update k8s version * Update k8s version
1 parent d412c3d commit 15b7ea3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.ci/Jenkinsfile

+4-4
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ pipeline {
9595
values 'ubuntu-22 && immutable', 'aws && aarch64 && gobld/diskSizeGb:200', 'windows-2016 && windows-immutable', 'windows-2022 && windows-immutable' //, 'macos12 && x86_64'
9696
}
9797
}
98-
stages {
98+
stages {
9999
stage('K8s') {
100100
when {
101101
beforeAgent true
@@ -112,7 +112,7 @@ pipeline {
112112
steps {
113113
deleteDir()
114114
unstashV2(name: 'source', bucket: "${JOB_GCS_BUCKET}", credentialsId: "${JOB_GCS_CREDENTIALS}")
115-
runK8s(k8sVersion: 'v1.27.3', kindVersion: 'v0.20.0', context: "K8s-${PLATFORM}")
115+
runK8s(k8sVersion: 'v1.28.0', kindVersion: 'v0.20.0', context: "K8s-${PLATFORM}")
116116
}
117117
}
118118
stage('Package') {
@@ -184,7 +184,7 @@ pipeline {
184184
axes {
185185
axis {
186186
name 'K8S_VERSION'
187-
values "v1.27.3","v1.26.6","v1.25.11"
187+
values "v1.28.0","v1.27.3","v1.26.6"
188188
}
189189
}
190190
stages {
@@ -300,7 +300,7 @@ pipeline {
300300
}
301301
}
302302
}
303-
}
303+
}
304304
}
305305
post {
306306
cleanup {

0 commit comments

Comments
 (0)