David Moreau Simard
David Moreau Simard
I will have an opportunity to test this soon, it will be included in an upcoming bugfix release.
The opportunity is here and I am working my way through this. Sorry it's taken so long. For context I will be migrating the existing live demo (https://demo.recordsansible.org/) to Debian...
It also appears ``libmariadbclient-dev`` has been replaced by ``default-libmysqlclient-dev``.
This is already automated with Zuul and is how most of the community collections are published, i.e: https://dashboard.zuul.ansible.com/t/ansible/builds?job_name=release-ansible-collection-galaxy&pipeline=release It triggers when pushing a tag to the repository, takes care of...
WIP: https://review.opendev.org/#/c/746362/
There is a helpful comment on reddit on how to run it with uwsgi and nginx: https://old.reddit.com/r/ansible/comments/p3exou/any_documentation_or_guidance_on_running_ansible/h8sk38n/ nginx: ``` location / { uwsgi_read_timeout 120s; include /etc/nginx/uwsgi_params; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header...
FYI I have a WIP PR in which I provide an implementation to (optionally) run sanity tests on all the collections included the package as part of the build process:...
I've ran a comprehensive sanity test on every collection included in 6.0.0a2 (minus pylint) and found that 67 collections (out of 98) are currently failing sanity tests, data is here:...
I've finished creating standalone issues in collection repositories where we picked up errors from sanity tests. @felixfontein pointed out in https://github.com/ansible-collections/community.dns/issues/100 that running tests from the release tarball is not...
A quick recap and then an update: > I've ran a comprehensive sanity test on every collection included in 6.0.0a2 (minus pylint) and found that 67 collections (out of 98)...