Title: [242817] trunk/Tools
Revision
242817
Author
aakash_j...@apple.com
Date
2019-03-12 12:34:56 -0700 (Tue, 12 Mar 2019)

Log Message

[ews-build] Change urls from uat to production
https://bugs.webkit.org/show_bug.cgi?id=195566

Reviewed by Lucas Forschler.

* BuildSlaveSupport/ews-app/ews/config.py:
* BuildSlaveSupport/ews-build/events.py:
* BuildSlaveSupport/ews-build/steps.py:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/ews-app/ews/config.py (242816 => 242817)


--- trunk/Tools/BuildSlaveSupport/ews-app/ews/config.py	2019-03-12 19:32:22 UTC (rev 242816)
+++ trunk/Tools/BuildSlaveSupport/ews-app/ews/config.py	2019-03-12 19:34:56 UTC (rev 242817)
@@ -26,7 +26,7 @@
 BUG_SERVER_URL = 'https://{}/'.format(BUG_SERVER_HOST)
 PATCH_FOLDER = '/tmp/'
 
-BUILDBOT_SERVER_HOST = 'ews-build.webkit-uat.org'
+BUILDBOT_SERVER_HOST = 'ews-build.webkit.org'
 BUILDBOT_SERVER_PORT = '5555'
 BUILDBOT_PB_USERNAME = os.getenv('BUILDBOT_PB_USERNAME', 'sampleuser')
 BUILDBOT_PB_PASSWORD = os.getenv('BUILDBOT_PB_PASSWORD', 'samplepass')

Modified: trunk/Tools/BuildSlaveSupport/ews-build/events.py (242816 => 242817)


--- trunk/Tools/BuildSlaveSupport/ews-build/events.py	2019-03-12 19:32:22 UTC (rev 242816)
+++ trunk/Tools/BuildSlaveSupport/ews-build/events.py	2019-03-12 19:34:56 UTC (rev 242817)
@@ -71,7 +71,7 @@
 
 class Events(service.BuildbotService):
 
-    EVENT_SERVER_ENDPOINT = 'http://ews.webkit-uat.org/results/'
+    EVENT_SERVER_ENDPOINT = 'http://ews.webkit.org/results/'
 
     def __init__(self, master_hostname, type_prefix='', name='Events'):
         """

Modified: trunk/Tools/BuildSlaveSupport/ews-build/steps.py (242816 => 242817)


--- trunk/Tools/BuildSlaveSupport/ews-build/steps.py	2019-03-12 19:32:22 UTC (rev 242816)
+++ trunk/Tools/BuildSlaveSupport/ews-build/steps.py	2019-03-12 19:34:56 UTC (rev 242817)
@@ -32,7 +32,7 @@
 import requests
 
 BUG_SERVER_URL = 'https://bugs.webkit.org/'
-EWS_URL = 'https://ews-build.webkit-uat.org/'
+EWS_URL = 'https://ews-build.webkit.org/'
 WithProperties = properties.WithProperties
 Interpolate = properties.Interpolate
 

Modified: trunk/Tools/ChangeLog (242816 => 242817)


--- trunk/Tools/ChangeLog	2019-03-12 19:32:22 UTC (rev 242816)
+++ trunk/Tools/ChangeLog	2019-03-12 19:34:56 UTC (rev 242817)
@@ -1,5 +1,16 @@
 2019-03-12  Aakash Jain  <aakash_j...@apple.com>
 
+        [ews-build] Change urls from uat to production
+        https://bugs.webkit.org/show_bug.cgi?id=195566
+
+        Reviewed by Lucas Forschler.
+
+        * BuildSlaveSupport/ews-app/ews/config.py:
+        * BuildSlaveSupport/ews-build/events.py:
+        * BuildSlaveSupport/ews-build/steps.py:
+
+2019-03-12  Aakash Jain  <aakash_j...@apple.com>
+
         [ews-build] change max_builds for local-worker to 1
         https://bugs.webkit.org/show_bug.cgi?id=195568
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to