Skip to content

Commit bfe50a4

Browse files
authored
Merge pull request #5027 from DataDog/munir/bump-testagent
chore: bump version of the testagent used in tests
2 parents 9c11f64 + 21c3e2d commit bfe50a4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/_unit_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
JRUBY_OPTS: "--dev" # Faster JVM startup: https://github.com/jruby/jruby/wiki/Improving-startup-time#use-the---dev-flag
137137
services:
138138
agent:
139-
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.18.0
139+
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.37.0
140140
env:
141141
LOG_LEVEL: DEBUG
142142
TRACE_LANGUAGE: ruby
@@ -206,7 +206,7 @@ jobs:
206206
options: --link mongodb:mongodb_secondary
207207
services:
208208
agent:
209-
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.18.0
209+
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.37.0
210210
env:
211211
LOG_LEVEL: DEBUG
212212
TRACE_LANGUAGE: ruby

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ services:
260260
- ddagent_var_run:/var/run/datadog
261261

262262
testagent:
263-
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.12.0
263+
image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.37.0
264264
ports:
265265
- "127.0.0.1:${DD_TRACE_AGENT_PORT}:9126"
266266
depends_on:

0 commit comments

Comments
 (0)