Changes between Version 7 and Version 8 of EarlyWarningSystem


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

--

Legend:

Unmodified
Added
Removed
Modified
  • EarlyWarningSystem

    v7 v8  
    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==2.10.2) and point it to ews-build.webkit.org:17000
     15- Install buildbot-worker package on the bot (e.g.: sudo pip3 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==2.10.2 --no-binary :all:
    33 sudo pip install buildbot-www==2.10.2
    34 sudo pip install buildbot-worker==2.10.2
     32sudo pip3 install buildbot==2.10.2 --no-binary :all:
     33sudo pip3 install Twisted --no-binary :all:
     34sudo pip3 install buildbot-www==2.10.2
     35sudo pip3 install buildbot-worker==2.10.2
     36
    3537}}}
    3638