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 0cc6b2c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .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 @@ -186,6 +189,8 @@ steps:
provider: "aws"
imagePrefix: "${IMAGE_UBUNTU_ARM_64}"
instanceType: "${AWS_ARM_INSTANCE_TYPE}"
soft_fail:
- exit_status: "*"
artifact_paths:
- "x-pack/filebeat/build/*.xml"
- "x-pack/filebeat/build/*.json"
Expand All @@ -203,6 +208,8 @@ steps:
agents:
provider: "orka"
imagePrefix: "${IMAGE_MACOS_X86_64}"
soft_fail:
- exit_status: "*"
artifact_paths:
- "x-pack/filebeat/build/*.xml"
- "x-pack/filebeat/build/*.json"
Expand All @@ -221,6 +228,8 @@ steps:
agents:
provider: "orka"
imagePrefix: "${IMAGE_MACOS_ARM}"
soft_fail:
- exit_status: "*"
artifact_paths:
- "x-pack/filebeat/build/*.xml"
- "x-pack/filebeat/build/*.json"
Expand All @@ -237,7 +246,6 @@ steps:
source .buildkite/scripts/changesets.sh
defineModuleFromTheChangeSet x-pack/filebeat
echo "~~~ Running tests with env var MODULE=$$MODULE"
.buildkite/scripts/cloud_tests.sh
env:
ASDF_TERRAFORM_VERSION: 1.0.2
Expand All @@ -249,6 +257,8 @@ steps:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
machineType: "${GCP_DEFAULT_MACHINE_TYPE}"
soft_fail:
- exit_status: "*"
artifact_paths:
- "x-pack/filebeat/build/*.xml"
- "x-pack/filebeat/build/*.json"
Expand All @@ -273,6 +283,8 @@ steps:
BEATS_PROJECT_NAME: x-pack/filebeat
MODULE_DIR: "x-pack/filebeat/input/awss3/_meta/terraform"
REPO: beats
soft_fail:
- exit_status: "*"
agents:
provider: "aws"
imagePrefix: "${IMAGE_UBUNTU_ARM_64}"
Expand Down

0 comments on commit 0cc6b2c

Please sign in to comment.