Skip to content

Commit

Permalink
test: upload test results to datadog (#8910)
Browse files Browse the repository at this point in the history
* upload to data dog for e2e tests

* yaml syntax

* try pytest DD integration

* pytest syntax

* more compiler errors

* move install to install place

* move to test requirements
  • Loading branch information
djanicekpach authored Feb 28, 2024
1 parent aab9b42 commit 8af4148
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -600,10 +600,12 @@ commands:
working_directory: ~/project/e2e_tests
no_output_timeout: 30m
command: |
DD_CIVISIBILITY_AGENTLESS_ENABLED=true DD_SITE='datadoghq.com' DD_ENV=ci DD_SERVICE='pytest-<<parameters.mark>>' \
DET_MASTER_CERT_FILE=<<parameters.master-cert>> DET_MASTER_CERT_NAME=<<parameters.master-cert-name>> \
pytest -vv -s \
-m '<<parameters.mark>>' \
--durations=0 \
--ddtrace \
--master-scheme="<<parameters.master-scheme>>" \
--master-host="<<parameters.master-host>>" \
--master-port="<<parameters.master-port>>" \
Expand Down
2 changes: 2 additions & 0 deletions e2e_tests/tests/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,5 @@ ray[default,tune]
pyarrow
# Pydantic V2 has changes that break existing ray tests
pydantic<2
# DataDog tracing and result upload utility
ddtrace

0 comments on commit 8af4148

Please sign in to comment.