File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -67,14 +67,6 @@ steps:
67
67
- openjdk18
68
68
- openjdk19
69
69
- openjdk20
70
- - openjdk21
71
- - openjdk22
72
- GRADLE_TASK :
73
- - checkPart1
74
- - checkPart2
75
- - checkPart3
76
- - bwcTestSnapshots
77
- - checkRestCompat
78
70
agents :
79
71
provider : gcp
80
72
image : family/elasticsearch-ubuntu-2004
@@ -167,7 +159,7 @@ steps:
167
159
image : family/elasticsearch-ubuntu-2004
168
160
machineType : n2-standard-8
169
161
buildDirectory : /dev/shm/bk
170
- if : build.branch == "main" || build.branch == "7.17"
162
+ if : build.branch == "main" || build.branch =~ /^[0-9]+\.[0-9]+\$/
171
163
- label : Check branch consistency
172
164
command : .ci/scripts/run-gradle.sh branchConsistency
173
165
timeout_in_minutes : 15
Original file line number Diff line number Diff line change @@ -1278,14 +1278,6 @@ steps:
1278
1278
- openjdk18
1279
1279
- openjdk19
1280
1280
- openjdk20
1281
- - openjdk21
1282
- - openjdk22
1283
- GRADLE_TASK :
1284
- - checkPart1
1285
- - checkPart2
1286
- - checkPart3
1287
- - bwcTestSnapshots
1288
- - checkRestCompat
1289
1281
agents :
1290
1282
provider : gcp
1291
1283
image : family/elasticsearch-ubuntu-2004
You can’t perform that action at this time.
0 commit comments