Skip to content

Commit 0f66a88

Browse files
Update ddapm-test-agent from v1.11.0 to v1.24.1 (#9043)
1 parent 7494696 commit 0f66a88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ muzzle-dep-report:
516516
CI_USE_TEST_AGENT: "true"
517517
CI_AGENT_HOST: local-agent
518518
services:
519-
- name: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.11.0
519+
- name: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.24.1
520520
alias: local-agent
521521
variables:
522522
LOG_LEVEL: "DEBUG"

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.11.0")
119+
def agentContainer = new FixedHostPortGenericContainer("ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.24.1")
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)