From 0f9ecaadbd649dba0b911900c118cb15b7134c75 Mon Sep 17 00:00:00 2001 From: Mark Vieira Date: Tue, 9 Jan 2024 09:58:44 -0800 Subject: [PATCH] Revert "Add Java 22 to testing matrix" This reverts commit 02aa9fb1632a30da5502da42ccd1611adc8004fc. --- .buildkite/pipelines/periodic.template.yml | 3 +-- .buildkite/pipelines/periodic.yml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.buildkite/pipelines/periodic.template.yml b/.buildkite/pipelines/periodic.template.yml index 39b79c85e4da8..fab36deb6124a 100644 --- a/.buildkite/pipelines/periodic.template.yml +++ b/.buildkite/pipelines/periodic.template.yml @@ -73,7 +73,6 @@ steps: - openjdk19 - openjdk20 - openjdk21 - - openjdk22 GRADLE_TASK: - checkPart1 - checkPart2 @@ -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 diff --git a/.buildkite/pipelines/periodic.yml b/.buildkite/pipelines/periodic.yml index 8e9a5007038c7..7a4133326fdd6 100644 --- a/.buildkite/pipelines/periodic.yml +++ b/.buildkite/pipelines/periodic.yml @@ -1184,7 +1184,6 @@ steps: - openjdk19 - openjdk20 - openjdk21 - - openjdk22 GRADLE_TASK: - checkPart1 - checkPart2