CI stability updates. (#72306)

* Avoid issues with user-defined docker networks.
* Increase CI timeout.
pull/72309/head
Matt Clay 4 years ago committed by GitHub
parent c54dc50bd7
commit a02d29ea09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,7 @@
shippable/posix/group3
skip/osx
skip/freebsd
skip/docker # avoid issues with tests and user-defined docker networks
destructive
docker_image
docker_image_info

@ -1,4 +1,5 @@
shippable/posix/group4
skip/osx
skip/freebsd
skip/docker # avoid issues with tests and user-defined docker networks
destructive

@ -138,7 +138,7 @@ trap cleanup EXIT
if [[ "${COVERAGE:-}" == "--coverage" ]]; then
timeout=60
else
timeout=45
timeout=55
fi
ansible-test env --dump --show --timeout "${timeout}" --color -v

Loading…
Cancel
Save