From ccc41d76ffa86ec2c81a18c586b50154b1cca029 Mon Sep 17 00:00:00 2001 From: Dimitrios Liappis Date: Thu, 2 Nov 2023 17:51:50 +0200 Subject: [PATCH] [ci] Initial JDK matrix Buildkite pipeline (#15520) This commit adds a skeleton Buildkite pipeline for the JDK matrix tests. Relates: - https://github.com/elastic/logstash/pull/15519 - https://github.com/elastic/ingest-dev/issues/1725 --- .buildkite/jdk_matrix_pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .buildkite/jdk_matrix_pipeline.yml diff --git a/.buildkite/jdk_matrix_pipeline.yml b/.buildkite/jdk_matrix_pipeline.yml new file mode 100644 index 00000000000..307057543ff --- /dev/null +++ b/.buildkite/jdk_matrix_pipeline.yml @@ -0,0 +1,3 @@ +steps: + - label: "Test JDK matrix pipeline" + command: "echo 'Hello world'"