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

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 15:49:03 +02:00 committed by GitHub
parent d4715a36c0
commit 05125cc000
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'"