Skip to content

Commit

Permalink
correctly set agent url?
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon committed Aug 28, 2024
1 parent 116a5b0 commit 6ca975b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitlab/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ variables:
${RIOT_RUN_CMD} "${hash}"
done
.test_base_riot_snapshot:
extends: .test_base_riot
variables:
DD_TRACE_AGENT_URL: "http://localhost:9126"

include:
- local: ".gitlab/tests/appsec.yml"
- local: ".gitlab/tests/contrib.yml"
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/tests/contrib.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fastapi:
extends: .test_base_riot
extends: .test_base_riot_snapshot
variables:
SUITE_NAME: "fastapi"

0 comments on commit 6ca975b

Please sign in to comment.