Skip to content

Commit

Permalink
updated extebded group conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed Apr 29, 2024
1 parent 529b1a5 commit 360f65a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .buildkite/x-pack/pipeline.xpack.filebeat.yml
Expand Up @@ -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"
Expand Down

0 comments on commit 360f65a

Please sign in to comment.