From 2419622b1b33257d97f3948ceb63c69f23401c8e Mon Sep 17 00:00:00 2001 From: Olga Naydyonock Date: Thu, 23 May 2024 17:18:58 +0300 Subject: [PATCH] updated main pipeline (#39693) in main beats pipeline fixed styling and updated watch path for x-pack/osquerybeat --- .buildkite/pipeline.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index 66fca45bbff..52768481bff 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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 @@ -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: @@ -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: