Skip to content

Commit 9efe646

Browse files
hannahkmdarccio
andauthored
[Go] chore: upgrade dd-apm-test-agent to v1.61.1 (#7088)
Co-authored-by: Dario Castañé <dario.castane@datadoghq.com>
1 parent da27f07 commit 9efe646

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

utils/_context/_scenarios/integration_frameworks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __init__(self, name: str, doc: str) -> None:
3030
name,
3131
doc=doc,
3232
github_workflow="endtoend",
33-
agent_image="ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.59.0",
33+
agent_image="ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.61.1",
3434
scenario_groups=(groups.integration_frameworks,),
3535
)
3636

utils/_context/_scenarios/parametric.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def __init__(self, name: str, doc: str) -> None:
6363
name,
6464
doc=doc,
6565
github_workflow="parametric",
66-
agent_image="ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.59.0",
66+
agent_image="ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.61.1",
6767
)
6868
self._parametric_tests_confs = ParametricScenario.PersistentParametricTestConf(self)
6969

utils/_context/containers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1495,7 +1495,7 @@ class VCRCassettesContainer(TestedContainer):
14951495

14961496
def __init__(self, vcr_port: int = ContainerPorts.vcr_cassettes) -> None:
14971497
super().__init__(
1498-
image_name="ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.59.0",
1498+
image_name="ghcr.io/datadog/dd-apm-test-agent/ddapm-test-agent:v1.61.1",
14991499
name="vcr_cassettes",
15001500
environment={
15011501
"PORT": str(vcr_port),

0 commit comments

Comments
 (0)