Skip to content

Commit

Permalink
removed pipeline masking where irrelevant
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed May 7, 2024
1 parent 7091c7c commit 272fc14
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .buildkite/x-pack/pipeline.xpack.filebeat.yml
Expand Up @@ -28,7 +28,6 @@ steps:
- label: ":ubuntu: Unit Tests"
key: "x-pack-filebeat-mandatory-linux-unit-test"
command: |
set -euo pipefail
cd x-pack/filebeat
mage build unitTest
retry:
Expand All @@ -48,7 +47,6 @@ steps:
- label: ":ubuntu: Go Integration Tests"
key: "x-pack-filebeat-mandatory-int-test"
command: |
set -euo pipefail
cd x-pack/filebeat
mage goIntegTest
retry:
Expand All @@ -68,7 +66,6 @@ steps:
- label: ":ubuntu: Python Integration Tests"
key: "x-pack-filebeat-mandatory-python-int-test"
command: |
set -euo pipefail
cd x-pack/filebeat
mage pythonIntegTest
retry:
Expand Down Expand Up @@ -210,7 +207,6 @@ steps:
if: build.env("BUILDKITE_PULL_REQUEST") == "false" || build.env("GITHUB_PR_LABELS") =~ /.*arm.*/
key: "x-pack-filebeat-mandatory-linux-arm-unit-test"
command: |
set -euo pipefail
cd x-pack/filebeat
mage build unitTest
agents:
Expand Down

0 comments on commit 272fc14

Please sign in to comment.