]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
suite: fixes a bug that causes the email results job to not be scheduled 631/head
authorAndrew Schoen <aschoen@redhat.com>
Thu, 17 Sep 2015 16:54:44 +0000 (11:54 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 17 Sep 2015 16:54:44 +0000 (11:54 -0500)
See: http://tracker.ceph.com/issues/13125

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
teuthology/suite.py

index 2f61d8153027a5377484c1beede3bee9a125c9f4..ce13f8e095e3fb8c01558741e5d6f9b2520d47cb 100644 (file)
@@ -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,