Skip to content

Commit

Permalink
Add scripts folder to trigger all projects (elastic#38883)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
alexsapran authored Apr 12, 2024
1 parent c1b16f0 commit 2a144f3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ steps:
- path:
- auditbeat/
- .buildkite/auditbeat/
- .buildkite/scripts
#OSS
- go.mod
- pytest.ini
Expand All @@ -33,6 +34,7 @@ steps:
- path:
- heartbeat/
- .buildkite/heartbeat/
- .buildkite/scripts
#OSS
- go.mod
- pytest.ini
Expand All @@ -57,6 +59,7 @@ steps:
- path:
- x-pack/dockerlogbeat/
- .buildkite/x-pack/pipeline.xpack.dockerlogbeat.yml
- .buildkite/scripts
#OSS
- go.mod
- pytest.ini
Expand Down Expand Up @@ -106,6 +109,7 @@ steps:
- path:
- x-pack/winlogbeat/
- .buildkite/x-pack/pipeline.xpack.winlogbeat.yml
- .buildkite/scripts
#OSS
- go.mod
- pytest.ini
Expand All @@ -131,6 +135,7 @@ steps:
- .buildkite/deploy/kubernetes/**
- deploy/kubernetes/**
- libbeat/docs/version.asciidoc
- .buildkite/scripts
config:
trigger: "deploy-k8s"
build:
Expand Down

0 comments on commit 2a144f3

Please sign in to comment.