We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6c450a commit 0f9ecaaCopy full SHA for 0f9ecaa
.buildkite/pipelines/periodic.template.yml
@@ -73,7 +73,6 @@ steps:
73
- openjdk19
74
- openjdk20
75
- openjdk21
76
- - openjdk22
77
GRADLE_TASK:
78
- checkPart1
79
- checkPart2
@@ -181,7 +180,7 @@ steps:
181
180
image: family/elasticsearch-ubuntu-2004
182
machineType: n2-standard-8
183
buildDirectory: /dev/shm/bk
184
- if: build.branch == "main" || build.branch == "7.17"
+ if: build.branch == "main" || build.branch =~ /^[0-9]+\.[0-9]+\$/
185
- label: Check branch consistency
186
command: .ci/scripts/run-gradle.sh branchConsistency
187
timeout_in_minutes: 15
.buildkite/pipelines/periodic.yml
@@ -1184,7 +1184,6 @@ steps:
1184
1185
1186
1187
1188
1189
1190
0 commit comments