Skip to content

Commit

Permalink
Bump test infra
Browse files Browse the repository at this point in the history
  • Loading branch information
ogaca-dd committed Dec 19, 2024
1 parent 8f3ec02 commit 364e202
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitlab/common/test_infra_version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
variables:
TEST_INFRA_DEFINITIONS_BUILDIMAGES: 221bbc806266
TEST_INFRA_DEFINITIONS_BUILDIMAGES: ed2e00040283
TEST_INFRA_DEFINITIONS_BUILDIMAGES_SUFFIX: ''
1 change: 1 addition & 0 deletions pkg/collector/python/test_aggregator.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import (
"github.com/DataDog/datadog-agent/pkg/util/option"
)

// #include <datadog_agent_rtloader.h>
import "C"

func testSubmitMetric(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/new-e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ require (
// `TEST_INFRA_DEFINITIONS_BUILDIMAGES` matches the commit sha in the module version
// Example: github.com/DataDog/test-infra-definitions v0.0.0-YYYYMMDDHHmmSS-0123456789AB
// => TEST_INFRA_DEFINITIONS_BUILDIMAGES: 0123456789AB
github.com/DataDog/test-infra-definitions v0.0.0-20241218140851-221bbc806266
github.com/DataDog/test-infra-definitions v0.0.0-20241219090919-ed2e00040283
github.com/aws/aws-sdk-go-v2 v1.32.6
github.com/aws/aws-sdk-go-v2/config v1.28.6
github.com/aws/aws-sdk-go-v2/service/ec2 v1.190.0
Expand Down
4 changes: 2 additions & 2 deletions test/new-e2e/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 364e202

Please sign in to comment.