Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[test-infra-definitions][automated] Bump test-infra-definitions to 3d83b7e970db24b13c5e354e9a968fbc3dc50814 #32058

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitlab/common/test_infra_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ variables:
# 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: 1f340fd450e3
TEST_INFRA_DEFINITIONS_BUILDIMAGES: 3d83b7e970db
15 changes: 7 additions & 8 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-20241129143439-1f340fd450e3
github.com/DataDog/test-infra-definitions v0.0.0-20241211164217-3d83b7e970db
github.com/aws/aws-sdk-go-v2 v1.32.5
github.com/aws/aws-sdk-go-v2/config v1.28.5
github.com/aws/aws-sdk-go-v2/service/ec2 v1.190.0
Expand All @@ -74,8 +74,7 @@ require (
github.com/pkg/sftp v1.13.6
github.com/pulumi/pulumi-aws/sdk/v6 v6.56.1
github.com/pulumi/pulumi-awsx/sdk/v2 v2.16.1
github.com/pulumi/pulumi-eks/sdk/v2 v2.8.1 // indirect
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.17.1
github.com/pulumi/pulumi-kubernetes/sdk/v4 v4.18.3
github.com/pulumi/pulumi/sdk/v3 v3.140.0
github.com/samber/lo v1.47.0
github.com/stretchr/testify v1.10.0
Expand Down Expand Up @@ -303,13 +302,13 @@ require (
github.com/moby/docker-image-spec v1.3.1 // indirect
github.com/onsi/ginkgo/v2 v2.20.2 // indirect
github.com/onsi/gomega v1.34.1 // indirect
github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.67.0 // indirect
github.com/pulumi/pulumi-azure-native-sdk/compute/v2 v2.56.0 // indirect
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.67.0 // indirect
github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 v2.73.1 // indirect
github.com/pulumi/pulumi-azure-native-sdk/compute/v2 v2.73.1 // indirect
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 v2.73.1 // indirect
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 v2.73.1 // indirect
github.com/pulumi/pulumi-azure-native-sdk/network/v2 v2.67.0 // indirect
github.com/pulumi/pulumi-azure-native-sdk/network/v2 v2.73.1 // indirect
github.com/pulumi/pulumi-azure-native-sdk/v2 v2.73.1 // indirect
github.com/pulumi/pulumi-gcp/sdk/v6 v6.67.1 // indirect
github.com/pulumi/pulumi-eks/sdk/v3 v3.3.0 // indirect
github.com/pulumi/pulumi-gcp/sdk/v7 v7.38.0 // indirect
github.com/twinj/uuid v0.0.0-20151029044442-89173bcdda19 // indirect
github.com/x448/float16 v0.8.4 // indirect
Expand Down
30 changes: 14 additions & 16 deletions test/new-e2e/go.sum

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

Loading