Skip to content

Commit

Permalink
[tests] Use spotify cassandra docker image (DataDog#855)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettlangdon authored and jd committed Apr 2, 2019
1 parent 208186a commit 6a29f02
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,10 @@ jobs:
env:
TOX_SKIP_DIST: True
CASS_DRIVER_NO_EXTENSIONS: 1
- image: cassandra:3.11
- image: spotify/cassandra:latest
env:
- MAX_HEAP_SIZE=1024M
- HEAP_NEWSIZE=400M
- MAX_HEAP_SIZE=512M
- HEAP_NEWSIZE=256M
resource_class: *resource_class
steps:
- checkout
Expand Down
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ services:
ports:
- "127.0.0.1:9200:9200"
cassandra:
image: cassandra:3.11
image: spotify/cassandra:latest
environment:
- MAX_HEAP_SIZE=512M
- HEAP_NEWSIZE=256M
ports:
- "127.0.0.1:9042:9042"
postgres:
Expand Down

0 comments on commit 6a29f02

Please sign in to comment.