From 2a144f3e67ff15c6d0ca1b23d8fee1965e4d1db6 Mon Sep 17 00:00:00 2001 From: Alexandros Sapranidis Date: Fri, 12 Apr 2024 16:29:24 +0300 Subject: [PATCH] Add scripts folder to trigger all projects (#38883) This way any change under the script folder that is what most of the CI project use to run their step is broken we will know about it. Signed-off-by: Alexandros Sapranidis --- .buildkite/pipeline.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 7183c89219be..f424b30f45c0 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -9,6 +9,7 @@ steps: - path: - auditbeat/ - .buildkite/auditbeat/ + - .buildkite/scripts #OSS - go.mod - pytest.ini @@ -33,6 +34,7 @@ steps: - path: - heartbeat/ - .buildkite/heartbeat/ + - .buildkite/scripts #OSS - go.mod - pytest.ini @@ -57,6 +59,7 @@ steps: - path: - x-pack/dockerlogbeat/ - .buildkite/x-pack/pipeline.xpack.dockerlogbeat.yml + - .buildkite/scripts #OSS - go.mod - pytest.ini @@ -106,6 +109,7 @@ steps: - path: - x-pack/winlogbeat/ - .buildkite/x-pack/pipeline.xpack.winlogbeat.yml + - .buildkite/scripts #OSS - go.mod - pytest.ini @@ -131,6 +135,7 @@ steps: - .buildkite/deploy/kubernetes/** - deploy/kubernetes/** - libbeat/docs/version.asciidoc + - .buildkite/scripts config: trigger: "deploy-k8s" build: