Skip to content

Commit

Permalink
Libbeat: added module integration test step (#39581)
Browse files Browse the repository at this point in the history
added missing next major step
  • Loading branch information
oakrizan committed May 16, 2024
1 parent 4931474 commit 3122641
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion .buildkite/libbeat/pipeline.libbeat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,31 @@ steps:
- github_commit_status:
context: "libbeat: Python Integration Tests"

- label: "Module compat tests: next major"
# Run module integration tests under next major of Elastic stack.
env:
STACK_ENVIRONMENT: "next-major"
command: |
set -euo pipefail
source .buildkite/scripts/changesets.sh
defineModuleFromTheChangeSet libbeat
echo "~~~ Running tests"
cd libbeat
mage pythonIntegTest
retry:
automatic:
- limit: 3
agents:
provider: "gcp"
image: "${IMAGE_UBUNTU_X86_64}"
machineType: "${GCP_HI_PERF_MACHINE_TYPE}"
artifact_paths:
- "libbeat/build/*.xml"
- "libbeat/build/*.json"
notify:
- github_commit_status:
context: "libbeat: Module compat tests / next major"

- label: ":negative_squared_cross_mark: Cross compile"
key: "mandatory-cross-compile"
command: |
Expand All @@ -96,7 +121,7 @@ steps:
- "libbeat/build/*.xml"
- "libbeat/build/*.json"
notify:
- github_commit_status:
- github_commit_status:
context: "libbeat: Cross compile"

- label: ":testengine: Stress Tests"
Expand Down

0 comments on commit 3122641

Please sign in to comment.