Title: [251027] trunk/Tools
- Revision
- 251027
- Author
- [email protected]
- Date
- 2019-10-11 14:47:15 -0700 (Fri, 11 Oct 2019)
Log Message
Update build.webkit.org basedir
https://bugs.webkit.org/show_bug.cgi?id=202856
Reviewed by Jonathan Bedard.
* BuildSlaveSupport/build.webkit.org-config/buildbot.tac: Updated basedir. Also increased the
size of twistd.log files and reduced number of files for easier maintenance.
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/buildbot.tac (251026 => 251027)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/buildbot.tac 2019-10-11 21:45:36 UTC (rev 251026)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/buildbot.tac 2019-10-11 21:47:15 UTC (rev 251027)
@@ -1,13 +1,17 @@
+import os
from twisted.application import service
from buildbot.master import BuildMaster
-basedir = r'/var/buildbot'
+basedir = '.'
configfile = r'master.cfg'
-rotateLength = 10000000
-maxRotatedFiles = 100
+rotateLength = 50000000
+maxRotatedFiles = 20
umask = 022
+if basedir == '.':
+ basedir = os.path.abspath(os.path.dirname(__file__))
+
application = service.Application('buildmaster')
try:
from twisted.python.logfile import LogFile
Modified: trunk/Tools/ChangeLog (251026 => 251027)
--- trunk/Tools/ChangeLog 2019-10-11 21:45:36 UTC (rev 251026)
+++ trunk/Tools/ChangeLog 2019-10-11 21:47:15 UTC (rev 251027)
@@ -1,5 +1,15 @@
2019-10-11 Aakash Jain <[email protected]>
+ Update build.webkit.org basedir
+ https://bugs.webkit.org/show_bug.cgi?id=202856
+
+ Reviewed by Jonathan Bedard.
+
+ * BuildSlaveSupport/build.webkit.org-config/buildbot.tac: Updated basedir. Also increased the
+ size of twistd.log files and reduced number of files for easier maintenance.
+
+2019-10-11 Aakash Jain <[email protected]>
+
[ews] Services EWS should also run build.webkit.org unit tests
https://bugs.webkit.org/show_bug.cgi?id=202864
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes