From 664e3a10a57917b62a31a9281f22adc319e30231 Mon Sep 17 00:00:00 2001 From: Tomi Turtiainen <10324676+tomi@users.noreply.github.com> Date: Thu, 18 Sep 2025 17:03:42 +0300 Subject: [PATCH] ci: Use pool size of 1 for mysql and mariadb on ci (#19713) --- .github/workflows/ci-postgres-mysql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-postgres-mysql.yml b/.github/workflows/ci-postgres-mysql.yml index fbf9cb92d1..862230f04b 100644 --- a/.github/workflows/ci-postgres-mysql.yml +++ b/.github/workflows/ci-postgres-mysql.yml @@ -62,7 +62,7 @@ jobs: timeout-minutes: 20 env: DB_MYSQLDB_PASSWORD: password - DB_MYSQLDB_POOL_SIZE: 20 + DB_MYSQLDB_POOL_SIZE: 1 DB_MYSQLDB_CONNECTION_TIMEOUT: 120000 DB_MYSQLDB_ACQUIRE_TIMEOUT: 120000 DB_MYSQLDB_TIMEOUT: 120000 @@ -91,7 +91,7 @@ jobs: timeout-minutes: 20 env: DB_MYSQLDB_PASSWORD: password - DB_MYSQLDB_POOL_SIZE: 30 + DB_MYSQLDB_POOL_SIZE: 1 DB_MYSQLDB_CONNECTION_TIMEOUT: 120000 DB_MYSQLDB_ACQUIRE_TIMEOUT: 120000 DB_MYSQLDB_TIMEOUT: 120000