Title: [273734] trunk/Tools
Revision
273734
Author
[email protected]
Date
2021-03-02 10:22:13 -0800 (Tue, 02 Mar 2021)

Log Message

[build.webkit.org] Enable grid view
https://bugs.webkit.org/show_bug.cgi?id=222369

Reviewed by Jonathan Bedard.

* CISupport/build-webkit-org/master_buildbot2.cfg:

Modified Paths

Diff

Modified: trunk/Tools/CISupport/build-webkit-org/master_buildbot2.cfg (273733 => 273734)


--- trunk/Tools/CISupport/build-webkit-org/master_buildbot2.cfg	2021-03-02 17:57:53 UTC (rev 273733)
+++ trunk/Tools/CISupport/build-webkit-org/master_buildbot2.cfg	2021-03-02 18:22:13 UTC (rev 273734)
@@ -20,7 +20,7 @@
 
 # permissions for WebStatus
 
-c['www'] = dict(port=8710, plugins=dict(waterfall_view={}, console_view={}), allowed_origins=["*"])
+c['www'] = dict(port=8710, plugins=dict(waterfall_view={}, console_view={}, grid_view={}), allowed_origins=["*"])
 c['www']['ui_default_config'] = {
     'Builders.show_workers_name': True,
     'Builders.buildFetchLimit': 1000,

Modified: trunk/Tools/ChangeLog (273733 => 273734)


--- trunk/Tools/ChangeLog	2021-03-02 17:57:53 UTC (rev 273733)
+++ trunk/Tools/ChangeLog	2021-03-02 18:22:13 UTC (rev 273734)
@@ -1,3 +1,12 @@
+2021-03-02  Aakash Jain  <[email protected]>
+
+        [build.webkit.org] Enable grid view
+        https://bugs.webkit.org/show_bug.cgi?id=222369
+
+        Reviewed by Jonathan Bedard.
+
+        * CISupport/build-webkit-org/master_buildbot2.cfg:
+
 2021-03-02  Youenn Fablet  <[email protected]>
 
         Use capture settings after recovering capture from GPUProcess
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to