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