Skip to content

Commit

Permalink
revert all circle ci changes
Browse files Browse the repository at this point in the history
  • Loading branch information
anmarchenko committed May 17, 2024
1 parent 2c86d44 commit 0d0e2cb
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ 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 @@ -181,6 +189,7 @@ orbs:
<<: *test_job_default
docker:
- <<: *container_base
- *container_agent
parallelism: 8
steps:
- restore_cache:
Expand All @@ -194,6 +203,9 @@ 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 Expand Up @@ -307,7 +319,7 @@ job_configuration:
- &config-jruby-9_4
<<: *filters_all_branches_and_tags
ruby_version: 'jruby-9.4.0.0'
image: ghcr.io/datadog/dd-trace-rb/jruby:9.4.0.0-dd
image: jruby:9.4.7.0
resource_class_to_use: medium+

workflows:
Expand Down

0 comments on commit 0d0e2cb

Please sign in to comment.