Felix Fontein
Felix Fontein
##### SUMMARY For these plugin types, simply list all plugins, and pass all names that don't have `UNDOCUMENTED` next to them to `ansible-doc`. This should also not be affected by...
##### SUMMARY This PR adds two config settings to the ansible-test config file which allow to enable and disable sanity tests. The purpose of this PR is twofold: 1. I...
validate-modules for plugins: <plugin_type>: <name> vs. plugin_type: <plugin_type> and name: <name>
##### SUMMARY This is not a bug, but a discussion issue for one aspect of #71734 ([WIP] Extend validate-modules to also validate plugins). It provides details on one of the...
##### SUMMARY This is not a bug, but a discussion issue for one aspect of #71734 ([WIP] Extend validate-modules to also validate plugins). It provides details on one of the...
##### SUMMARY This is not a bug, but a discussion issue for one aspect of #71734 ([WIP] Extend validate-modules to also validate plugins). It provides details on one of the...
##### SUMMARY This is not a bug, but a discussion issue for one aspect of #71734 ([WIP] Extend validate-modules to also validate plugins). It provides details on one of the...
### Summary Running `ansible-test sanity --docker -v --changed --base-branch main` crashes for my community.docker checkout since I have untracked directories: ``` tests/integration/targets/docker_image/files ``` (This contains a few files created by...
If I have two tasks `A` and `B` and I want to ensure that `B` depends on `A`, I currently have to say that when defining `B` (via `task_dep`). How...
incorrect caching: classified PR as new_module even though the module it modifies was merged earlier
I today merged a new module (ansible/ansible#50622), then rebased two PRs to current `devel`, and included modifications for these new modules as well. Afterwards, ansibot adds `new_module` and `new_plugin` labels...
See ansible/ansible#53894 When doing `rebuild_merge`, ansibot restarted CI and merged at the same time. (Merge was done at 9:42 UTC, CI started at 9:42 UTC, and needed 6 minutes, so...