Changes between Version 3 and Version 4 of EarlyWarningSystem
- Timestamp:
- Oct 23, 2019, 9:01:20 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EarlyWarningSystem
v3 v4 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. 7.0) and point it to ews-build.webkit.org:1700015 - 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 16 16 - Add the bot name to [https://trac.webkit.org/browser/webkit/trunk/Tools/BuildSlaveSupport/ews-build/config.json config.json] appropriately. 17 17 - email admin@webkit.org to request restart/reconfig of the Buildbot server. … … 27 27 === Installing required packages: === 28 28 {{{ 29 sudo pip install buildbot==1. 7.0--no-binary :all:30 sudo pip install buildbot-worker==1. 7.029 sudo pip install buildbot==1.8.2 --no-binary :all: 30 sudo pip install buildbot-worker==1.8.2 31 31 }}} 32 32