Skip to content

Commit 314ded4

Browse files
authored
Update the Windows test agent to latest (#7275)
## Summary of changes Update the test agent to use the latest version ## Reason for change #7244 requires endpoints that are not in the existing version ## Implementation details Try just bumping the version ## Test coverage This is the test
1 parent 9d191e1 commit 314ded4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tracer/build/_build/docker/test-agent.windows.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
WORKDIR /
44

55
# Pin to older test agent versions to try to avoid breakages in the future
6-
RUN pip install --no-cache-dir "ddapm-test-agent==1.16.0" "ddsketch==3.0.1" "ddsketch[serialization]==3.0.1"
6+
RUN pip install --no-cache-dir "ddapm-test-agent==1.28.0" "ddsketch==3.0.1" "ddsketch[serialization]==3.0.1"
77

88
ENTRYPOINT [ "ddapm-test-agent", "--port=8126" ]

0 commit comments

Comments
 (0)