Skip to content

Commit

Permalink
accidentally removed cassandra
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Feb 21, 2025
1 parent ef0b453 commit be9438f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .circleci/config.templ.yml
Original file line number Diff line number Diff line change
Expand Up @@ -422,6 +422,22 @@ jobs:
snapshot: true
docker_services: "localstack"

cassandra:
<<: *contrib_job
docker:
- image: *ddtrace_dev_image
environment:
CASS_DRIVER_NO_EXTENSIONS: 1
- image: *cassandra_image
environment:
- MAX_HEAP_SIZE=512M
- HEAP_NEWSIZE=256M
- *testagent
steps:
- run_test:
wait: cassandra
pattern: 'cassandra'

consul:
<<: *contrib_job_small
docker:
Expand Down

0 comments on commit be9438f

Please sign in to comment.