provision: Removed hack for running production suites in ci.

Since now, we use different jobs for getting release-tarball
and running production suites so we don't require this hack
This commit is contained in:
arpit551 2020-06-04 00:37:55 +05:30 committed by Tim Abbott
parent 291bce93d0
commit 569731da50

View File

@ -388,7 +388,6 @@ def main(options: argparse.Namespace) -> "NoReturn":
if is_circleci and not options.is_build_release_tarball_only:
run_as_root(["service", "redis-server", "restart"])
run_as_root(["service", "memcached", "restart"])
if is_circleci:
run_as_root(["service", "rabbitmq-server", "restart"])
run_as_root(["service", "postgresql", "restart"])
elif "fedora" in os_families():