Skip to content

Commit

Permalink
Revert "Add Java 22 to testing matrix"
Browse files Browse the repository at this point in the history
This reverts commit 02aa9fb.
  • Loading branch information
mark-vieira committed Jan 9, 2024
1 parent a6c450a commit 0f9ecaa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .buildkite/pipelines/periodic.template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ steps:
- openjdk19
- openjdk20
- openjdk21
- openjdk22
GRADLE_TASK:
- checkPart1
- checkPart2
Expand Down Expand Up @@ -181,7 +180,7 @@ steps:
image: family/elasticsearch-ubuntu-2004
machineType: n2-standard-8
buildDirectory: /dev/shm/bk
if: build.branch == "main" || build.branch == "7.17"
if: build.branch == "main" || build.branch =~ /^[0-9]+\.[0-9]+\$/
- label: Check branch consistency
command: .ci/scripts/run-gradle.sh branchConsistency
timeout_in_minutes: 15
Expand Down
1 change: 0 additions & 1 deletion .buildkite/pipelines/periodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,6 @@ steps:
- openjdk19
- openjdk20
- openjdk21
- openjdk22
GRADLE_TASK:
- checkPart1
- checkPart2
Expand Down

0 comments on commit 0f9ecaa

Please sign in to comment.