mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-27 12:51:26 -07:00
Re-enable service containers
This commit is contained in:
parent
897cb087e7
commit
987292669c
1 changed files with 26 additions and 26 deletions
52
.github/workflows/ansible-test-plugins.yml
vendored
52
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -81,34 +81,34 @@ jobs:
|
|||
- python: 3.9
|
||||
ansible: stable-2.12
|
||||
|
||||
# services:
|
||||
# db_primary:
|
||||
# image: ${{ matrix.db_engine_version }}
|
||||
# env:
|
||||
# MARIADB_ROOT_PASSWORD: msandbox
|
||||
# MYSQL_ROOT_PASSWORD: msandbox
|
||||
# ports:
|
||||
# - 3307:3306
|
||||
services:
|
||||
db_primary:
|
||||
image: ${{ matrix.db_engine_version }}
|
||||
env:
|
||||
MARIADB_ROOT_PASSWORD: msandbox
|
||||
MYSQL_ROOT_PASSWORD: msandbox
|
||||
ports:
|
||||
- 3307:3306
|
||||
|
||||
# db_replica1:
|
||||
# image: ${{ matrix.db_engine_version }}
|
||||
# env:
|
||||
# MARIADB_ROOT_PASSWORD: msandbox
|
||||
# MYSQL_ROOT_PASSWORD: msandbox
|
||||
# ports:
|
||||
# - 3308:3306
|
||||
# volumes:
|
||||
# - ${{ github.workspace }}/tests/integration/setup_mysql/replica1/:/etc/mysql/conf.d/
|
||||
db_replica1:
|
||||
image: ${{ matrix.db_engine_version }}
|
||||
env:
|
||||
MARIADB_ROOT_PASSWORD: msandbox
|
||||
MYSQL_ROOT_PASSWORD: msandbox
|
||||
ports:
|
||||
- 3308:3306
|
||||
volumes:
|
||||
- ${{ github.workspace }}/tests/integration/setup_mysql/replica1/:/etc/mysql/conf.d/
|
||||
|
||||
# db_replica2:
|
||||
# image: ${{ matrix.db_engine_version }}
|
||||
# env:
|
||||
# MARIADB_ROOT_PASSWORD: msandbox
|
||||
# MYSQL_ROOT_PASSWORD: msandbox
|
||||
# ports:
|
||||
# - 3309:3306
|
||||
# volumes:
|
||||
# - ${{ github.workspace }}/tests/integration/setup_mysql/replica2/:/etc/mysql/conf.d/
|
||||
db_replica2:
|
||||
image: ${{ matrix.db_engine_version }}
|
||||
env:
|
||||
MARIADB_ROOT_PASSWORD: msandbox
|
||||
MYSQL_ROOT_PASSWORD: msandbox
|
||||
ports:
|
||||
- 3309:3306
|
||||
volumes:
|
||||
- ${{ github.workspace }}/tests/integration/setup_mysql/replica2/:/etc/mysql/conf.d/
|
||||
|
||||
steps:
|
||||
- name: 'Wait 20s for the service containers to be healthy'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue