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:
Matt Clay
2018-03-09 16:17:29 -08:00
committed by GitHub
parent 8980d275a0
commit 11ad559010
2 changed files with 3 additions and 2 deletions

View File

@@ -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."""