mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Terminate Tower instances after CI ends. (#37265)
* Remove obsolete Tower support from manage_ci. * Add missing remote settings to cloud tests.
This commit is contained in:
@@ -135,8 +135,6 @@ class ManagePosixCI(object):
|
||||
self.become = ['sudo', '-in', 'PATH=/usr/local/bin:$PATH']
|
||||
elif self.core_ci.platform == 'rhel':
|
||||
self.become = ['sudo', '-in', 'bash', '-c']
|
||||
elif self.core_ci.platform == 'tower':
|
||||
self.become = ['sudo', '-in', 'bash', '-c']
|
||||
|
||||
def setup(self):
|
||||
"""Start instance and wait for it to become ready and respond to an ansible ping."""
|
||||
|
||||
Reference in New Issue
Block a user