diff --git a/.gitlab/common/test_infra_version.yml b/.gitlab/common/test_infra_version.yml index 7f0c7b20b4182..1351ce0ccfd75 100644 --- a/.gitlab/common/test_infra_version.yml +++ b/.gitlab/common/test_infra_version.yml @@ -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: f3aa4172342a + TEST_INFRA_DEFINITIONS_BUILDIMAGES: 05cfcb147e0c diff --git a/test/new-e2e/go.mod b/test/new-e2e/go.mod index ddc0885c26768..8ce69f93174f0 100644 --- a/test/new-e2e/go.mod +++ b/test/new-e2e/go.mod @@ -59,7 +59,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-20241003134706-f3aa4172342a + github.com/DataDog/test-infra-definitions v0.0.0-20241004154940-05cfcb147e0c github.com/aws/aws-sdk-go-v2 v1.30.5 github.com/aws/aws-sdk-go-v2/config v1.27.19 github.com/aws/aws-sdk-go-v2/service/ec2 v1.164.2 diff --git a/test/new-e2e/go.sum b/test/new-e2e/go.sum index 2c9cf131dd6ba..a167d26187cc4 100644 --- a/test/new-e2e/go.sum +++ b/test/new-e2e/go.sum @@ -16,8 +16,8 @@ github.com/DataDog/datadog-go/v5 v5.5.0 h1:G5KHeB8pWBNXT4Jtw0zAkhdxEAWSpWH00geHI github.com/DataDog/datadog-go/v5 v5.5.0/go.mod h1:K9kcYBlxkcPP8tvvjZZKs/m1edNAUFzBbdpTUKfCsuw= github.com/DataDog/mmh3 v0.0.0-20200805151601-30884ca2197a h1:m9REhmyaWD5YJ0P53ygRHxKKo+KM+nw+zz0hEdKztMo= github.com/DataDog/mmh3 v0.0.0-20200805151601-30884ca2197a/go.mod h1:SvsjzyJlSg0rKsqYgdcFxeEVflx3ZNAyFfkUHP0TxXg= -github.com/DataDog/test-infra-definitions v0.0.0-20241003134706-f3aa4172342a h1:pIBGr3y+uiBo8bgjhNAWLh3yQrHl684drANOfyRle0Q= -github.com/DataDog/test-infra-definitions v0.0.0-20241003134706-f3aa4172342a/go.mod h1:nbSZa2alOY/vhOJRJNhMAbXNLARLT83ozjoP+s1hyRE= +github.com/DataDog/test-infra-definitions v0.0.0-20241004154940-05cfcb147e0c h1:+zTsEL+d6KopZmMYA3E/JSvK6o03oQP19FMtRgsU8Cg= +github.com/DataDog/test-infra-definitions v0.0.0-20241004154940-05cfcb147e0c/go.mod h1:nbSZa2alOY/vhOJRJNhMAbXNLARLT83ozjoP+s1hyRE= github.com/DataDog/viper v1.13.5 h1:SZMcyMknYQN2jRY/40A16gUXexlNJOI8sDs1cWZnI64= github.com/DataDog/viper v1.13.5/go.mod h1:wDdUVJ2SHaMaPrCZrlRCObwkubsX8j5sme3LaR/SGTc= github.com/DataDog/zstd v1.5.5 h1:oWf5W7GtOLgp6bciQYDmhHHjdhYkALu6S/5Ni9ZgSvQ=