Skip to content

Commit 13eb66a

Browse files
committed
compare
1 parent 4a7bc74 commit 13eb66a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/pull-db-tests.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,17 +154,12 @@ jobs:
154154
runs-on: ubuntu-latest
155155
services:
156156
mysql:
157-
# official mysql image doesn't support MYSQL_EXTRA_FLAGS
158157
image: bitnami/mysql:8.0
159158
env:
160159
ALLOW_EMPTY_PASSWORD: true
161160
MYSQL_DATABASE: testgitea
162-
# https://dev.mysql.com/doc/refman/8.0/en/optimizing-innodb-diskio.html
163-
MYSQL_EXTRA_FLAGS: --disable-log-bin --innodb-buffer-pool-size=2G --innodb-adaptive-flushing=OFF --innodb-log-buffer-size=128M --innodb-flush-log-at-trx-commit=0 --innodb-flush-log-at-timeout=10 --innodb-flush-method=nosync --innodb-fsync-threshold=1000000
164161
ports:
165162
- "3306:3306"
166-
options: >-
167-
--mount type=tmpfs,destination=/bitnami/mysql/data
168163
elasticsearch:
169164
image: elasticsearch:7.5.0
170165
env:

0 commit comments

Comments
 (0)