From: Zack Cerza Date: Mon, 21 Sep 2015 19:38:07 +0000 (-0600) Subject: Revert "suite: fixes a bug that causes the email results job to not be scheduled" X-Git-Tag: 1.1.0~813^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=456e748c8ba28998a2087bd88e9441e2b04cdb27;p=teuthology.git Revert "suite: fixes a bug that causes the email results job to not be scheduled" This reverts commit be5ce3662caeadd489ffada0cdda823da0fb4abd. --- diff --git a/teuthology/suite.py b/teuthology/suite.py index ce13f8e09..2f61d8153 100644 --- a/teuthology/suite.py +++ b/teuthology/suite.py @@ -319,7 +319,6 @@ def prepare_and_schedule(job_config, suite_repo_path, base_yaml_paths, limit, arg.extend(['--timeout', timeout]) if dry_run: log.info('dry-run: %s' % ' '.join(arg)) - else: teuthology_schedule( args=arg, dry_run=dry_run,