From: Andrew Schoen Date: Thu, 17 Sep 2015 16:54:44 +0000 (-0500) Subject: suite: fixes a bug that causes the email results job to not be scheduled X-Git-Tag: 1.1.0~817^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=be5ce3662caeadd489ffada0cdda823da0fb4abd;p=teuthology.git suite: fixes a bug that causes the email results job to not be scheduled See: http://tracker.ceph.com/issues/13125 Signed-off-by: Andrew Schoen --- diff --git a/teuthology/suite.py b/teuthology/suite.py index 2f61d8153..ce13f8e09 100644 --- a/teuthology/suite.py +++ b/teuthology/suite.py @@ -319,6 +319,7 @@ 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,