Skip to content

Commit 5bccb90

Browse files
Align test agent version with one we have for GitLab CI.
1 parent 071ce9d commit 5bccb90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dd-trace-core/src/test/groovy/datadog/trace/TracerConnectionReliabilityTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ class TracerConnectionReliabilityTest extends DDSpecification {
116116

117117
def startTestAgentContainer() {
118118
//noinspection GrDeprecatedAPIUsage Use FixedHostPortGenericContainer against deprecation because we need to know the exposed to configure the tracer at start
119-
def agentContainer = new FixedHostPortGenericContainer("ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.27.1")
119+
def agentContainer = new FixedHostPortGenericContainer("registry.ddbuild.io/images/mirror/dd-apm-test-agent/ddapm-test-agent:v1.44.0")
120120
.withFixedExposedPort(agentContainerPort, DEFAULT_TRACE_AGENT_PORT)
121121
.withEnv("ENABLED_CHECKS", "trace_count_header,meta_tracer_version_header,trace_content_length")
122122
.waitingFor(Wait.forHttp("/test/traces"))

0 commit comments

Comments
 (0)