mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Improve handling of network test changes.
This commit is contained in:
@@ -352,6 +352,9 @@ class PathMapper(object):
|
||||
}
|
||||
|
||||
if path.startswith('test/integration/'):
|
||||
if self.prefixes.get(name) == 'network' and ext == '.yaml':
|
||||
return minimal # network integration test playbooks are not used by ansible-test
|
||||
|
||||
return {
|
||||
'integration': 'all',
|
||||
'windows-integration': 'all',
|
||||
|
||||
Reference in New Issue
Block a user