Re-enable service containers

This commit is contained in:
Laurent Indermuehle 2023-01-06 11:16:35 +01:00
parent 897cb087e7
commit 987292669c
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -81,34 +81,34 @@ jobs:
- python: 3.9 - python: 3.9
ansible: stable-2.12 ansible: stable-2.12
# services: services:
# db_primary: db_primary:
# image: ${{ matrix.db_engine_version }} image: ${{ matrix.db_engine_version }}
# env: env:
# MARIADB_ROOT_PASSWORD: msandbox MARIADB_ROOT_PASSWORD: msandbox
# MYSQL_ROOT_PASSWORD: msandbox MYSQL_ROOT_PASSWORD: msandbox
# ports: ports:
# - 3307:3306 - 3307:3306
# db_replica1: db_replica1:
# image: ${{ matrix.db_engine_version }} image: ${{ matrix.db_engine_version }}
# env: env:
# MARIADB_ROOT_PASSWORD: msandbox MARIADB_ROOT_PASSWORD: msandbox
# MYSQL_ROOT_PASSWORD: msandbox MYSQL_ROOT_PASSWORD: msandbox
# ports: ports:
# - 3308:3306 - 3308:3306
# volumes: volumes:
# - ${{ github.workspace }}/tests/integration/setup_mysql/replica1/:/etc/mysql/conf.d/ - ${{ github.workspace }}/tests/integration/setup_mysql/replica1/:/etc/mysql/conf.d/
# db_replica2: db_replica2:
# image: ${{ matrix.db_engine_version }} image: ${{ matrix.db_engine_version }}
# env: env:
# MARIADB_ROOT_PASSWORD: msandbox MARIADB_ROOT_PASSWORD: msandbox
# MYSQL_ROOT_PASSWORD: msandbox MYSQL_ROOT_PASSWORD: msandbox
# ports: ports:
# - 3309:3306 - 3309:3306
# volumes: volumes:
# - ${{ github.workspace }}/tests/integration/setup_mysql/replica2/:/etc/mysql/conf.d/ - ${{ github.workspace }}/tests/integration/setup_mysql/replica2/:/etc/mysql/conf.d/
steps: steps:
- name: 'Wait 20s for the service containers to be healthy' - name: 'Wait 20s for the service containers to be healthy'