Skip to content

Commit

Permalink
fix aliasing situation
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Aug 27, 2024
1 parent 7cb8466 commit 1fdb10e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitlab/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ variables:
parallel: 4
services:
- name: datadog/agent:latest
alias: ddagent
variables:
DD_HOSTNAME: ddagent
DD_REMOTE_CONFIGURATION_ENABLED: true
DD_SITE: datadoghq.com
DD_API_KEY: invalid_but_this_is_fine
Expand Down
1 change: 1 addition & 0 deletions .gitlab/tests/core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ internal:
parallel: 4
variables:
SUITE_NAME: "internal"
DD_TRACE_AGENT_URL: "http://ddagent:8126"
1 change: 0 additions & 1 deletion riotfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,6 @@ def select_pys(min_version=MIN_PYTHON_VERSION, max_version=MAX_PYTHON_VERSION):
Venv(
name="internal",
env={
"DD_TRACE_AGENT_URL": "http://localhost:8126",
"DD_PROFILING__FORCE_LEGACY_EXPORTER": "1",
},
command="pytest -v {cmdargs} tests/internal/",
Expand Down

0 comments on commit 1fdb10e

Please sign in to comment.