Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[7.17](backport #38827) Move to static BK pipeline for metricbeat #38858

Merged
merged 16 commits into from
Apr 12, 2024
Prev Previous commit
Next Next commit
shush module tests
  • Loading branch information
dliappis committed Apr 12, 2024
commit 9a03f9df0e6a66d685ec44c1fb28dea3d38abafa
11 changes: 7 additions & 4 deletions .buildkite/metricbeat/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,13 @@ steps:
key: "mandatory-int-test"
command: |
set -euo pipefail
# defines the MODULE env var based on what's changed in a PR
source .buildkite/scripts/changesets.sh
defineModuleFromTheChangeSet metricbeat
echo "~~~ Will run tests with env var MODULE=$$MODULE"

# TODO: uncomment lines below (that set MODULE) when https://github.com/elastic/beats/issues/38874 has been resolved.
# TODO: Note that this problem exists ONLY on 7.17 branch
# # defines the MODULE env var based on what's changed in a PR
# source .buildkite/scripts/changesets.sh
# defineModuleFromTheChangeSet metricbeat
# echo "~~~ Will run tests with env var MODULE=$$MODULE"

# TODO move this section to base image / pre-command hook
echo "~~~ Installing kind"
Expand Down
Loading