[ci] Split JDK matrix pipelines per OS (#15534) (#15537)

This commit splits the generic Buildkite pipelines introduced
in #15520 for JDK tests to separate pipelines for Linux and Windows.

(cherry picked from commit 07147b3e40)

Co-authored-by: Dimitrios Liappis <dimitrios.liappis@gmail.com>
This commit is contained in:
github-actions[bot] 2023-11-07 16:18:42 +02:00 committed by GitHub
parent 7c5b19c145
commit d908fb8dfc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 3 deletions

View file

@ -1,3 +0,0 @@
steps:
- label: "Test JDK matrix pipeline"
command: "echo 'Hello world'"

View file

@ -0,0 +1,3 @@
steps:
- label: "Test Linux JDK matrix pipeline"
command: "echo 'Hello world'"

View file

@ -0,0 +1,3 @@
steps:
- label: "Test Windows JDK matrix pipeline"
command: "echo 'Hello world'"