Cut target filtering

This commit is contained in:
Laurent Indermuehle 2022-12-09 15:17:36 +01:00
parent d06cefa62d
commit d98aa89ada
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -9,6 +9,6 @@ test-integration-mariadb-10-5:
--health-cmd 'mysqladmin ping -P 3306 -pmsandbox | grep alive || exit 1' \
mariadb:10.5
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 rm --ignore mariadb105