From: Zack Cerza Date: Wed, 27 Jul 2016 18:52:20 +0000 (-0600) Subject: choose_kernel(): fix call to get_gitbuilder_hash X-Git-Tag: 1.1.0~562^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F917%2Fhead;p=teuthology.git choose_kernel(): fix call to get_gitbuilder_hash http://tracker.ceph.com/issues/16838 Fixes: 16838 Signed-off-by: Zack Cerza --- diff --git a/teuthology/suite/run.py b/teuthology/suite/run.py index fd43eccc1..b6e6d0c15 100644 --- a/teuthology/suite/run.py +++ b/teuthology/suite/run.py @@ -116,6 +116,7 @@ class Run(object): kernel_hash = util.get_gitbuilder_hash( 'kernel', self.args.kernel_branch, self.args.kernel_flavor, self.args.machine_type, self.args.distro, + self.args.distro_version, ) if not kernel_hash: util.schedule_fail(