Skip to content

Commit

Permalink
[test-infra-definitions][automated] Bump test-infra-definitions to 0a…
Browse files Browse the repository at this point in the history
…48ed7298221d8ab5cdef39f5d50679a523411b (#30709)

Co-authored-by: pducolin <[email protected]>
(cherry picked from commit 32a1580)
  • Loading branch information
agent-platform-auto-pr[bot] authored and github-actions[bot] committed Nov 6, 2024
1 parent 0bf64ee commit 75cb985
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
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: f089ef2327de
TEST_INFRA_DEFINITIONS_BUILDIMAGES: 0a48ed729822
2 changes: 1 addition & 1 deletion test/new-e2e/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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-20241024081202-f089ef2327de
github.com/DataDog/test-infra-definitions v0.0.0-20241104134504-0a48ed729822
github.com/aws/aws-sdk-go-v2 v1.32.2
github.com/aws/aws-sdk-go-v2/config v1.27.40
github.com/aws/aws-sdk-go-v2/service/ec2 v1.164.2
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.

3 changes: 1 addition & 2 deletions test/new-e2e/tests/installer/unix/all_packages_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,7 @@ func TestPackages(t *testing.T) {
t.Run(suite.Name(), func(t *testing.T) {
t.Parallel()
// FIXME: Fedora currently has DNS issues
// Redhat 9 AMI currently not available incident-32072
if flavor.Flavor == e2eos.Fedora || flavor == e2eos.RedHat9 {
if flavor.Flavor == e2eos.Fedora {
flake.Mark(t)
}

Expand Down

0 comments on commit 75cb985

Please sign in to comment.