RESOLVED FIXED 218818
[build.webkit.org] Remove obsolete buildHorizon, eventHorizon and logHorizon properties from master_buildbot2.cfg
https://bugs.webkit.org/show_bug.cgi?id=218818
Summary [build.webkit.org] Remove obsolete buildHorizon, eventHorizon and logHorizon ...
Aakash Jain
Reported 2020-11-11 13:03:05 PST
In latest buildbot, buildHorizon, eventHorizon and logHorizon properties are not supported anymore. We should instead use JanitorConfigurator. Reference: http://docs.buildbot.net/1.1.0/manual/installation/nine-upgrade.html#data-lifetime Attempt to use these properties result in following warnings: ConfigWarning: [0.9.0 and later] NOTE: `buildHorizon` is deprecated and ignored They are replaced by util.JanitorConfigurator ConfigWarning: [0.9.0 and later] NOTE: `eventHorizon` is deprecated and ignored They are replaced by util.JanitorConfigurator ConfigWarning: [0.9.0 and later] NOTE: `logHorizon` is deprecated and ignored They are replaced by util.JanitorConfigurator
Attachments
Patch (1.13 KB, patch)
2020-11-12 04:42 PST, Aakash Jain
no flags
Aakash Jain
Comment 1 2020-11-11 13:10:44 PST
This is similar to <rdar://problem/32555413>.
Aakash Jain
Comment 2 2020-11-12 04:42:32 PST
Jonathan Bedard
Comment 3 2020-11-12 08:45:12 PST
Comment on attachment 413926 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=413926&action=review > Tools/CISupport/build-webkit-org/master_buildbot2.cfg:-42 > -c['buildHorizon'] = 1000 What were we using these for and why are they no longer required?
Aakash Jain
Comment 4 2020-11-12 08:55:14 PST
(In reply to Jonathan Bedard from comment #3) > What were we using these for and why are they no longer required? These were required only for old buildbot. This file is for new buildbot.
Jonathan Bedard
Comment 5 2020-11-12 09:06:04 PST
(In reply to Aakash Jain from comment #4) > (In reply to Jonathan Bedard from comment #3) > > What were we using these for and why are they no longer required? > These were required only for old buildbot. This file is for new buildbot. Are they implicitly defined somewhere now? Or something we can't set? buildHorizon sounds like something we would still want to use in some capacity, no?
Aakash Jain
Comment 6 2020-11-12 09:13:45 PST
Will be configuring Janitor in https://bugs.webkit.org/show_bug.cgi?id=218817
EWS
Comment 7 2020-11-12 09:44:16 PST
Committed r269736: <https://trac.webkit.org/changeset/269736> All reviewed patches have been landed. Closing bug and clearing flags on attachment 413926 [details].
Radar WebKit Bug Importer
Comment 8 2020-11-12 09:46:09 PST
Note You need to log in before you can comment on or make changes to this bug.