diff --git a/.buildkite/filebeat/filebeat-pipeline.yml b/.buildkite/filebeat/filebeat-pipeline.yml index 2b58709b2138..3af79ade7371 100644 --- a/.buildkite/filebeat/filebeat-pipeline.yml +++ b/.buildkite/filebeat/filebeat-pipeline.yml @@ -25,7 +25,9 @@ env: # Integration Tests K8S_VERSION: "v1.31.0" - ASDF_KIND_VERSION: "0.20.0" + ASDF_KIND_VERSION: "0.24.0" + MAGEFILE_VERBOSE: "true" + MODULE: "kubernetes" # Unit tests RACE_DETECTOR: "true" diff --git a/.buildkite/metricbeat/pipeline.yml b/.buildkite/metricbeat/pipeline.yml index 1a9dab4a2f95..2d20855515dd 100644 --- a/.buildkite/metricbeat/pipeline.yml +++ b/.buildkite/metricbeat/pipeline.yml @@ -22,7 +22,9 @@ env: # Integration Tests K8S_VERSION: "v1.31.0" - ASDF_KIND_VERSION: "0.20.0" + ASDF_KIND_VERSION: "0.24.0" + MAGEFILE_VERBOSE: "true" + MODULE: "kubernetes" # Module Tests BEAT_PATH: "metricbeat" @@ -107,6 +109,7 @@ steps: set -euo pipefail echo "~~~ Running tests" export KUBECONFIG="$$PWD/kubecfg" + asdf install kind "${ASDF_KIND_VERSION}" cd metricbeat mage goIntegTest retry: