From be5ce3662caeadd489ffada0cdda823da0fb4abd Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Thu, 17 Sep 2015 11:54:44 -0500 Subject: [PATCH] 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 --- teuthology/suite.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/suite.py b/teuthology/suite.py index 2f61d81530..ce13f8e095 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,