Title: [272455] trunk/Tools
Revision
272455
Author
[email protected]
Date
2021-02-05 18:48:25 -0800 (Fri, 05 Feb 2021)

Log Message

[ews] Do not display identifier in status bubble tooltips
https://bugs.webkit.org/show_bug.cgi?id=221513

Unreviewed infrastucture fix.

* CISupport/ews-app/ews/views/statusbubble.py:

Modified Paths

Diff

Modified: trunk/Tools/CISupport/ews-app/ews/views/statusbubble.py (272454 => 272455)


--- trunk/Tools/CISupport/ews-app/ews/views/statusbubble.py	2021-02-06 00:56:54 UTC (rev 272454)
+++ trunk/Tools/CISupport/ews-app/ews/views/statusbubble.py	2021-02-06 02:48:25 UTC (rev 272455)
@@ -68,7 +68,7 @@
                      '^Printed configuration$', '^Patch contains relevant changes$', '^Deleted .git/index.lock$',
                      '^triggered.*$', '^Found modified ChangeLogs$', '^Created local git commit$', '^Set build summary$',
                      '^Validated commiter$', '^Validated commiter and reviewer$', '^Validated ChangeLog and Reviewer$',
-                     '^Removed flags on bugzilla patch$', '^Checked patch status on other queues$']
+                     '^Removed flags on bugzilla patch$', '^Checked patch status on other queues$', '^Identifier:.*$']
     DAYS_TO_CHECK = 1
     BUILDER_ICON = u'\U0001f6e0'
     TESTER_ICON = u'\U0001f52c'

Modified: trunk/Tools/ChangeLog (272454 => 272455)


--- trunk/Tools/ChangeLog	2021-02-06 00:56:54 UTC (rev 272454)
+++ trunk/Tools/ChangeLog	2021-02-06 02:48:25 UTC (rev 272455)
@@ -1,3 +1,12 @@
+2021-02-05  Aakash Jain  <[email protected]>
+
+        [ews] Do not display identifier in status bubble tooltips
+        https://bugs.webkit.org/show_bug.cgi?id=221513
+
+        Unreviewed infrastucture fix.
+
+        * CISupport/ews-app/ews/views/statusbubble.py:
+
 2021-02-05  Sihui Liu  <[email protected]>
 
         REGRESSION(r272337): crash under WebCore::SpeechRecognizer::setInactive()
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to