Skip to content

Commit b5848aa

Browse files
authored
test: prefix database volumes on Jenkins with 'py' (#250)
1 parent f17cf90 commit b5848aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020
cassandra3:
2121
image: cassandra:3
2222
volumes:
23-
- cassandradata3:/var/lib/cassandra
23+
- pycassandradata3:/var/lib/cassandra
2424
environment:
2525
MAX_HEAP_SIZE: "1G"
2626
HEAP_NEWSIZE: 400m
@@ -109,7 +109,7 @@ services:
109109
- SA_PASSWORD=Very(!)Secure
110110
- MSSQL_PID=Developer
111111
volumes:
112-
- mssqldata:/var/opt/mssql
112+
- pymssqldata:/var/opt/mssql
113113

114114
run_tests:
115115
image: apm-agent-python:${PYTHON_VERSION}
@@ -136,7 +136,7 @@ volumes:
136136
driver: local
137137
pyesdata2:
138138
driver: local
139-
cassandradata3:
139+
pycassandradata3:
140140
driver: local
141-
mssqldata:
141+
pymssqldata:
142142
driver: local

0 commit comments

Comments
 (0)