Title: [247372] trunk/Tools
Revision
247372
Author
aakash_j...@apple.com
Date
2019-07-11 16:18:12 -0700 (Thu, 11 Jul 2019)

Log Message

Unreviewed follow-up fix to r247364.
[ews-build] Add build step to clean up .git/index.lock file
https://bugs.webkit.org/show_bug.cgi?id=199722

* BuildSlaveSupport/ews-build/steps.py:
(CheckOutSource): CheckOutSource should not haltOnFailure since CleanUpGitIndexLock step needs
to be run after this step.

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/ews-build/steps.py	2019-07-11 22:53:59 UTC (rev 247371)
+++ trunk/Tools/BuildSlaveSupport/ews-build/steps.py	2019-07-11 23:18:12 UTC (rev 247372)
@@ -89,6 +89,7 @@
 class CheckOutSource(git.Git):
     name = 'clean-and-update-working-directory'
     CHECKOUT_DELAY_AND_MAX_RETRIES_PAIR = (0, 2)
+    haltOnFailure = False
 
     def __init__(self, **kwargs):
         self.repourl = 'https://git.webkit.org/git/WebKit.git'

Modified: trunk/Tools/ChangeLog (247371 => 247372)


--- trunk/Tools/ChangeLog	2019-07-11 22:53:59 UTC (rev 247371)
+++ trunk/Tools/ChangeLog	2019-07-11 23:18:12 UTC (rev 247372)
@@ -1,3 +1,13 @@
+2019-07-11  Aakash Jain  <aakash_j...@apple.com>
+
+        Unreviewed follow-up fix to r247364.
+        [ews-build] Add build step to clean up .git/index.lock file
+        https://bugs.webkit.org/show_bug.cgi?id=199722
+
+        * BuildSlaveSupport/ews-build/steps.py:
+        (CheckOutSource): CheckOutSource should not haltOnFailure since CleanUpGitIndexLock step needs
+        to be run after this step.
+
 2019-07-11  Yusuke Suzuki  <ysuz...@apple.com>
 
         Flaky API Test TestWTF.bmalloc.ScavengedMemoryShouldBeReused
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to