Skip to content

Commit

Permalink
fix trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
dliappis committed Apr 17, 2024
1 parent 8c55648 commit ebdcb4d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,15 +286,17 @@ steps:
- BUILDKITE_PULL_REQUEST_BASE_BRANCH=${BUILDKITE_PULL_REQUEST_BASE_BRANCH}
- GITHUB_PR_LABELS=${GITHUB_PR_LABELS}

- label: "Trigger x-pack/Heartbeat"
- label: "Trigger x-pack/heartbeat"
plugins:
- monorepo-diff#v1.0.1:
diff: "git diff --name-only HEAD~1"
diff: "git diff --name-only origin/${GITHUB_PR_TARGET_BRANCH}...HEAD"
watch:
- path:
- x-pack/heartbeat/
- .buildkite/x-pack/pipeline.xpack.heartbeat.yml
#XPACK
- .buildkite/scripts/
- .buildkite/hooks/
# x-pack
- go.mod
- pytest.ini
- dev-tools/
Expand All @@ -303,10 +305,10 @@ steps:
- x-pack/libbeat/
config:
trigger: "beats-xpack-heartbeat"
label: ":package: x-pack/heartbeat pipeline"
build:
commit: "${BUILDKITE_COMMIT}"
branch: "${BUILDKITE_BRANCH}"
env:
- BUILDKITE_PULL_REQUEST=${BUILDKITE_PULL_REQUEST}
- BUILDKITE_PULL_REQUEST_BASE_BRANCH=${BUILDKITE_PULL_REQUEST_BASE_BRANCH}
- GITHUB_PR_LABELS=${GITHUB_PR_LABELS}

0 comments on commit ebdcb4d

Please sign in to comment.