Title: [238548] trunk/Tools
Revision
238548
Author
aakash_j...@apple.com
Date
2018-11-27 04:27:29 -0800 (Tue, 27 Nov 2018)

Log 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):

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/ews-app/ews/common/buildbot.py	2018-11-27 09:12:03 UTC (rev 238547)
+++ trunk/Tools/BuildSlaveSupport/ews-app/ews/common/buildbot.py	2018-11-27 12:27:29 UTC (rev 238548)
@@ -34,7 +34,7 @@
     def send_patch_to_buildbot(cls, patch_path, properties=[]):
         command = ['buildbot', 'try',
                    '--connect=pb',
-                   '--master={}:{}'.format(config.BUG_SERVER_HOST, config.BUILDBOT_SERVER_PORT),
+                   '--master={}:{}'.format(config.BUILDBOT_SERVER_HOST, config.BUILDBOT_SERVER_PORT),
                    '--username={}'.format(config.BUILDBOT_PB_USERNAME),
                    '--passwd={}'.format(config.BUILDBOT_PB_PASSWORD),
                    '--diff={}'.format(patch_path),

Modified: trunk/Tools/ChangeLog (238547 => 238548)


--- trunk/Tools/ChangeLog	2018-11-27 09:12:03 UTC (rev 238547)
+++ trunk/Tools/ChangeLog	2018-11-27 12:27:29 UTC (rev 238548)
@@ -1,3 +1,14 @@
+2018-11-27  Aakash Jain  <aakash_j...@apple.com>
+
+        [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):
+
 2018-11-26  Wenson Hsieh  <wenson_hs...@apple.com>
 
         [Cocoa] No way for clients to tell whether the content view is in the responder chain when the web view is
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to