Changes between Version 3 and Version 4 of EarlyWarningSystem


Ignore:
Timestamp:
Oct 23, 2019 9:01:20 AM (4 years ago)
Author:
aakash_jain@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EarlyWarningSystem

    v3 v4  
    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.7.0) and point it to ews-build.webkit.org:17000
     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
    1616- Add the bot name to [https://trac.webkit.org/browser/webkit/trunk/Tools/BuildSlaveSupport/ews-build/config.json config.json] appropriately.
    1717- email admin@webkit.org to request restart/reconfig of the Buildbot server.
     
    2727=== Installing required packages: ===
    2828{{{
    29 sudo pip install buildbot==1.7.0 --no-binary :all:
    30 sudo pip install buildbot-worker==1.7.0
     29sudo pip install buildbot==1.8.2 --no-binary :all:
     30sudo pip install buildbot-worker==1.8.2
    3131}}}
    3232