Summary: | [build.webkit.org] Update RunWebKitTests step for new buildbot | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> | ||||||
Component: | Tools / Tests | Assignee: | Aakash Jain <aakash_jain> | ||||||
Status: | RESOLVED FIXED | ||||||||
Severity: | Normal | CC: | dean_johnson, jbedard, ryanhaddad, webkit-bug-importer | ||||||
Priority: | P2 | Keywords: | InRadar | ||||||
Version: | Other | ||||||||
Hardware: | Unspecified | ||||||||
OS: | Unspecified | ||||||||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=218907 | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 175056 | ||||||||
Attachments: |
|
Description
Aakash Jain
2020-11-11 08:49:31 PST
Created attachment 413826 [details]
Patch
(In reply to Aakash Jain from comment #1) > Created attachment 413826 [details] > Patch Most of this code is copied from code written by Dean in another repository. Comment on attachment 413826 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=413826&action=review > Tools/ChangeLog:10 > + (RunWebKitTests): Can we populate this changelog with a bit more information? > Tools/CISupport/build-webkit-org/steps.py:48 > + logobserver = lambda: None Were we not using the log observer previously? Or does that option not exist for buildbot 0.8? (In reply to Jonathan Bedard from comment #3) > > Tools/CISupport/build-webkit-org/steps.py:48 > > + logobserver = lambda: None > > Were we not using the log observer previously? Or does that option not exist for buildbot 0.8? Yeah, Buildbot 0.8 didn't had this logobserver module. Created attachment 413829 [details]
Patch
Committed r269689: <https://trac.webkit.org/changeset/269689> All reviewed patches have been landed. Closing bug and clearing flags on attachment 413829 [details]. Looks good to me; unofficial r+. |