From: Vallari Agrawal Date: Thu, 12 Jun 2025 12:57:26 +0000 (+0530) Subject: teuthology/suite/run.py: set sha1 in parsed_yaml X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d6fcb35cd236eab98c557daf0f072ec797be5aba;p=teuthology.git teuthology/suite/run.py: set sha1 in parsed_yaml Signed-off-by: Vallari Agrawal --- diff --git a/teuthology/suite/run.py b/teuthology/suite/run.py index ba72a4334c..c922372fe9 100644 --- a/teuthology/suite/run.py +++ b/teuthology/suite/run.py @@ -493,6 +493,7 @@ class Run(object): limit=limit)) break + parsed_yaml["sha1"] = self.base_config.sha1 os_type = parsed_yaml.get('os_type') or self.base_config.os_type os_version = parsed_yaml.get('os_version') or self.base_config.os_version exclude_arch = parsed_yaml.get('exclude_arch')