Skip to content

Commit

Permalink
Don't spin up agent on prs (DataDog#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
coignetp authored Nov 25, 2021
1 parent 038bd49 commit c547138
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .azure-pipelines/changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,10 @@ resources:
name: Datadog/integrations-core
ref: master
endpoint: DataDog
containers:
- container: dd_agent
image: gcr.io/datadoghq/agent:latest
ports:
- 8127:8126
env:
DD_API_KEY: $(DD_CI_API_KEY)
DD_HOSTNAME: "none"
DD_INSIDE_CI: "true"

jobs:
- template: '.azure-pipelines/templates/test-single-linux.yml@integrations-core'
parameters:
ddtrace_flag: '--ddtrace'
job_name: Changed
display: Linux
validate: true
Expand All @@ -39,7 +29,6 @@ jobs:

- template: '.azure-pipelines/templates/test-single-windows.yml@integrations-core'
parameters:
ddtrace_flag: '--ddtrace'
job_name: Changed
check: '--changed none_yet'
validate_changed: changed
Expand Down

0 comments on commit c547138

Please sign in to comment.