From 0083738cde0fd3a019d3032d9c61b1fa5af6a734 Mon Sep 17 00:00:00 2001 From: Dimitrios Liappis Date: Wed, 18 Oct 2023 09:45:05 +0300 Subject: [PATCH] [ci] Initial aarch64 Buildkite pipeline (#15460) This commit adds a skeleton Buildkite pipeline for aarch64 exhaustive tests. - https://github.com/elastic/logstash/pull/15459 - https://github.com/elastic/ingest-dev/issues/1724 --- .buildkite/aarch64_pipeline.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .buildkite/aarch64_pipeline.yml diff --git a/.buildkite/aarch64_pipeline.yml b/.buildkite/aarch64_pipeline.yml new file mode 100644 index 00000000000..ff12481fa55 --- /dev/null +++ b/.buildkite/aarch64_pipeline.yml @@ -0,0 +1,3 @@ +steps: + - label: "Test aarch64" + command: "echo 'Hello world'"