Greg Hellings
Greg Hellings
Stream and Rawhide are of interest to me. I've some experience maintaining Packer builds for Rawhide and I think adding Stream shouldn't be much more difficult than Rawhide was. Is...
It should be as straightforward as changing from reading the tox.ini to generate the list of all environments internally (although https://github.com/tox-dev/tox/blob/e639a54eab5641c8dde353a29a516e4bf5487e37/src/tox/session/commands/show_env.py#L7-L10 gives the much more straightforward method that tox uses...
My test cases have a matrix with at least 4 axes (a repository of Ansible roles, in particular). The axes are python version, Ansible version, role, scenario. In Travis CI...
As someone who helps to maintain some of the following, and writes a TON of Ansible code... * ansible-lint is THE linter for Ansible code and should definitely be applied...
@ssbarnea Oops, should be fixed now
So this would be a pretty easy update to make, as the SWORD InstallMgr code can support a local install source. So we could setup an "attic" location that has...
@apatard You can set the test to be optional, so it runs on PR. Or you can even set it to only run when branch is master and set up...
You should be able to filter based on a `if` clause, only running the `-devel` tests when branch is equal to main. I know all of that information is passed...
> Plugins are totally unsupported at the moment and will not work at all. From plugins point of view version 4 will be totally breaking. We'll define our new plugin...
@gaborbernat [tox-ansible](https://github.com/ansible-community/tox-ansible). As for how it works, it latches into the existing hooks and auto-generates tox environments to run Ansible tests through either the `ansible-test` command or the `molecule` command....