]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
suite: use "suite_hash" as the default sha1 for workunit
authorKefu Chai <kchai@redhat.com>
Thu, 16 Feb 2017 06:59:21 +0000 (14:59 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 16 Feb 2017 07:00:41 +0000 (15:00 +0800)
as "workunits" reside in ceph/qa/workunits, it's more intuitive to
respect suite-branch option when cloning workunits.

Signed-off-by: Kefu Chai <kchai@redhat.com>
teuthology/suite/placeholder.py

index 4669c5faa101c6747fff433b1afbc57436791754..64f9a93037bfe5d0e1663e90d6cfc0e1326da8fe 100644 (file)
@@ -89,7 +89,7 @@ dict_templ = {
             }
         },
         'workunit': {
-            'sha1': Placeholder('ceph_hash'),
+            'sha1': Placeholder('suite_hash'),
         }
     },
     'repo': Placeholder('ceph_repo'),