⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 267353 in webkit


Ignore:
Timestamp:
Sep 21, 2020, 12:18:58 PM (6 years ago)
Author:
aakash_jain@apple.com
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):

Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/ews-app/ews/common/buildbot.py

    r267277 r267353  
    103103        config = cls.fetch_config()
    104104        if not config:
    105             _log.warn('Unable to fetch buildbot config.json')
     105            _log.error('Unable to fetch buildbot config.json')
    106106            return
    107107        for builder in config.get('builders', []):
  • trunk/Tools/ChangeLog

    r267351 r267353  
     12020-09-21  Aakash Jain  <aakash_jain@apple.com>
     2
     3        Make ews-app robust against config.json issues (follow-up fix)
     4        https://bugs.webkit.org/show_bug.cgi?id=216705
     5
     6        Unreviewed follow-up fix to change a log statement.
     7
     8        * BuildSlaveSupport/ews-app/ews/common/buildbot.py:
     9        (Buildbot.update_icons_for_queues_mapping):
     10
    1112020-09-21  Philippe Normand  <pnormand@igalia.com>
    212
Note: See TracChangeset for help on using the changeset viewer.