File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 73
73
- openjdk19
74
74
- openjdk20
75
75
- openjdk21
76
+ - openjdk22
76
77
GRADLE_TASK :
77
78
- checkPart1
78
79
- checkPart2
@@ -180,7 +181,7 @@ steps:
180
181
image : family/elasticsearch-ubuntu-2004
181
182
machineType : n2-standard-8
182
183
buildDirectory : /dev/shm/bk
183
- if : build.branch == "main" || build.branch =~ /^[0-9]+\.[0-9]+\$/
184
+ if : build.branch == "main" || build.branch == "7.17"
184
185
- label : Check branch consistency
185
186
command : .ci/scripts/run-gradle.sh branchConsistency
186
187
timeout_in_minutes : 15
Original file line number Diff line number Diff line change @@ -1174,6 +1174,7 @@ steps:
1174
1174
- openjdk19
1175
1175
- openjdk20
1176
1176
- openjdk21
1177
+ - openjdk22
1177
1178
GRADLE_TASK :
1178
1179
- checkPart1
1179
1180
- checkPart2
You can’t perform that action at this time.
0 commit comments