Title: [180525] trunk/Tools
Revision
180525
Author
[email protected]
Date
2015-02-23 15:09:31 -0800 (Mon, 23 Feb 2015)

Log Message

build.webkit.org/dashboard CrashOnly queues should not show two green bubbles
https://bugs.webkit.org/show_bug.cgi?id=141920

Reviewed by Tim Horton.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotTesterQueueView.js:
(BuildbotTesterQueueView.prototype.update.appendBuilderQueueStatus):
Do the same thing as we do for regular green bubbles.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotTesterQueueView.js (180524 => 180525)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotTesterQueueView.js	2015-02-23 23:06:32 UTC (rev 180524)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotTesterQueueView.js	2015-02-23 23:09:31 UTC (rev 180525)
@@ -82,6 +82,7 @@
                 } else if (queue.crashesOnly && !layoutTestResults.crashCount) {
                     var url = ""
                     var status = new StatusLineView(messageElement, StatusLineView.Status.Good, "no crashes found", undefined, url);
+                    limit = 0;
                 } else if (queue.crashesOnly && layoutTestResults.crashCount) {
                     var url = ""
                     var status = new StatusLineView(messageElement, StatusLineView.Status.Bad, layoutTestResults.crashCount === 1 ? "crash found" : "crashes found", layoutTestResults.crashCount, url);

Modified: trunk/Tools/ChangeLog (180524 => 180525)


--- trunk/Tools/ChangeLog	2015-02-23 23:06:32 UTC (rev 180524)
+++ trunk/Tools/ChangeLog	2015-02-23 23:09:31 UTC (rev 180525)
@@ -1,5 +1,16 @@
 2015-02-23  Alexey Proskuryakov  <[email protected]>
 
+        build.webkit.org/dashboard CrashOnly queues should not show two green bubbles
+        https://bugs.webkit.org/show_bug.cgi?id=141920
+
+        Reviewed by Tim Horton.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotTesterQueueView.js:
+        (BuildbotTesterQueueView.prototype.update.appendBuilderQueueStatus):
+        Do the same thing as we do for regular green bubbles.
+
+2015-02-23  Alexey Proskuryakov  <[email protected]>
+
         Bot watcher's dashboard doesn't show a popover for commit history when all commits were to another branch
         https://bugs.webkit.org/show_bug.cgi?id=141925
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to