Merge pull request #1137 from moreati/test-targets-disabled

tests: Ignore inventory files of inactive tests & benchmarks
pull/1139/head
Alex Willmer 2 months ago committed by GitHub
commit c9f2d905a0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -24,6 +24,7 @@ Unreleased
* :gh:issue:`1106` :mod:`ansible_mitogen`: Support for `ansible_ssh_password`
connection variable, and templated SSH connection password.
* :gh:issue:`1136` tests: Improve Ansible fail_msg formatting.
* :gh:issue:`1137` tests: Ignore inventory files of inactive tests & benchmarks
v0.3.11 (2024-10-30)

@ -48,6 +48,7 @@ host_key_checking = False
[inventory]
any_unparsed_is_failed = true
host_pattern_mismatch = error
ignore_extensions = ~, .bak, .disabled
[callback_profile_tasks]
task_output_limit = 10

Loading…
Cancel
Save