From: Kefu Chai Date: Thu, 16 Feb 2017 06:59:21 +0000 (+0800) Subject: suite: use "suite_hash" as the default sha1 for workunit X-Git-Tag: 1.1.0~459^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=1604bbde24adef258d3c978819208aae7cfdb9e7;p=teuthology.git suite: use "suite_hash" as the default sha1 for workunit as "workunits" reside in ceph/qa/workunits, it's more intuitive to respect suite-branch option when cloning workunits. Signed-off-by: Kefu Chai --- diff --git a/teuthology/suite/placeholder.py b/teuthology/suite/placeholder.py index 4669c5faa1..64f9a93037 100644 --- a/teuthology/suite/placeholder.py +++ b/teuthology/suite/placeholder.py @@ -89,7 +89,7 @@ dict_templ = { } }, 'workunit': { - 'sha1': Placeholder('ceph_hash'), + 'sha1': Placeholder('suite_hash'), } }, 'repo': Placeholder('ceph_repo'),