Skip to content

Commit

Permalink
removed soft fail from extended steps
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed May 8, 2024
1 parent 50f613c commit 2d9d030
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .buildkite/x-pack/pipeline.xpack.filebeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,8 +143,6 @@ steps:
machineType: "${GCP_WIN_MACHINE_TYPE}"
disk_size: 100
disk_type: "pd-ssd"
soft_fail:
- exit_status: "*"
artifact_paths:
- "x-pack/filebeat/build/*.xml"
- "x-pack/filebeat/build/*.json"
Expand All @@ -166,8 +164,6 @@ steps:
machineType: "${GCP_WIN_MACHINE_TYPE}"
disk_size: 100
disk_type: "pd-ssd"
soft_fail:
- exit_status: "*"
artifact_paths:
- "x-pack/filebeat/build/*.xml"
- "x-pack/filebeat/build/*.json"
Expand All @@ -189,8 +185,6 @@ steps:
machineType: "${GCP_WIN_MACHINE_TYPE}"
disk_size: 100
disk_type: "pd-ssd"
soft_fail:
- exit_status: "*"
artifact_paths:
- "x-pack/filebeat/build/*.xml"
- "x-pack/filebeat/build/*.json"
Expand All @@ -213,8 +207,6 @@ 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 @@ -235,8 +227,6 @@ 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 @@ -258,8 +248,6 @@ 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 Down Expand Up @@ -287,8 +275,6 @@ 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 @@ -313,8 +299,6 @@ 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 2d9d030

Please sign in to comment.