Skip to content

Commit

Permalink
added aws pyint tests
Browse files Browse the repository at this point in the history
  • Loading branch information
oakrizan committed Mar 6, 2025
1 parent 758a4e4 commit 3131486
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .buildkite/x-pack/pipeline.xpack.metricbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,27 @@ steps:
- github_commit_status:
context: "x-pack/metricbeat: Python Integration Tests (Module)"


- label: ":ubuntu: x-pack/metricbeat: Python Integration Tests (Module)"
key: "mandatory-python-int-test-aws"
env:
TEST_TAGS: "oracle"
command: |
cd x-pack/metricbeat
mage pythonIntegTest
retry:
automatic:
- limit: 1
agents:
provider: "aws"
imagePrefix: "platform-ingest-beats-ubuntu-2204"
artifact_paths:
- "x-pack/metricbeat/build/*.xml"
- "x-pack/metricbeat/build/*.json"
notify:
- github_commit_status:
context: "x-pack/metricbeat: Python Integration Tests (Module)"

# - label: ":windows: x-pack/metricbeat: Win 2016 Unit Tests"
# command: |
# Set-Location -Path x-pack/metricbeat
Expand Down

0 comments on commit 3131486

Please sign in to comment.