WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
208329
[ews] commit queue should skip building and testing for rollout patches
https://bugs.webkit.org/show_bug.cgi?id=208329
Summary
[ews] commit queue should skip building and testing for rollout patches
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
Details
Formatted Diff
Diff
Patch
(5.13 KB, patch)
2020-02-27 14:05 PST
,
Aakash Jain
no flags
Details
Formatted Diff
Diff
Patch
(5.14 KB, patch)
2020-02-28 05:41 PST
,
Aakash Jain
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Aakash Jain
Comment 1
2020-02-27 10:43:01 PST
Created
attachment 391890
[details]
Patch
Aakash Jain
Comment 2
2020-02-27 10:56:39 PST
Sample run:
https://ews-build.webkit-uat.org/#/builders/26/builds/926
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
Created
attachment 391912
[details]
Patch
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)
Created
attachment 391975
[details]
Patch
Aakash Jain
Comment 9
2020-02-28 06:12:02 PST
Committed
r257636
: <
https://trac.webkit.org/changeset/257636
>
Radar WebKit Bug Importer
Comment 10
2020-02-28 06:12:16 PST
<
rdar://problem/59886255
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug