Title: [272220] trunk/Tools
Revision
272220
Author
[email protected]
Date
2021-02-02 10:23:40 -0800 (Tue, 02 Feb 2021)

Log Message

[build.webkit.org] unzip layout-test-results in background
https://bugs.webkit.org/show_bug.cgi?id=221263

Reviewed by Jonathan Bedard.

* CISupport/build-webkit-org/steps.py:
(ExtractTestResults.__init__):

Modified Paths

Diff

Modified: trunk/Tools/CISupport/build-webkit-org/steps.py (272219 => 272220)


--- trunk/Tools/CISupport/build-webkit-org/steps.py	2021-02-02 18:20:19 UTC (rev 272219)
+++ trunk/Tools/CISupport/build-webkit-org/steps.py	2021-02-02 18:23:40 UTC (rev 272220)
@@ -1294,7 +1294,7 @@
             kwargs['logEnviron'] = False
             self.zipFile = Interpolate('public_html/results/%(prop:buildername)s/r%(prop:got_revision)s (%(prop:buildnumber)s).zip')
             self.resultDirectory = Interpolate('public_html/results/%(prop:buildername)s/r%(prop:got_revision)s (%(prop:buildnumber)s)')
-            kwargs['command'] = ['unzip', '-q', '-o', self.zipFile, '-d', self.resultDirectory]
+            kwargs['command'] = ['echo', 'Unzipping in background, it might take a while.']
         master.MasterShellCommand.__init__(self, **kwargs)
 
     def resultDirectoryURL(self):

Modified: trunk/Tools/ChangeLog (272219 => 272220)


--- trunk/Tools/ChangeLog	2021-02-02 18:20:19 UTC (rev 272219)
+++ trunk/Tools/ChangeLog	2021-02-02 18:23:40 UTC (rev 272220)
@@ -1,5 +1,15 @@
 2021-02-02  Aakash Jain  <[email protected]>
 
+        [build.webkit.org] unzip layout-test-results in background
+        https://bugs.webkit.org/show_bug.cgi?id=221263
+
+        Reviewed by Jonathan Bedard.
+
+        * CISupport/build-webkit-org/steps.py:
+        (ExtractTestResults.__init__):
+
+2021-02-02  Aakash Jain  <[email protected]>
+
         ews isn't retrying builds when kill-old-processes fails
         https://bugs.webkit.org/show_bug.cgi?id=221235
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to