Bug 208329

Summary: [ews] commit queue should skip building and testing for rollout patches
Product: WebKit Reporter: Aakash Jain <aakash_jain>
Component: Tools / TestsAssignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, ap, jbedard, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Aakash Jain
Reported 2020-02-27 10:40:36 PST
commit queue should skip building and testing for rollout patches. This would match the behavior of old ews.
Attachments
Patch (4.78 KB, patch)
2020-02-27 10:43 PST, Aakash Jain
no flags
Patch (5.13 KB, patch)
2020-02-27 14:05 PST, Aakash Jain
no flags
Patch (5.14 KB, patch)
2020-02-28 05:41 PST, Aakash Jain
no flags
Aakash Jain
Comment 1 2020-02-27 10:43:01 PST
Aakash Jain
Comment 2 2020-02-27 10:56:39 PST
Jonathan Bedard
Comment 3 2020-02-27 13:23:00 PST
Comment on attachment 391890 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=391890&action=review > Tools/BuildSlaveSupport/ews-build/steps.py:1584 > + incorrectLayoutLines = None Is this supposed to be part of this patch?
Aakash Jain
Comment 4 2020-02-27 13:26:59 PST
(In reply to Jonathan Bedard from comment #3) > Is this supposed to be part of this patch? Yes, without this there is an exception because self.incorrectLayoutLines in not defined in getResultSummary(). (e.g.: https://ews-build.webkit-uat.org/#/builders/26/builds/924) File "steps.py", line 1809, in getResultSummary if self.results != SUCCESS and self.incorrectLayoutLines: File "/usr/lib/python2.7/site-packages/buildbot/worker_transition.py", line 295, in __getattr__ attr_name=name)) exceptions.AttributeError: 'RunWebKit1Tests' object has no attribute 'incorrectLayoutLines'
Jonathan Bedard
Comment 5 2020-02-27 13:50:35 PST
(In reply to Aakash Jain from comment #4) > (In reply to Jonathan Bedard from comment #3) > > Is this supposed to be part of this patch? > Yes, without this there is an exception because self.incorrectLayoutLines in > not defined in getResultSummary(). (e.g.: > https://ews-build.webkit-uat.org/#/builders/26/builds/924) > > File "steps.py", line 1809, in getResultSummary > if self.results != SUCCESS and self.incorrectLayoutLines: > File "/usr/lib/python2.7/site-packages/buildbot/worker_transition.py", > line 295, in __getattr__ > attr_name=name)) > exceptions.AttributeError: 'RunWebKit1Tests' object has no attribute > 'incorrectLayoutLines' Is it supposed to be a class variable? Or should it be an instance variable?
Aakash Jain
Comment 6 2020-02-27 14:05:49 PST
Aakash Jain
Comment 7 2020-02-27 14:06:50 PST
(In reply to Jonathan Bedard from comment #5) > Is it supposed to be a class variable? Or should it be an instance variable? Updated patch uses instance variable.
Aakash Jain
Comment 8 2020-02-28 05:41:59 PST Comment hidden (obsolete)
Aakash Jain
Comment 9 2020-02-28 06:12:02 PST
Radar WebKit Bug Importer
Comment 10 2020-02-28 06:12:16 PST
Note You need to log in before you can comment on or make changes to this bug.