Skip to content

Commit 42f154d

Browse files
Align test agent version with one we have for GitLab CI. (#11124)
Align test agent version with one we have for GitLab CI. Co-authored-by: alexey.kuznetsov <alexey.kuznetsov@datadoghq.com>
1 parent 071ce9d commit 42f154d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)