Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow IPA_ENABLED_MODULES to override automatically selected ones. #1185

Open
rjeffman opened this issue Dec 5, 2023 · 0 comments
Open

Allow IPA_ENABLED_MODULES to override automatically selected ones. #1185

rjeffman opened this issue Dec 5, 2023 · 0 comments
Labels
CI An issue with Github workflows or Azure CI. enhancement

Comments

@rjeffman
Copy link
Member

rjeffman commented Dec 5, 2023

When modifying ansible_module_utils, all playbook tests are executed, although some changes only affect a few modules.

One way to speed up the CI tests is to ensure only the affected modules are tested, for example, with a TEMP commit selecting only the modules that are known to be affected.

The only way to achieve this now is to list all but the selected modules in IPA_DISABLED_MODULES, which is tedious, error prone, and tend to grow as more modules are added.

What is requested is that either IPA_ENABLED_MODULES override the automatic selection, or that IPA_DISABLED_MODULES allow for a complement of the existing set (all minus the selected ones).

@rjeffman rjeffman added enhancement CI An issue with Github workflows or Azure CI. labels Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI An issue with Github workflows or Azure CI. enhancement
Projects
None yet
Development

No branches or pull requests

1 participant