]> git-server-git.apps.pok.os.sepia.ceph.com Git - teuthology.git/commitdiff
Revert "suite: fixes a bug that causes the email results job to not be scheduled"
authorZack Cerza <zack@redhat.com>
Mon, 21 Sep 2015 19:38:07 +0000 (13:38 -0600)
committerZack Cerza <zack@redhat.com>
Mon, 21 Sep 2015 19:38:07 +0000 (13:38 -0600)
This reverts commit be5ce3662caeadd489ffada0cdda823da0fb4abd.

teuthology/suite.py

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