Title: [277180] trunk/Tools
Revision
277180
Author
[email protected]
Date
2021-05-07 11:06:20 -0700 (Fri, 07 May 2021)

Log Message

Use test-tube emoji for EWS status bubbles for tester queues
https://bugs.webkit.org/show_bug.cgi?id=225517

Reviewed by Alan Bujtas.

* CISupport/ews-app/ews/views/statusbubble.py:
(StatusBubble):

Modified Paths

Diff

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


--- trunk/Tools/CISupport/ews-app/ews/views/statusbubble.py	2021-05-07 17:24:48 UTC (rev 277179)
+++ trunk/Tools/CISupport/ews-app/ews/views/statusbubble.py	2021-05-07 18:06:20 UTC (rev 277180)
@@ -74,7 +74,7 @@
                      '^Updated branch information$', '^worker .* ready$']
     DAYS_TO_CHECK = 1
     BUILDER_ICON = u'\U0001f6e0'
-    TESTER_ICON = u'\U0001f52c'
+    TESTER_ICON = u'\U0001f9ea'
     BUILD_RETRY_MSG = 'retrying build'
 
     def _build_bubble(self, patch, queue, hide_icons=False):

Modified: trunk/Tools/ChangeLog (277179 => 277180)


--- trunk/Tools/ChangeLog	2021-05-07 17:24:48 UTC (rev 277179)
+++ trunk/Tools/ChangeLog	2021-05-07 18:06:20 UTC (rev 277180)
@@ -1,3 +1,13 @@
+2021-05-07  Aakash Jain  <[email protected]>
+
+        Use test-tube emoji for EWS status bubbles for tester queues
+        https://bugs.webkit.org/show_bug.cgi?id=225517
+
+        Reviewed by Alan Bujtas.
+
+        * CISupport/ews-app/ews/views/statusbubble.py:
+        (StatusBubble):
+
 2021-05-07  Chris Dumez  <[email protected]>
 
         Add API test for FileSystem::fileExists() and FileSystem::fileMetadata() when dealing with symlinks to symlinks
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to