Skip to content

Commit

Permalink
Investigating kind 0.24 failures
Browse files Browse the repository at this point in the history
  • Loading branch information
mauri870 committed Oct 18, 2024
1 parent e347693 commit ecf9a72
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .buildkite/filebeat/filebeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
5 changes: 4 additions & 1 deletion .buildkite/metricbeat/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit ecf9a72

Please sign in to comment.