Changes between Version 6 and Version 7 of EarlyWarningSystem


Ignore:
Timestamp:
Mar 30, 2021 12:06:53 PM (3 years ago)
Author:
aakash_jain@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EarlyWarningSystem

    v6 v7  
    1313== Adding a new EWS Bot ==
    1414Anyone can add a new EWS bot. Follow these steps to add a new EWS bot:
    15 - Install buildbot-worker package on the bot (e.g.: sudo pip install buildbot-worker==1.8.2) and point it to ews-build.webkit.org:17000
     15- Install buildbot-worker package on the bot (e.g.: sudo pip install buildbot-worker==2.10.2) and point it to ews-build.webkit.org:17000
    1616- Submit a patch adding the bot to [https://trac.webkit.org/browser/webkit/trunk/Tools/CISupport/ews-build/config.json config.json] appropriately, and get it reviewed and landed.
    1717- email admin@webkit.org to request restart/reconfig of the Buildbot server.
     
    3030=== Installing required packages: ===
    3131{{{
    32 sudo pip install buildbot==1.8.2 --no-binary :all:
    33 sudo pip install buildbot-www==1.8.2
    34 sudo pip install buildbot-worker==1.8.2
     32sudo pip install buildbot==2.10.2 --no-binary :all:
     33sudo pip install buildbot-www==2.10.2
     34sudo pip install buildbot-worker==2.10.2
    3535}}}
    3636