diff --git a/core/check_release_management.py b/core/check_release_management.py index 15ca1b27b5d52f56fbbaf0c7eb9fdff4212c387f..5414641a9ed0510678619e0a167a0696dd4caece 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))