Skip to content

Commit 3db5117

Browse files
authored
ci: use DD_INSIDE_CI (#316)
1 parent c13c7a4 commit 3db5117

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

.azure-pipelines/all.yml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,12 @@ resources:
2020
containers:
2121
- container: datadog-agent
2222
image: datadog/agent:latest
23-
options: --health-cmd="exit 0" --health-interval=1s
2423
ports:
25-
- 8125:8125
2624
- 8126:8126
2725
env:
2826
DD_API_KEY: $(ddAPIKey)
29-
DD_APM_ENABLED: "true"
30-
DD_APM_NON_LOCAL_TRAFFIC: "true"
31-
DD_LOGS_ENABLED: "true"
32-
DD_LOGS_CONFIG_CONTAINER_COLLECT_ALL: "true"
33-
DD_AC_EXCLUDE: "name:datadog-agent"
34-
volumes:
35-
- /var/run/docker.sock:/var/run/docker.sock:ro
36-
- /proc/:/host/proc/:ro
37-
- /sys/fs/cgroup/:/host/sys/fs/cgroup:ro
27+
DD_HOSTNAME: "none"
28+
DD_INSIDE_CI: "true"
3829
jobs:
3930
- job: IntegrationTests
4031
pool:

0 commit comments

Comments
 (0)