mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07: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:
parent
8980d275a0
commit
11ad559010
2 changed files with 3 additions and 2 deletions
|
@ -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."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue