Title: [284010] trunk/Tools
Revision
284010
Author
jbed...@apple.com
Date
2021-10-12 13:22:37 -0700 (Tue, 12 Oct 2021)

Log Message

Reverting r282216 becasue unauthenticated GitHub requests have low rate limits
https://bugs.webkit.org/show_bug.cgi?id=230095

Reviewed by Ryan Haddad.

* CISupport/ews-build/factories.py:
(WatchListFactory.__init__):
* CISupport/ews-build/factories_unittest.py:
(TestExpectedBuildSteps):

Modified Paths

Diff

Modified: trunk/Tools/CISupport/ews-build/factories.py (284009 => 284010)


--- trunk/Tools/CISupport/ews-build/factories.py	2021-10-12 20:09:19 UTC (rev 284009)
+++ trunk/Tools/CISupport/ews-build/factories.py	2021-10-12 20:22:37 UTC (rev 284010)
@@ -84,7 +84,6 @@
         self.addStep(UpdateWorkingDirectory())
         self.addStep(ApplyPatch())
         self.addStep(ApplyWatchList())
-        self.addStep(VerifyGitHubIntegrity())
 
 
 class BindingsFactory(Factory):

Modified: trunk/Tools/CISupport/ews-build/factories_unittest.py (284009 => 284010)


--- trunk/Tools/CISupport/ews-build/factories_unittest.py	2021-10-12 20:09:19 UTC (rev 284009)
+++ trunk/Tools/CISupport/ews-build/factories_unittest.py	2021-10-12 20:22:37 UTC (rev 284010)
@@ -49,8 +49,7 @@
             'show-identifier',
             'update-working-directory',
             'apply-patch',
-            'apply-watch-list',
-            'verify-github-integrity'
+            'apply-watch-list'
         ],
         'GTK-Build-EWS': [
             'configure-build',

Modified: trunk/Tools/ChangeLog (284009 => 284010)


--- trunk/Tools/ChangeLog	2021-10-12 20:09:19 UTC (rev 284009)
+++ trunk/Tools/ChangeLog	2021-10-12 20:22:37 UTC (rev 284010)
@@ -1,5 +1,17 @@
 2021-10-12  Jonathan Bedard  <jbed...@apple.com>
 
+        Reverting r282216 becasue unauthenticated GitHub requests have low rate limits
+        https://bugs.webkit.org/show_bug.cgi?id=230095
+
+        Reviewed by Ryan Haddad.
+
+        * CISupport/ews-build/factories.py:
+        (WatchListFactory.__init__):
+        * CISupport/ews-build/factories_unittest.py:
+        (TestExpectedBuildSteps):
+
+2021-10-12  Jonathan Bedard  <jbed...@apple.com>
+
         [Python-3] Invoke webkit-patch with Python 3 by default
         https://bugs.webkit.org/show_bug.cgi?id=231591
         <rdar://problem/84153640>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to