Skip to content

Commit

Permalink
Disable interpolation for monorepo plugin (#42936) (#42941)
Browse files Browse the repository at this point in the history
* Disable interpolation for monorepo plugin

* Changes to trigger pipelines for test

* Revert "Changes to trigger pipelines for test"

This reverts commit 6592ba1.

(cherry picked from commit 849e95d)

Co-authored-by: Yehor Shvedov <146825775+ev1yehor@users.noreply.github.com>
  • Loading branch information
mergify[bot] and ev1yehor authored Mar 4, 2025
1 parent d3ba271 commit 8aa8284
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ steps:
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
interpolation: false
watch:
- path:
- auditbeat/
Expand Down Expand Up @@ -40,6 +41,7 @@ steps:
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
interpolation: false
watch:
- path:
- heartbeat/
Expand Down Expand Up @@ -74,6 +76,7 @@ steps:
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
interpolation: false
watch:
- path:
- filebeat/
Expand Down Expand Up @@ -109,6 +112,7 @@ steps:
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
interpolation: false
watch:
- path:
- filebeat/
Expand Down Expand Up @@ -146,6 +150,7 @@ steps:
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
interpolation: false
watch:
- path:
- x-pack/dockerlogbeat/
Expand Down Expand Up @@ -180,6 +185,7 @@ steps:
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
interpolation: false
watch:
- path:
- metricbeat/
Expand Down Expand Up @@ -214,6 +220,7 @@ steps:
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
interpolation: false
watch:
- path:
- metricbeat/
Expand Down Expand Up @@ -251,6 +258,7 @@ steps:
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
interpolation: false
watch:
- path:
- x-pack/osquerybeat/**
Expand Down Expand Up @@ -288,6 +296,7 @@ steps:
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
interpolation: false
watch:
- path:
- winlogbeat/
Expand Down Expand Up @@ -323,6 +332,7 @@ steps:
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
interpolation: false
watch:
- path:
- .buildkite/deploy/kubernetes/**
Expand Down Expand Up @@ -353,6 +363,7 @@ steps:
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
interpolation: false
watch:
- path:
- libbeat/
Expand Down Expand Up @@ -386,6 +397,7 @@ steps:
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
interpolation: false
watch:
- path:
- libbeat/
Expand Down Expand Up @@ -421,6 +433,7 @@ steps:
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
interpolation: false
watch:
- path:
- auditbeat/
Expand Down Expand Up @@ -457,6 +470,7 @@ steps:
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
interpolation: false
watch:
- path:
- heartbeat/
Expand Down Expand Up @@ -493,6 +507,7 @@ steps:
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
interpolation: false
watch:
- path:
- packetbeat/
Expand Down Expand Up @@ -529,6 +544,7 @@ steps:
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
interpolation: false
watch:
- path:
- winlogbeat/
Expand Down Expand Up @@ -563,6 +579,7 @@ steps:
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
interpolation: false
watch:
- path:
- packetbeat/
Expand Down Expand Up @@ -597,6 +614,7 @@ steps:
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
interpolation: false
watch:
- path:
- auditbeat/
Expand Down

0 comments on commit 8aa8284

Please sign in to comment.