mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-28 05:11: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
|
- 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'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue