Matt Clay

Results 143 comments of Matt Clay
trafficstars

A new container image has been released and the VMSS has been updated. Projects using the container still need to be updated: https://github.com/ansible-collections/news-for-maintainers/issues/71

This was completed by https://github.com/ansible/base-test-container/pull/40 and https://github.com/ansible/ansible/pull/83416

Python 3.12 is available for RHEL 9.4, so we should be testing with that. I need to make some other platform updates, so I can roll the changes from this...

I've included the changes from this PR, along with the Python 3.12 update in https://github.com/ansible/ansible/pull/83446

Resolved by https://github.com/ansible/ansible/pull/83446

@badnetmask The container used can be overridden by setting the `ANSIBLE_NIOSSIM_CONTAINER` environment variable before running `ansible-test`.

@LvffY Have you tried the `--lint` option?

The `--lint` option causes the test results to be written to stdout, while the normal `ansible-test` output is written to stderr. Keep in mind the normal output also shows sanity...

@LvffY One minor correction to your example output -- there should be a space before the message: ``` my_module.py:1:10: There is a python mistake my_tasks.yaml:10:200: There is a YAML mistake...