Skip to content

Commit

Permalink
remove datadog agent from circle ci
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed May 17, 2024
1 parent 24e6508 commit dc19fde
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,6 @@ test_containers:
<<: *job_parameters
docker:
- *container_base
- &container_agent
image: datadog/agent
environment:
- DD_APM_ENABLED=true
- DD_BIND_HOST=0.0.0.0
- DD_API_KEY=00000000000000000000000000000000
- DD_HOSTNAME=datadog-ci-rb-ci
- &agent_port 8126

check_exact_bundle_cache_hit: &check_exact_bundle_cache_hit
run:
Expand Down Expand Up @@ -189,7 +181,6 @@ orbs:
<<: *test_job_default
docker:
- <<: *container_base
- *container_agent
parallelism: 8
steps:
- restore_cache:
Expand All @@ -203,9 +194,6 @@ orbs:
command: |
# Create a unique coverage directory for this job, to avoid conflicts when merging all results
echo 'export COVERAGE_DIR="$COVERAGE_BASE_DIR/versions/$CIRCLE_JOB/$CIRCLE_NODE_INDEX"' >> $BASH_ENV
# Wait for containers to start
- docker-wait:
port: *agent_port
- *step_run_all_tests
- store_test_results:
path: /tmp/rspec
Expand Down

0 comments on commit dc19fde

Please sign in to comment.