mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-30 06:11:26 -07:00
Update Shippable integration test groups. (#43118)
* Update Shippable integration test groups. * Update integration test group aliases. * Rebalance AWS and Azure tests with extra group. * Rebalance Windows tests with another group.
This commit is contained in:
parent
42a9fb1337
commit
4e489d1be8
442 changed files with 606 additions and 495 deletions
|
@ -648,6 +648,13 @@ class PathMapper(object):
|
|||
test_command: test_target,
|
||||
}
|
||||
|
||||
cloud_target = 'cloud/%s/' % name
|
||||
|
||||
if cloud_target in self.integration_targets_by_alias:
|
||||
return {
|
||||
'integration': cloud_target,
|
||||
}
|
||||
|
||||
return all_tests(self.args) # test infrastructure, run all tests
|
||||
|
||||
if path.startswith('test/utils/'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue