Changeset 258642 in webkit


Ignore:
Timestamp:
Mar 18, 2020 10:02:27 AM (4 years ago)
Author:
aakash_jain@apple.com
Message:

commit-queue should allow patches which are reviewed by patch author
https://bugs.webkit.org/show_bug.cgi?id=209231

Reviewed by Jonathan Bedard.

  • BuildSlaveSupport/ews-build/steps.py:

(BugzillaMixin._does_patch_have_acceptable_review_flag):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/ews-build/steps.py

    r258637 r258642  
    451451                    if self.addURLs:
    452452                        self.addURL('Reviewed by: {}'.format(patch_reviewer), '')
    453                     if patch_reviewer == patch_json.get('creator'):
    454                         self._addToLog('stdio', 'Patch {} is r+ by the patch author {} itself. This seems like a mistake.\n'.format(patch_id, patch_reviewer))
    455                         return 0
    456453                    return 1
    457454                if review_status in ['-', '?']:
  • trunk/Tools/ChangeLog

    r258641 r258642  
     12020-03-18  Aakash Jain  <aakash_jain@apple.com>
     2
     3        commit-queue should allow patches which are reviewed by patch author
     4        https://bugs.webkit.org/show_bug.cgi?id=209231
     5
     6        Reviewed by Jonathan Bedard.
     7
     8        * BuildSlaveSupport/ews-build/steps.py:
     9        (BugzillaMixin._does_patch_have_acceptable_review_flag):
     10
    1112020-03-18  Philippe Normand  <pnormand@igalia.com>
    212
Note: See TracChangeset for help on using the changeset viewer.