From ea8e3c94239e86cb0f2096113331485e56bd9e0b Mon Sep 17 00:00:00 2001 From: Sam Brenner Date: Fri, 19 Sep 2025 15:48:01 -0400 Subject: [PATCH] update testagent --- .gitlab/services.yml | 3 ++- docker-compose.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab/services.yml b/.gitlab/services.yml index 2e787953045..8f468c1943f 100644 --- a/.gitlab/services.yml +++ b/.gitlab/services.yml @@ -12,12 +12,13 @@ DD_REMOTE_CONFIGURATION_REFRESH_INTERVAL: 5s DD_DOGSTATSD_NON_LOCAL_TRAFFIC: true testagent: - name: registry.ddbuild.io/images/mirror/dd-apm-test-agent/ddapm-test-agent:v1.29.1 + name: registry.ddbuild.io/images/mirror/dd-apm-test-agent/ddapm-test-agent:v1.34.0 alias: testagent variables: LOG_LEVEL: ERROR SNAPSHOT_DIR: ${CI_PROJECT_DIR}/tests/snapshots SNAPSHOT_CI: 1 + VCR_CI_MODE: true VCR_CASSETTES_DIRECTORY: ${CI_PROJECT_DIR}/tests/llmobs/llmobs_cassettes PORT: 9126 DD_POOL_TRACE_CHECK_FAILURES: true diff --git a/docker-compose.yml b/docker-compose.yml index 7455575317f..75130f0838a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -121,7 +121,7 @@ services: volumes: - ddagent:/tmp/ddagent:rw testagent: - image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.29.1 + image: ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.34.0 ports: - "127.0.0.1:9126:8126" volumes: