Skip to content
Snippets Groups Projects
Verified Commit 64852045 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: update mariadb

parent a1dfcc89
No related branches found
No related tags found
No related merge requests found
...@@ -20,10 +20,7 @@ ...@@ -20,10 +20,7 @@
# #
services: services:
mariadb: - mariadb:10.4
image: mariadb:10.4
environment:
MYSQL_ROOT_PASSWORD: caosdb1234
variables: variables:
CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/caosdb-mysqlbackend/testenv:latest CI_REGISTRY_IMAGE: $CI_REGISTRY/caosdb/caosdb-mysqlbackend/testenv:latest
MYSQL_ROOT_PASSWORD: caosdb1234 MYSQL_ROOT_PASSWORD: caosdb1234
...@@ -54,6 +51,7 @@ unittests: ...@@ -54,6 +51,7 @@ unittests:
- echo 'DATABASE_USER_HOST_LIST="%,"' >> .config - echo 'DATABASE_USER_HOST_LIST="%,"' >> .config
- echo "MYSQL_USER_PASSWORD=$MYSQL_ROOT_PASSWORD" >> .config - echo "MYSQL_USER_PASSWORD=$MYSQL_ROOT_PASSWORD" >> .config
- echo "MYSQL_HOST=mariadb" >> .config - echo "MYSQL_HOST=mariadb" >> .config
- sleep 60
- make install - make install
- ./utils/make_db restore_db tests/example.dump.sql - ./utils/make_db restore_db tests/example.dump.sql
- ./tests/test_utils.sh - ./tests/test_utils.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment