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
commit 11ad559010
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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."""