Bug 148535

Summary: The status message for combined builder queues should say "all builds passed" if everything built correctly.
Product: WebKit Reporter: Jason Marcell <jmarcell>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: adele, ap, bburg, commit-queue, dbates, dean_johnson, jake.nielsen.webkit, jmarcell
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=153882
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description Jason Marcell 2015-08-27 11:40:51 PDT
The status message for combined builder queues should say "all builds passed" if everything built correctly.
Comment 1 Jason Marcell 2015-08-27 11:43:41 PDT
Created attachment 260073 [details]
Patch
Comment 2 David Kilzer (:ddkilzer) 2015-08-27 16:57:34 PDT
Comment on attachment 260073 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=260073&action=review

r=me if you fix the nit.

> Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotCombinedQueueView.js:90
> +            var statusMessagePassed = "all " + (queue.builder ? "builds" : "tests") + " passed"

Nit: This should have a semi-colon at the end of the line.
Comment 3 Jason Marcell 2015-08-27 17:22:32 PDT
Created attachment 260099 [details]
Patch
Comment 4 David Kilzer (:ddkilzer) 2015-08-27 17:33:02 PDT
Comment on attachment 260099 [details]
Patch

r=me
Comment 5 Alexey Proskuryakov 2015-08-28 08:58:22 PDT
This should probably be "all builds succeeded", not "all builds passed".
Comment 6 Jason Marcell 2015-08-28 10:47:17 PDT
Created attachment 260163 [details]
Patch
Comment 7 WebKit Commit Bot 2015-08-28 11:13:55 PDT
Comment on attachment 260163 [details]
Patch

Clearing flags on attachment: 260163

Committed r189106: <http://trac.webkit.org/changeset/189106>
Comment 8 WebKit Commit Bot 2015-08-28 11:13:59 PDT
All reviewed patches have been landed.  Closing bug.