Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/filebeat/filebeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ env:

# Integration Tests
K8S_VERSION: "v1.31.0"
ASDF_KIND_VERSION: "0.20.0"
ASDF_KIND_VERSION: "0.24.0"

# Unit tests
RACE_DETECTOR: "true"
Expand Down
3 changes: 2 additions & 1 deletion .buildkite/metricbeat/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ env:

# Integration Tests
K8S_VERSION: "v1.31.0"
ASDF_KIND_VERSION: "0.20.0"
ASDF_KIND_VERSION: "0.24.0"

# Module Tests
BEAT_PATH: "metricbeat"
Expand Down Expand Up @@ -107,6 +107,7 @@ steps:
set -euo pipefail
echo "~~~ Running tests"
export KUBECONFIG="$$PWD/kubecfg"
asdf install kind "${ASDF_KIND_VERSION}"
cd metricbeat
mage goIntegTest
retry:
Expand Down