File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ def kind_k8s_map = [
1414 ]
1515]
1616def _kind_image = null
17- CRON_SETTINGS = '''H 1 * * 0-4 % MAVEN_PROFILE_NAME=kind-parallel
18- H 2 * * 0-4 % MAVEN_PROFILE_NAME=kind-sequential'''
17+ CRON_SETTINGS = '''H 1 * * 1-5 % MAVEN_PROFILE_NAME=kind-parallel
18+ H 2 * * 1-5 % MAVEN_PROFILE_NAME=kind-sequential'''
1919
2020pipeline {
2121 agent { label 'large-ol9u4' }
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def kind_k8s_map = [
2020 ]
2121]
2222def _kind_image = null
23- CRON_SETTINGS = '''H 4 * * * % MAVEN_PROFILE_NAME=kind-upgrade;KUBE_VERSION=1.24.17'''
23+ CRON_SETTINGS = '''H 4 * * 1-5 % MAVEN_PROFILE_NAME=kind-upgrade;KUBE_VERSION=1.24.17'''
2424
2525pipeline {
2626 agent { label 'large-ol9u4' }
You can’t perform that action at this time.
0 commit comments