<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>218818</bug_id>
          
          <creation_ts>2020-11-11 13:03:05 -0800</creation_ts>
          <short_desc>[build.webkit.org] Remove obsolete buildHorizon, eventHorizon and logHorizon properties from master_buildbot2.cfg</short_desc>
          <delta_ts>2021-02-08 07:37:49 -0800</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          <see_also>https://bugs.webkit.org/show_bug.cgi?id=218817</see_also>
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          <blocked>175056</blocked>
          <everconfirmed>1</everconfirmed>
          <reporter name="Aakash Jain">aakash_jain</reporter>
          <assigned_to name="Aakash Jain">aakash_jain</assigned_to>
          <cc>aakash_jain</cc>
    
    <cc>dewei_zhu</cc>
    
    <cc>jbedard</cc>
    
    <cc>ryanhaddad</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1706584</commentid>
    <comment_count>0</comment_count>
    <who name="Aakash Jain">aakash_jain</who>
    <bug_when>2020-11-11 13:03:05 -0800</bug_when>
    <thetext>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</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1706588</commentid>
    <comment_count>1</comment_count>
    <who name="Aakash Jain">aakash_jain</who>
    <bug_when>2020-11-11 13:10:44 -0800</bug_when>
    <thetext>This is similar to &lt;rdar://problem/32555413&gt;.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1706823</commentid>
    <comment_count>2</comment_count>
      <attachid>413926</attachid>
    <who name="Aakash Jain">aakash_jain</who>
    <bug_when>2020-11-12 04:42:32 -0800</bug_when>
    <thetext>Created attachment 413926
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1706858</commentid>
    <comment_count>3</comment_count>
      <attachid>413926</attachid>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2020-11-12 08:45:12 -0800</bug_when>
    <thetext>Comment on attachment 413926
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=413926&amp;action=review

&gt; Tools/CISupport/build-webkit-org/master_buildbot2.cfg:-42
&gt; -c[&apos;buildHorizon&apos;] = 1000

What were we using these for and why are they no longer required?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1706866</commentid>
    <comment_count>4</comment_count>
    <who name="Aakash Jain">aakash_jain</who>
    <bug_when>2020-11-12 08:55:14 -0800</bug_when>
    <thetext>(In reply to Jonathan Bedard from comment #3)
&gt; 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.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1706871</commentid>
    <comment_count>5</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2020-11-12 09:06:04 -0800</bug_when>
    <thetext>(In reply to Aakash Jain from comment #4)
&gt; (In reply to Jonathan Bedard from comment #3)
&gt; &gt; What were we using these for and why are they no longer required?
&gt; These were required only for old buildbot. This file is for new buildbot.

Are they implicitly defined somewhere now? Or something we can&apos;t set? buildHorizon sounds like something we would still want to use in some capacity, no?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1706874</commentid>
    <comment_count>6</comment_count>
    <who name="Aakash Jain">aakash_jain</who>
    <bug_when>2020-11-12 09:13:45 -0800</bug_when>
    <thetext>Will be configuring Janitor in https://bugs.webkit.org/show_bug.cgi?id=218817</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1706889</commentid>
    <comment_count>7</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2020-11-12 09:44:16 -0800</bug_when>
    <thetext>Committed r269736: &lt;https://trac.webkit.org/changeset/269736&gt;

All reviewed patches have been landed. Closing bug and clearing flags on attachment 413926.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1706891</commentid>
    <comment_count>8</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2020-11-12 09:46:09 -0800</bug_when>
    <thetext>&lt;rdar://problem/71330610&gt;</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>413926</attachid>
            <date>2020-11-12 04:42:32 -0800</date>
            <delta_ts>2020-11-12 09:44:16 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-218818-20201112074231.patch</filename>
            <type>text/plain</type>
            <size>1157</size>
            <attacher name="Aakash Jain">aakash_jain</attacher>
            
              <data encoding="base64">SW5kZXg6IFRvb2xzL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBUb29scy9DaGFuZ2VMb2cJKHJl
dmlzaW9uIDI2OTY5OSkKKysrIFRvb2xzL0NoYW5nZUxvZwkod29ya2luZyBjb3B5KQpAQCAtMSwz
ICsxLDEyIEBACisyMDIwLTExLTExICBBYWthc2ggSmFpbiAgPGFha2FzaF9qYWluQGFwcGxlLmNv
bT4KKworICAgICAgICBbYnVpbGQud2Via2l0Lm9yZ10gUmVtb3ZlIG9ic29sZXRlIGJ1aWxkSG9y
aXpvbiwgZXZlbnRIb3Jpem9uIGFuZCBsb2dIb3Jpem9uIHByb3BlcnRpZXMgZnJvbSBtYXN0ZXJf
YnVpbGRib3QyLmNmZworICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5j
Z2k/aWQ9MjE4ODE4CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAg
ICAgICAgKiBDSVN1cHBvcnQvYnVpbGQtd2Via2l0LW9yZy9tYXN0ZXJfYnVpbGRib3QyLmNmZzoK
KwogMjAyMC0xMS0xMSAgQWFrYXNoIEphaW4gIDxhYWthc2hfamFpbkBhcHBsZS5jb20+CiAKICAg
ICAgICAgW2J1aWxkLndlYmtpdC5vcmddIFVwZGF0ZSBDaGVja091dFNvdXJjZSBzdGVwIGZvciBu
ZXcgYnVpbGRib3QKSW5kZXg6IFRvb2xzL0NJU3VwcG9ydC9idWlsZC13ZWJraXQtb3JnL21hc3Rl
cl9idWlsZGJvdDIuY2ZnCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFRvb2xzL0NJU3VwcG9ydC9idWlsZC13ZWJr
aXQtb3JnL21hc3Rlcl9idWlsZGJvdDIuY2ZnCShyZXZpc2lvbiAyNjk2OTkpCisrKyBUb29scy9D
SVN1cHBvcnQvYnVpbGQtd2Via2l0LW9yZy9tYXN0ZXJfYnVpbGRib3QyLmNmZwkod29ya2luZyBj
b3B5KQpAQCAtMzksOSArMzksNiBAQCBjWydwcm9qZWN0TmFtZSddID0gIldlYktpdCIKIGNbJ3By
b2plY3RVUkwnXSA9ICJodHRwczovL3dlYmtpdC5vcmciCiBjWydidWlsZGJvdFVSTCddID0gImh0
dHBzOi8vYnVpbGQud2Via2l0Lm9yZy8iCiAKLWNbJ2J1aWxkSG9yaXpvbiddID0gMTAwMAotY1sn
bG9nSG9yaXpvbiddID0gNTAwCi1jWydldmVudEhvcml6b24nXSA9IDIwMAogY1snYnVpbGRDYWNo
ZVNpemUnXSA9IDYwCiAKIAo=
</data>

          </attachment>
      

    </bug>

</bugzilla>