Skip to content

Commit

Permalink
removed duplicated step
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed May 15, 2024
1 parent 8f5af20 commit d4a6ce4
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .buildkite/filebeat/filebeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,32 +126,6 @@ steps:
- github_commit_status:
context: "filebeat: Module compat tests / previous minor"

- label: ":ubuntu: Filebeat Module Compatibility ITs (Previous Minor)"
command: |
# defines the MODULE env var based on what's changed in a PR
source .buildkite/scripts/changesets.sh
defineModuleFromTheChangeSet filebeat
# echo "~~~ Will run tests with env var MODULE=$$MODULE"
cd filebeat
mage pythonIntegTest
retry:
automatic:
- limit: 3
env:
STACK_ENVIRONMENT: prev-minor
TESTING_FILEBEAT_SKIP_DIFF: 1
PYTEST_ADDOPTS: '-k test_modules'
agents:
provider: gcp
image: "${IMAGE_UBUNTU_X86_64}"
machineType: "${GCP_HI_PERF_MACHINE_TYPE}"
artifact_paths:
- "filebeat/build/*.xml"
- "filebeat/build/*.json"
notify:
- github_commit_status:
context: "filebeat: Module Compatibility ITs (Previous Minor)"

- label: "Module compat tests: next major"
# Run module integration tests under next major of Elastic stack.
env:
Expand Down

0 comments on commit d4a6ce4

Please sign in to comment.