Changeset 238548 in webkit


Ignore:
Timestamp:
Nov 27, 2018 4:27:29 AM (6 years ago)
Author:
aakash_jain@apple.com
Message:

[ews-app] Add support to communicate with Buildbot (Follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=191935
<rdar://problem/46262314>

Unreviewed infrastructure fix.

  • BuildSlaveSupport/ews-app/ews/common/buildbot.py:

(Buildbot.send_patch_to_buildbot):

Location:
trunk/Tools
Files:
2 edited

Legend:

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

    r238535 r238548  
    3535        command = ['buildbot', 'try',
    3636                   '--connect=pb',
    37                    '--master={}:{}'.format(config.BUG_SERVER_HOST, config.BUILDBOT_SERVER_PORT),
     37                   '--master={}:{}'.format(config.BUILDBOT_SERVER_HOST, config.BUILDBOT_SERVER_PORT),
    3838                   '--username={}'.format(config.BUILDBOT_PB_USERNAME),
    3939                   '--passwd={}'.format(config.BUILDBOT_PB_PASSWORD),
  • trunk/Tools/ChangeLog

    r238544 r238548  
     12018-11-27  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [ews-app] Add support to communicate with Buildbot (Follow-up fix)
     4        https://bugs.webkit.org/show_bug.cgi?id=191935
     5        <rdar://problem/46262314>
     6
     7        Unreviewed infrastructure fix.
     8
     9        * BuildSlaveSupport/ews-app/ews/common/buildbot.py:
     10        (Buildbot.send_patch_to_buildbot):
     11
    1122018-11-26  Wenson Hsieh  <wenson_hsieh@apple.com>
    213
Note: See TracChangeset for help on using the changeset viewer.