mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +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 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 {
|
return {
|
||||||
'integration': 'all',
|
'integration': 'all',
|
||||||
'windows-integration': 'all',
|
'windows-integration': 'all',
|
||||||
|
|||||||
Reference in New Issue
Block a user