From dbd3bbfc7e5fe2ebf9f7d22dfb4718061fdb898b Mon Sep 17 00:00:00 2001 From: dongjie110 <17621827400@163.com> Date: Mon, 30 Oct 2023 07:17:28 +0000 Subject: [PATCH] add qualty_level failed in yaml check Signed-off-by: dongjie110 <17621827400@163.com> --- core/check_release_management.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/check_release_management.py b/core/check_release_management.py index 15ca1b2..5414641 100644 --- a/core/check_release_management.py +++ b/core/check_release_management.py @@ -767,7 +767,7 @@ class CheckReleaseManagement(object): check the key and brach from in your yaml compliance with rules """ error_flag = False - keylist = ['source_dir', 'obs_from', 'name', 'destination_dir', 'obs_to', 'date'] + keylist = ['source_dir', 'obs_from', 'name', 'destination_dir', 'obs_to', 'date', 'quality_level'] for branch,info in change_info.items(): if info: log.info("branch:{} yaml key check".format(branch)) -- Gitee