Changes between Version 7 and Version 8 of EarlyWarningSystem
- Timestamp:
- Mar 30, 2021, 12:08:28 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EarlyWarningSystem
v7 v8 13 13 == Adding a new EWS Bot == 14 14 Anyone 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:1700015 - 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 16 16 - 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. 17 17 - email admin@webkit.org to request restart/reconfig of the Buildbot server. … … 30 30 === Installing required packages: === 31 31 {{{ 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 32 sudo pip3 install buildbot==2.10.2 --no-binary :all: 33 sudo pip3 install Twisted --no-binary :all: 34 sudo pip3 install buildbot-www==2.10.2 35 sudo pip3 install buildbot-worker==2.10.2 36 35 37 }}} 36 38