From d6fcb35cd236eab98c557daf0f072ec797be5aba Mon Sep 17 00:00:00 2001 From: Vallari Agrawal Date: Thu, 12 Jun 2025 18:27:26 +0530 Subject: [PATCH] teuthology/suite/run.py: set sha1 in parsed_yaml Signed-off-by: Vallari Agrawal --- teuthology/suite/run.py | 1 + 1 file changed, 1 insertion(+) 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') -- 2.39.5