Skip to content

Commit ca4e60e

Browse files
committed
ci: Config all the mariadb instances
Signed-off-by: Ferenc Géczi <[email protected]>
1 parent 329a1f0 commit ca4e60e

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.circleci/config.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ jobs:
150150
POSTGRES_PASSWORD: passw0rd
151151
POSTGRES_DB: instana_test_db
152152
- image: cimg/mariadb:10.11.2
153+
environment:
154+
MYSQL_ROOT_PASSWORD: passw0rd
155+
MYSQL_DATABASE: instana_test_db
153156
- image: cimg/redis:5.0.14
154157
- image: rabbitmq:3.9.13
155158
- image: mongo:4.2.3
@@ -175,6 +178,9 @@ jobs:
175178
POSTGRES_PASSWORD: passw0rd
176179
POSTGRES_DB: instana_test_db
177180
- image: cimg/mariadb:10.11.2
181+
environment:
182+
MYSQL_ROOT_PASSWORD: passw0rd
183+
MYSQL_DATABASE: instana_test_db
178184
- image: cimg/redis:5.0.14
179185
- image: rabbitmq:3.9.13
180186
- image: mongo:4.2.3
@@ -200,6 +206,9 @@ jobs:
200206
POSTGRES_PASSWORD: passw0rd
201207
POSTGRES_DB: instana_test_db
202208
- image: cimg/mariadb:10.11.2
209+
environment:
210+
MYSQL_ROOT_PASSWORD: passw0rd
211+
MYSQL_DATABASE: instana_test_db
203212
- image: cimg/redis:5.0.14
204213
- image: rabbitmq:3.9.13
205214
- image: mongo:4.2.3
@@ -226,6 +235,9 @@ jobs:
226235
POSTGRES_PASSWORD: passw0rd
227236
POSTGRES_DB: instana_test_db
228237
- image: cimg/mariadb:10.11.2
238+
environment:
239+
MYSQL_ROOT_PASSWORD: passw0rd
240+
MYSQL_DATABASE: instana_test_db
229241
- image: cimg/redis:5.0.14
230242
- image: rabbitmq:3.9.13
231243
- image: mongo:4.2.3
@@ -252,6 +264,9 @@ jobs:
252264
POSTGRES_PASSWORD: passw0rd
253265
POSTGRES_DB: instana_test_db
254266
- image: cimg/mariadb:10.11.2
267+
environment:
268+
MYSQL_ROOT_PASSWORD: passw0rd
269+
MYSQL_DATABASE: instana_test_db
255270
- image: cimg/redis:5.0.14
256271
- image: rabbitmq:3.9.13
257272
- image: mongo:4.2.3

0 commit comments

Comments
 (0)