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

Testing runner refactoring from test infra definitions #32459

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
9 changes: 7 additions & 2 deletions .gitlab/common/test_infra_version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# File generated by inv buildimages.update-test-infra-definitions
# Please do not edit this file manually
# To update the test-infra-definitions version, run `inv buildimages.update-test-infra-definitions --commit-sha <commit_sha>` [--is-dev-image]


---
variables:
TEST_INFRA_DEFINITIONS_BUILDIMAGES: 221bbc806266
TEST_INFRA_DEFINITIONS_BUILDIMAGES_SUFFIX: ''
TEST_INFRA_DEFINITIONS_BUILDIMAGES: ea4c5e1bf450
TEST_INFRA_DEFINITIONS_BUILDIMAGES_SUFFIX: -dev
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-20241223125918-ea4c5e1bf450
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.

Loading