Skip to content

Commit

Permalink
[test-infra-definitions][automated] Bump test-infra-definitions to 21…
Browse files Browse the repository at this point in the history
…a734ab
  • Loading branch information
agent-platform-auto-pr[bot] committed Dec 18, 2024
1 parent 0171d14 commit cb3a45a
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 23 deletions.
7 changes: 2 additions & 5 deletions .gitlab/common/test_infra_version.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
---
variables:
# To use images from test-infra-definitions dev branches, set the SUFFIX variable to -dev
# and check the job creating the image to make sure you have the right SHA prefix
TEST_INFRA_DEFINITIONS_BUILDIMAGES_SUFFIX: ""
# Make sure to update test-infra-definitions version in go.mod as well
TEST_INFRA_DEFINITIONS_BUILDIMAGES: 6459608ed9fa
TEST_INFRA_DEFINITIONS_BUILDIMAGES: 21a734ab35f8
TEST_INFRA_DEFINITIONS_BUILDIMAGES_SUFFIX: ''
12 changes: 6 additions & 6 deletions 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-20241218082354-6459608ed9fa
github.com/DataDog/test-infra-definitions v0.0.0-20241218140841-21a734ab35f8
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 All @@ -72,10 +72,10 @@ require (
github.com/kr/pretty v0.3.1
github.com/mitchellh/mapstructure v1.5.1-0.20231216201459-8508981c8b6c
github.com/pkg/sftp v1.13.7
github.com/pulumi/pulumi-aws/sdk/v6 v6.56.1
github.com/pulumi/pulumi-awsx/sdk/v2 v2.16.1
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.18.3
github.com/pulumi/pulumi/sdk/v3 v3.140.0
github.com/pulumi/pulumi-aws/sdk/v6 v6.59.1
github.com/pulumi/pulumi-awsx/sdk/v2 v2.19.0
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.19.0
github.com/pulumi/pulumi/sdk/v3 v3.142.0
github.com/samber/lo v1.47.0
github.com/stretchr/testify v1.10.0
github.com/xeipuuv/gojsonschema v1.2.0
Expand Down Expand Up @@ -171,7 +171,7 @@ require (
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/hashicorp/hcl/v2 v2.20.1 // indirect
github.com/hashicorp/hcl/v2 v2.22.0 // indirect
github.com/imdario/mergo v0.3.16 // indirect
github.com/inconshreveable/mousetrap v1.1.0 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
Expand Down
24 changes: 12 additions & 12 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 cb3a45a

Please sign in to comment.