Skip to content

Commit a119a73

Browse files
committed
add upgrade job to release/4.2
1 parent 01477e6 commit a119a73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jenkinsfile.podman

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ def kind_k8s_map = [
2121
]
2222
def _kind_image = null
2323
CRON_SETTINGS = '''H 1 * * * % MAVEN_PROFILE_NAME=kind-parallel
24-
H 2 * * * % MAVEN_PROFILE_NAME=kind-sequential'''
24+
H 2 * * * % MAVEN_PROFILE_NAME=kind-sequential
25+
H 3 * * * % MAVEN_PROFILE_NAME=kind-upgrade;KUBE_VERSION=1.24.0'''
2526

2627
pipeline {
2728
agent { label 'large-ol9' }

0 commit comments

Comments
 (0)