Changes between Version 6 and Version 7 of EarlyWarningSystem
- Timestamp:
- Mar 30, 2021, 12:06:53 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EarlyWarningSystem
v6 v7 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== 1.8.2) and point it to ews-build.webkit.org:1700015 - 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 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== 1.8.2 --no-binary :all:33 sudo pip install buildbot-www== 1.8.234 sudo pip install buildbot-worker== 1.8.232 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 35 35 }}} 36 36