test: Configures integration tests to run in src (#19640)

This commit is contained in:
Declan Carroll
2025-09-17 17:36:39 +01:00
committed by GitHub
parent 83181a7c20
commit 2598e735b1
25 changed files with 7 additions and 13 deletions

View File

@@ -9,10 +9,6 @@ services:
- 3306:3306
tmpfs:
- /var/lib/mysql
command: >
--wait-timeout=300
--interactive-timeout=300
--max-connections=200
mysql-8.4:
image: mysql:8.4
@@ -23,10 +19,6 @@ services:
- 3306:3306
tmpfs:
- /var/lib/mysql
command: >
--wait-timeout=300
--interactive-timeout=300
--max-connections=200
postgres:
image: postgres:16

View File

@@ -66,6 +66,7 @@ jobs:
DB_MYSQLDB_CONNECTION_TIMEOUT: 120000
DB_MYSQLDB_ACQUIRE_TIMEOUT: 120000
DB_MYSQLDB_TIMEOUT: 120000
NODE_OPTIONS: '--max-old-space-size=7168'
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
@@ -86,7 +87,7 @@ jobs:
mysql:
name: MySQL 8.4
needs: build
runs-on: blacksmith-4vcpu-ubuntu-2204
runs-on: blacksmith-2vcpu-ubuntu-2204
timeout-minutes: 20
env:
DB_MYSQLDB_PASSWORD: password