Skip to content

Commit

Permalink
[7.17](backport #38883) Add scripts folder to trigger all projects (#…
Browse files Browse the repository at this point in the history
…38892)

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 09d5d20 commit a56735e
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 @@ -125,6 +128,7 @@ steps:
- path:
- x-pack/winlogbeat/
- .buildkite/x-pack/pipeline.xpack.winlogbeat.yml
- .buildkite/scripts
#OSS
- go.mod
- pytest.ini
Expand All @@ -150,6 +154,7 @@ steps:
- .buildkite/deploy/kubernetes/**
- deploy/kubernetes/**
- libbeat/docs/version.asciidoc
- .buildkite/scripts
config:
trigger: "deploy-k8s"
build:
Expand Down

0 comments on commit a56735e

Please sign in to comment.