Title: [249598] trunk/Tools
Revision
249598
Author
aakash_j...@apple.com
Date
2019-09-06 15:59:40 -0700 (Fri, 06 Sep 2019)

Log Message

[ews-app] Status bubble should only display important messages in pop-over - part 2
https://bugs.webkit.org/show_bug.cgi?id=201557

Reviewed by Jonathan Bedard.

* BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
(StatusBubble): Add few more strings to STEPS_TO_HIDE.

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py (249597 => 249598)


--- trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py	2019-09-06 22:49:56 UTC (rev 249597)
+++ trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py	2019-09-06 22:59:40 UTC (rev 249598)
@@ -56,8 +56,9 @@
     STEPS_TO_HIDE = ['^Archived built product$', '^Uploaded built product$', '^Transferred archive to S3$',
                      '^Archived test results$', '^Uploaded test results$', '^Extracted test results$',
                      '^Downloaded built product$', '^Extracted built product$',
-                     '^Cleaned and updated working directory$', '^Checked out required revision$',
-                     '^Validated patch$', '^Killed old processes$', '^Configured build$', '^OS:.*Xcode:', '(skipped)']
+                     '^Cleaned and updated working directory$', '^Checked out required revision$', '^Updated working directory$',
+                     '^Validated patch$', '^Killed old processes$', '^Configured build$', '^OS:.*Xcode:', '(skipped)',
+                     '^Printed configuration$', '^Checked patch relevance$']
     DAYS_TO_CHECK = 3
     BUILDER_ICON = u'\U0001f6e0'
     TESTER_ICON = u'\U0001f9ea'

Modified: trunk/Tools/ChangeLog (249597 => 249598)


--- trunk/Tools/ChangeLog	2019-09-06 22:49:56 UTC (rev 249597)
+++ trunk/Tools/ChangeLog	2019-09-06 22:59:40 UTC (rev 249598)
@@ -1,3 +1,13 @@
+2019-09-06  Aakash Jain  <aakash_j...@apple.com>
+
+        [ews-app] Status bubble should only display important messages in pop-over - part 2
+        https://bugs.webkit.org/show_bug.cgi?id=201557
+
+        Reviewed by Jonathan Bedard.
+
+        * BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
+        (StatusBubble): Add few more strings to STEPS_TO_HIDE.
+
 2019-09-06  Alex Christensen  <achristen...@webkit.org>
 
         Deprecate all WKCookieManagerRef functions
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to