diff options
author | Xisco Fauli <xiscofauli@libreoffice.org> | 2019-06-05 13:16:46 +0200 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2019-06-10 17:22:37 +0200 |
commit | a6bb1098fe13e8983f38b58089569c77ee997012 (patch) | |
tree | 76fb9381df826243780e85a7526b391c04296115 /qa | |
parent | ad217d89017c6f60da48a839cc3684d4996969d9 (diff) |
QA: check perf issues here as well
Diffstat (limited to 'qa')
-rwxr-xr-x | qa/bugzillaChecker.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/bugzillaChecker.py b/qa/bugzillaChecker.py index c3df1b0a..d6049319 100755 --- a/qa/bugzillaChecker.py +++ b/qa/bugzillaChecker.py @@ -224,7 +224,7 @@ def analyze_bugzilla_checkers(statList, bugzillaData, cfg): movedToNewValue = resultValue if addedStatus == 'RESOLVED_FIXED' and rowStatus == 'RESOLVED_FIXED' and ('regression' in rowKeywords \ - or 'crash' in row['summary'].lower()): + or 'crash' in row['summary'].lower() or 'perf' in rowKeywords): util_add_to_result(lResults, 'verify_fix', resultValue) elif change['field_name'] == 'resolution': |