Merge "Disable Mariadb TZINFO table generation"

This commit is contained in:
Zuul 2019-11-22 21:18:13 +00:00 committed by Gerrit Code Review
commit 15c74ce60b
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ services:
MYSQL_DATABASE: zuul
MYSQL_USER: zuul
MYSQL_PASSWORD: secret
# Work around slow db startup when writing TZINFO data.
MYSQL_INITDB_SKIP_TZINFO: 1
scheduler:
depends_on:
- gerritconfig