Skip to content

Commit

Permalink
update kind to 0.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mauri870 committed Oct 18, 2024
1 parent e347693 commit 9767d74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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

0 comments on commit 9767d74

Please sign in to comment.