Skip to content

Commit

Permalink
chore: update remaining CI pipelines to k8s v1.31.0 (#41081)
Browse files Browse the repository at this point in the history
* chore: update pipeline to k8s v1.31.0

* print error to debug test failures

(cherry picked from commit 839733f)
  • Loading branch information
mauri870 authored and mergify[bot] committed Oct 16, 2024
1 parent 27a6078 commit 9fee722
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildkite/deploy/kubernetes/deploy-k8s-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ env:
MODULE: "kubernetes"

# Other deps
ASDF_KIND_VERSION: "0.20.0"
ASDF_KIND_VERSION: "0.24.0"

IMAGE_BEATS_WITH_HOOKS_LATEST: "docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-beats-ci-with-hooks:latest"

Expand Down
2 changes: 1 addition & 1 deletion .buildkite/filebeat/filebeat-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
ASDF_MAGE_VERSION: 1.15.0

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

# Unit tests
Expand Down
2 changes: 1 addition & 1 deletion .buildkite/metricbeat/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
IMAGE_BEATS_WITH_HOOKS_LATEST: "docker.elastic.co/ci-agent-images/platform-ingest/buildkite-agent-beats-ci-with-hooks:latest"

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

# Module Tests
Expand Down
1 change: 1 addition & 0 deletions dev-tools/mage/gotest.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ func goTestIntegrationForSingleModule(ctx context.Context, module string) error
return nil
})
if err != nil {
fmt.Printf("Error: failed to run integration tests for module %s:\n%v\n", fi.Name(), err)
// err will already be report to stdout, collect failed module to report at end
failedModules = append(failedModules, fi.Name())
}
Expand Down

0 comments on commit 9fee722

Please sign in to comment.