We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c13c7a4 commit 3db5117Copy full SHA for 3db5117
.azure-pipelines/all.yml
@@ -20,21 +20,12 @@ resources:
20
containers:
21
- container: datadog-agent
22
image: datadog/agent:latest
23
- options: --health-cmd="exit 0" --health-interval=1s
24
ports:
25
- - 8125:8125
26
- 8126:8126
27
env:
28
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
+ DD_HOSTNAME: "none"
+ DD_INSIDE_CI: "true"
38
jobs:
39
- job: IntegrationTests
40
pool:
0 commit comments