From 360f65a0fd2f5a0cc00632b859ea55296bb08996 Mon Sep 17 00:00:00 2001 From: Olga Naidjonoka Date: Mon, 29 Apr 2024 11:19:23 +0300 Subject: [PATCH] updated extebded group conditions --- .buildkite/x-pack/pipeline.xpack.filebeat.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.buildkite/x-pack/pipeline.xpack.filebeat.yml b/.buildkite/x-pack/pipeline.xpack.filebeat.yml index 9e8bbaa80c2..e60bb0adad1 100644 --- a/.buildkite/x-pack/pipeline.xpack.filebeat.yml +++ b/.buildkite/x-pack/pipeline.xpack.filebeat.yml @@ -172,8 +172,9 @@ steps: - group: "x-pack/filebeat Extended Tests" key: "x-pack-filebeat-extended-tests" - steps: + if: build.env("BUILDKITE_PULL_REQUEST") == "false" || build.env("GITHUB_PR_LABELS") =~ /.*(macOS|arm|aws).*/ + steps: - label: ":ubuntu: ARM Unit Tests" if: build.env("BUILDKITE_PULL_REQUEST") == "false" || build.env("GITHUB_PR_LABELS") =~ /.*arm.*/ key: "x-pack-filebeat-mandatory-linux-arm-unit-test"