esc-reporting/esc-collect.py | 2 +- qa/bugzillaAutomation.py | 2 +- qa/common.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-)
New commits: commit c432ca241e3445e705b72158928e1b7a21fb02e0 Author: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> AuthorDate: Sun Oct 24 15:14:09 2021 +0300 Commit: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> CommitDate: Sun Oct 24 14:15:33 2021 +0200 Renamed Mac OS X to macOS I renamed the field in Bugzilla per QA team request. Change-Id: Id0c3797c7c5080300d249c706ca58c3646503427 Reviewed-on: https://gerrit.libreoffice.org/c/dev-tools/+/124114 Tested-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakan...@libreoffice.org> diff --git a/esc-reporting/esc-collect.py b/esc-reporting/esc-collect.py index dc8ce50..59bcb15 100755 --- a/esc-reporting/esc-collect.py +++ b/esc-reporting/esc-collect.py @@ -527,7 +527,7 @@ def get_esc_bugzilla(cfg): rawList['ESC_COMPONENT_UPDATE']['high'][comp]['count'], \ rawList['ESC_COMPONENT_UPDATE']['high'][comp]['list'] = do_ESC_counting(bz, url) - for os in ['Linux (All)', 'Windows (All)', 'Mac OS X (All)', 'All']: + for os in ['Linux (All)', 'Windows (All)', 'macOS (All)', 'All']: url = '&keywords=regression' \ '&bug_status=NEW' \ '&bug_status=ASSIGNED' \ diff --git a/qa/bugzillaAutomation.py b/qa/bugzillaAutomation.py index 97b5dbd..5416eab 100755 --- a/qa/bugzillaAutomation.py +++ b/qa/bugzillaAutomation.py @@ -92,7 +92,7 @@ def analyze_bugzilla(statList, bugzillaData, cfg): 'bibisectNotNeeded' not in rowKeywords and 'notBibisectable' not in rowKeywords: if row['severity'] is not 'enhancement': - if row['op_sys'] in ["All", "Windows (All)", "Linux (All)", "Mac OS X (All)"]: + if row['op_sys'] in ["All", "Windows (All)", "Linux (All)", "macOS (All)"]: statList['tagRegression']['add'][rowId] = 'bibisectRequest' else: statList['tagRegression']['add'][rowId] = 'notBibisectable' diff --git a/qa/common.py b/qa/common.py index 5523c9f..5f1f721 100755 --- a/qa/common.py +++ b/qa/common.py @@ -40,7 +40,7 @@ keywords_list = ['accessibility', 'bibisected', 'bibisectNotNeeded', 'bibisectRe 'needsUXEval', 'needUITest', 'notBibisectable', 'patch', 'perf', 'possibleRegression', 'preBibisect', 'regression', 'security', 'text:cjk', 'text:ctl', 'text:rtl', 'wantBacktrace'] -system_list = ['All', 'Linux (All)', 'Android', 'Windows (All)', 'Mac OS X (All)', 'iOS', 'FreeBSD', 'NetBSD', 'OpenBSD', +system_list = ['All', 'Linux (All)', 'Android', 'Windows (All)', 'macOS (All)', 'iOS', 'FreeBSD', 'NetBSD', 'OpenBSD', 'BSD (Others)', 'Solaris', 'Cygwin', 'AIX', 'HP-UX', 'IRIX', 'Interix', 'other'] urlShowBug = "https://bugs.documentfoundation.org/show_bug.cgi?id="