Title: [243463] trunk/Tools
Revision
243463
Author
aakash_j...@apple.com
Date
2019-03-25 15:03:30 -0700 (Mon, 25 Mar 2019)

Log Message

[ews-build] use lz4 compression for improving buildbot performance
https://bugs.webkit.org/show_bug.cgi?id=196155

Reviewed by Lucas Forschler.

* BuildSlaveSupport/ews-build/master.cfg:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/ews-build/master.cfg (243462 => 243463)


--- trunk/Tools/BuildSlaveSupport/ews-build/master.cfg	2019-03-25 21:39:13 UTC (rev 243462)
+++ trunk/Tools/BuildSlaveSupport/ews-build/master.cfg	2019-03-25 22:03:30 UTC (rev 243463)
@@ -21,6 +21,8 @@
 c['projectURL'] = 'https://ews-build.webkit.org/'
 c['buildbotURL'] = 'https://ews-build.webkit.org/'
 
+c['logCompressionMethod'] = 'lz4'
+
 c['buildbotNetUsageData'] = None
 
 loadConfig.loadBuilderConfig(c, is_test_mode_enabled=is_test_mode_enabled)

Modified: trunk/Tools/ChangeLog (243462 => 243463)


--- trunk/Tools/ChangeLog	2019-03-25 21:39:13 UTC (rev 243462)
+++ trunk/Tools/ChangeLog	2019-03-25 22:03:30 UTC (rev 243463)
@@ -1,3 +1,12 @@
+2019-03-25  Aakash Jain  <aakash_j...@apple.com>
+
+        [ews-build] use lz4 compression for improving buildbot performance
+        https://bugs.webkit.org/show_bug.cgi?id=196155
+
+        Reviewed by Lucas Forschler.
+
+        * BuildSlaveSupport/ews-build/master.cfg:
+
 2019-03-25  Wenson Hsieh  <wenson_hs...@apple.com>
 
         Pull some API testing helper methods out of TestWKWebView
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to