Title: [267353] trunk/Tools
Revision
267353
Author
aakash_j...@apple.com
Date
2020-09-21 12:18:58 -0700 (Mon, 21 Sep 2020)

Log Message

Make ews-app robust against config.json issues (follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=216705

Unreviewed follow-up fix to change a log statement.

* BuildSlaveSupport/ews-app/ews/common/buildbot.py:
(Buildbot.update_icons_for_queues_mapping):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/ews-app/ews/common/buildbot.py (267352 => 267353)


--- trunk/Tools/BuildSlaveSupport/ews-app/ews/common/buildbot.py	2020-09-21 19:17:04 UTC (rev 267352)
+++ trunk/Tools/BuildSlaveSupport/ews-app/ews/common/buildbot.py	2020-09-21 19:18:58 UTC (rev 267353)
@@ -102,7 +102,7 @@
     def update_icons_for_queues_mapping(cls):
         config = cls.fetch_config()
         if not config:
-            _log.warn('Unable to fetch buildbot config.json')
+            _log.error('Unable to fetch buildbot config.json')
             return
         for builder in config.get('builders', []):
             shortname = builder.get('shortname')

Modified: trunk/Tools/ChangeLog (267352 => 267353)


--- trunk/Tools/ChangeLog	2020-09-21 19:17:04 UTC (rev 267352)
+++ trunk/Tools/ChangeLog	2020-09-21 19:18:58 UTC (rev 267353)
@@ -1,3 +1,13 @@
+2020-09-21  Aakash Jain  <aakash_j...@apple.com>
+
+        Make ews-app robust against config.json issues (follow-up fix)
+        https://bugs.webkit.org/show_bug.cgi?id=216705
+
+        Unreviewed follow-up fix to change a log statement.
+
+        * BuildSlaveSupport/ews-app/ews/common/buildbot.py:
+        (Buildbot.update_icons_for_queues_mapping):
+
 2020-09-21  Philippe Normand  <pnorm...@igalia.com>
 
         [GTK][WPE] WKTR has lost access to Pulseaudio
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to