Skip to content

Commit e04af48

Browse files
moreatijadacyrus
authored andcommitted
tests: Ignore inventory files of inactive tests & benchmarks
These targets are not used by any active tests, and the large numbers of hosts multiply the size of the taskvars disctionary in memory to many (10s) MiB. refs mitogen-hq#1058
1 parent 62941e2 commit e04af48

File tree

5 files changed

+2
-0
lines changed

5 files changed

+2
-0
lines changed

docs/changelog.rst

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ Unreleased
2424
* :gh:issue:`1106` :mod:`ansible_mitogen`: Support for `ansible_ssh_password`
2525
connection variable, and templated SSH connection password.
2626
* :gh:issue:`1136` tests: Improve Ansible fail_msg formatting.
27+
* :gh:issue:`1137` tests: Ignore inventory files of inactive tests & benchmarks
2728

2829

2930
v0.3.11 (2024-10-30)

tests/ansible/ansible.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ host_key_checking = False
4848
[inventory]
4949
any_unparsed_is_failed = true
5050
host_pattern_mismatch = error
51+
ignore_extensions = ~, .bak, .disabled
5152

5253
[callback_profile_tasks]
5354
task_output_limit = 10
File renamed without changes.

0 commit comments

Comments
 (0)