Title: [167301] trunk/Tools
Revision
167301
Author
a...@apple.com
Date
2014-04-14 23:51:53 -0700 (Mon, 14 Apr 2014)

Log Message

Remove Gtk WebKit1 tester.

Gtk WebKit1 port no longer exists, and dashboard was trying to load its tester
results over and over as fast as it could.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:
(WebKitBuildbot):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js (167300 => 167301)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js	2014-04-15 06:40:39 UTC (rev 167300)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js	2014-04-15 06:51:53 UTC (rev 167301)
@@ -44,7 +44,6 @@
         "Apple Win 7 Debug (Tests)": {platform: Dashboard.Platform.Windows7, debug: true, tester: true, testCategory: Buildbot.TestCategory.WebKit1},
         "Apple Win 7 Release (Tests)": {platform: Dashboard.Platform.Windows7, tester: true, testCategory: Buildbot.TestCategory.WebKit1},
         "GTK Linux 64-bit Release": {platform: Dashboard.Platform.LinuxGTK, tester: true, testCategory: Buildbot.TestCategory.WebKit2},
-        "GTK Linux 64-bit Release WK1 (Tests)": {platform: Dashboard.Platform.LinuxGTK, tester: true, testCategory: Buildbot.TestCategory.WebKit1},
         "EFL Linux 32-bit Release (Build)": {platform: Dashboard.Platform.LinuxEFL, builder: true, architecture: Buildbot.BuildArchitecture.ThirtyTwoBit},
         "EFL Linux 64-bit Release WK1": {platform: Dashboard.Platform.LinuxEFL, tester: true, testCategory: Buildbot.TestCategory.WebKit1},
         "EFL Linux 64-bit Release WK2": {platform: Dashboard.Platform.LinuxEFL, tester: true, testCategory: Buildbot.TestCategory.WebKit2}

Modified: trunk/Tools/ChangeLog (167300 => 167301)


--- trunk/Tools/ChangeLog	2014-04-15 06:40:39 UTC (rev 167300)
+++ trunk/Tools/ChangeLog	2014-04-15 06:51:53 UTC (rev 167301)
@@ -1,5 +1,15 @@
 2014-04-14  Alexey Proskuryakov  <a...@apple.com>
 
+        Remove Gtk WebKit1 tester.
+
+        Gtk WebKit1 port no longer exists, and dashboard was trying to load its tester
+        results over and over as fast as it could.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:
+        (WebKitBuildbot):
+
+2014-04-14  Alexey Proskuryakov  <a...@apple.com>
+
         Wrong link for webkitpy tests results in dashboard popover
         https://bugs.webkit.org/show_bug.cgi?id=131664
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to