Skip to content

Commit

Permalink
updated main pipeline (#39693)
Browse files Browse the repository at this point in the history
in main beats pipeline fixed styling and updated watch path for x-pack/osquerybeat
  • Loading branch information
oakrizan authored May 23, 2024
1 parent 2562e44 commit 2419622
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ steps:
watch:
- path:
- x-pack/osquerybeat/**
- .buildkite/x-pack/pipeline.xpack.metricbeat.yml
- .buildkite/x-pack/pipeline.xpack.osquerybeat.yml
- .buildkite/scripts/**
- .buildkite/hooks/**
# x-pack
Expand Down Expand Up @@ -279,7 +279,7 @@ steps:
commit: "${BUILDKITE_COMMIT}"
branch: "${BUILDKITE_BRANCH}"

- label: "Trigger Xpack/Winlogbeat"
- label: "Trigger x-pack/winlogbeat"
if: build.pull_request.id != null
plugins:
- monorepo-diff#v1.0.1:
Expand All @@ -306,7 +306,7 @@ steps:
- BUILDKITE_PULL_REQUEST_BASE_BRANCH=${BUILDKITE_PULL_REQUEST_BASE_BRANCH}
- GITHUB_PR_LABELS=${GITHUB_PR_LABELS}

- label: "Triggering Build for Xpack/Winlogbeat"
- label: "Triggering Build for x-pack/winlogbeat"
if: build.pull_request.id == null
trigger: "beats-xpack-winlogbeat"
build:
Expand Down

0 comments on commit 2419622

Please sign in to comment.