Skip to content

Commit

Permalink
added soft fail for extended
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed Apr 30, 2024
1 parent bdfd9d8 commit 8a65cc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .buildkite/x-pack/pipeline.xpack.filebeat.yml
Expand Up @@ -115,6 +115,9 @@ steps:
- group: "x-pack/filebeat Extended Windows Tests"
key: "x-pack-filebeat-extended-win-tests"
if: build.env("BUILDKITE_PULL_REQUEST") == "false" || build.env("GITHUB_PR_LABELS") =~ /.*[Ww]indows.*/
soft_fail:
- exit_status: "*"

steps:
- label: ":windows: Win-2019 Unit Tests"
command: |
Expand Down Expand Up @@ -173,6 +176,8 @@ steps:
- group: "x-pack/filebeat Extended Tests"
key: "x-pack-filebeat-extended-tests"
if: build.env("BUILDKITE_PULL_REQUEST") == "false" || build.env("GITHUB_PR_LABELS") =~ /.*(macOS|arm|aws).*/
soft_fail:
- exit_status: "*"

steps:
- label: ":ubuntu: ARM Unit Tests"
Expand Down

0 comments on commit 8a65cc2

Please sign in to comment.