mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
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:
parent
d4715a36c0
commit
05125cc000
3 changed files with 6 additions and 3 deletions
|
@ -1,3 +0,0 @@
|
|||
steps:
|
||||
- label: "Test JDK matrix pipeline"
|
||||
command: "echo 'Hello world'"
|
3
.buildkite/linux_jdk_matrix_pipeline.yml
Normal file
3
.buildkite/linux_jdk_matrix_pipeline.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
steps:
|
||||
- label: "Test Linux JDK matrix pipeline"
|
||||
command: "echo 'Hello world'"
|
3
.buildkite/windows_jdk_matrix_pipeline.yml
Normal file
3
.buildkite/windows_jdk_matrix_pipeline.yml
Normal file
|
@ -0,0 +1,3 @@
|
|||
steps:
|
||||
- label: "Test Windows JDK matrix pipeline"
|
||||
command: "echo 'Hello world'"
|
Loading…
Add table
Add a link
Reference in a new issue