Title: [292843] trunk/Tools
Revision
292843
Author
ross.kirsl...@sony.com
Date
2022-04-13 16:24:40 -0700 (Wed, 13 Apr 2022)

Log Message

Add PlayStation builds to bot watcher's dashboard.
https://bugs.webkit.org/show_bug.cgi?id=239090

Reviewed by Jonathan Bedard.

* Tools/CISupport/build-webkit-org/public_html/dashboard/Images/PlayStation.png: Added.
* Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/Dashboard.js:
* Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js:
(WebKitBuildbot):
* Tools/CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css:
(table.queue-grid tr.platform.playstation img.logo):

Canonical link: https://commits.webkit.org/249616@main

Modified Paths

Added Paths

Diff

Added: trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Images/PlayStation.png


(Binary files differ)
Index: trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Images/PlayStation.png =================================================================== --- trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Images/PlayStation.png 2022-04-13 23:17:19 UTC (rev 292842) +++ trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Images/PlayStation.png 2022-04-13 23:24:40 UTC (rev 292843) Property changes on: trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Images/PlayStation.png ___________________________________________________________________

Added: svn:mime-type

+image/png \ No newline at end of property

Modified: trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/Dashboard.js (292842 => 292843)


--- trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/Dashboard.js	2022-04-13 23:17:19 UTC (rev 292842)
+++ trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/Dashboard.js	2022-04-13 23:24:40 UTC (rev 292843)
@@ -44,6 +44,7 @@
         LinuxWPE: { name : "linux-wpe", readableName: "Linux WPE", order: 90 },
         LinuxGTK: { name : "linux-gtk", readableName: "Linux GTK", order: 91 },
         LinuxJSCOnly: { name : "linux-jsconly", readableName: "Linux JSCOnly", order: 92 },
+        PlayStation: { name : "playstation", readableName: "PlayStation", order: 100 },
     },
     Branch: {},
     Repository: {

Modified: trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js (292842 => 292843)


--- trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js	2022-04-13 23:17:19 UTC (rev 292842)
+++ trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js	2022-04-13 23:24:40 UTC (rev 292843)
@@ -104,6 +104,8 @@
         "JSCOnly MIPS Testers": {platform: Dashboard.Platform.LinuxJSCOnly, heading: "MIPS", combinedQueues: {
             "JSCOnly-Linux-MIPS32el-Release": {heading: "MIPS32el"},
         }},
+        "PlayStation-Release-Build": {platform: Dashboard.Platform.PlayStation, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit},
+        "PlayStation-Debug-Build": {platform: Dashboard.Platform.PlayStation, debug: true, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit},
     };
 
     Buildbot.call(this, "https://build.webkit.org/", queueInfo, {"USE_BUILDBOT_VERSION_LESS_THAN_09" : false});

Modified: trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css (292842 => 292843)


--- trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css	2022-04-13 23:17:19 UTC (rev 292842)
+++ trunk/Tools/CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css	2022-04-13 23:24:40 UTC (rev 292843)
@@ -253,6 +253,10 @@
     content: url(../Images/SquirrelFish.png);
 }
 
+table.queue-grid tr.platform.playstation img.logo {
+    content: url(../Images/PlayStation.png);
+}
+
 .popover-tracking:hover {
     text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2)
 }

Modified: trunk/Tools/ChangeLog (292842 => 292843)


--- trunk/Tools/ChangeLog	2022-04-13 23:17:19 UTC (rev 292842)
+++ trunk/Tools/ChangeLog	2022-04-13 23:24:40 UTC (rev 292843)
@@ -1,3 +1,15 @@
+2022-04-13  Ross Kirsling  <ross.kirsl...@sony.com>
+
+        Add PlayStation builds to bot watcher's dashboard.
+        https://bugs.webkit.org/show_bug.cgi?id=239090
+
+        Reviewed by Jonathan Bedard .
+
+        * CISupport/build-webkit-org/public_html/dashboard/Images/PlayStation.png: Added.
+        * CISupport/build-webkit-org/public_html/dashboard/Scripts/Dashboard.js:
+        * CISupport/build-webkit-org/public_html/dashboard/Scripts/WebKitBuildbot.js:
+        * CISupport/build-webkit-org/public_html/dashboard/Styles/Main.css:
+
 2022-04-12  Fujii Hironori  <hironori.fu...@sony.com>
 
         [WinCairo] WEBKIT_LIBRARIES env var should be customizable
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to