fix(e2e-tests): oracle 19c rotation fix

This commit is contained in:
Daniel Hougaard
2025-08-12 00:30:32 +04:00
parent 368e00ea71
commit e13fc93bac
3 changed files with 28 additions and 51 deletions

View File

@@ -20,31 +20,6 @@ services:
retries: 30
start_period: 30s
# Oracle DB 19.3 is MASSIVE and takes up a lot of compute in github actions...
# oracle-db-19.3:
# # Official Oracle 19.19.0.0 - requires docker login container-registry.oracle.com
# image: container-registry.oracle.com/database/enterprise:19.3.0.0
# container_name: oracle-db-19.3
# platform: linux/amd64
# ports:
# - "1522:1521"
# environment:
# - ORACLE_SID=ORCLCDB
# - ORACLE_PDB=ORCLPDB1
# - ORACLE_PWD=OrCAKF112aaSfAdfdA2Ac3@@!
# - ORACLE_EDITION=enterprise
# - ORACLE_CHARACTERSET=AL32UTF8
# volumes:
# - oracle-data-19.3:/opt/oracle/oradata
# shm_size: 2gb
# restart: unless-stopped
# healthcheck:
# test: ["CMD", "sqlplus", "-L", "system/OrCAKF112aaSfAdfdA2Ac3@@!@//localhost:1521/ORCLCDB", "<<<", "SELECT 1 FROM DUAL;"]
# interval: 10s
# timeout: 10s
# retries: 30
# start_period: 30s
# MySQL Databases
mysql-8.4.6:
image: mysql:8.4.6
@@ -174,7 +149,6 @@ services:
volumes:
oracle-data-23.8:
# oracle-data-19.3:
mysql-data-8.4.6:
mysql-data-8.0.29:
mysql-data-5.7.31: