[stable-2.10] Use new endpoint for Parallels based instances.
(cherry picked from commit 98febab975
)
Co-authored-by: Matt Clay <matt@mystile.com>
This commit is contained in:
parent
333f7bc088
commit
ec8878ced4
2 changed files with 3 additions and 2 deletions
2
changelogs/fragments/ansible-test-parallels-endpoint.yml
Normal file
2
changelogs/fragments/ansible-test-parallels-endpoint.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- ansible-test - Use new endpoint for Parallels based instances with the ``--remote`` option.
|
|
@ -187,8 +187,7 @@ class AnsibleCoreCI:
|
|||
if self.args.remote_endpoint:
|
||||
self.endpoints = (self.args.remote_endpoint,)
|
||||
else:
|
||||
self.endpoints = self._get_parallels_endpoints()
|
||||
self.max_threshold = 6
|
||||
self.endpoints = (AWS_ENDPOINTS['us-east-1'],)
|
||||
|
||||
self.ssh_key = SshKey(args)
|
||||
self.port = None
|
||||
|
|
Loading…
Reference in a new issue