mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-04-29 22:01:31 -07:00
Cut target filtering
This commit is contained in:
parent
d06cefa62d
commit
d98aa89ada
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -9,6 +9,6 @@ test-integration-mariadb-10-5:
|
||||||
--health-cmd 'mysqladmin ping -P 3306 -pmsandbox | grep alive || exit 1' \
|
--health-cmd 'mysqladmin ping -P 3306 -pmsandbox | grep alive || exit 1' \
|
||||||
mariadb:10.5
|
mariadb:10.5
|
||||||
while ! podman healthcheck run mariadb105 && [[ "$$SECONDS" -lt 120 ]]; do sleep 1; done
|
while ! podman healthcheck run mariadb105 && [[ "$$SECONDS" -lt 120 ]]; do sleep 1; done
|
||||||
-ansible-test integration test_mysql_db --venv
|
-ansible-test integration --venv
|
||||||
podman stop --time 0 --ignore mariadb105
|
podman stop --time 0 --ignore mariadb105
|
||||||
podman rm --ignore mariadb105
|
podman rm --ignore mariadb105
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue