Title: [269904] trunk/Tools
Revision
269904
Author
aakash_j...@apple.com
Date
2020-11-17 09:07:28 -0800 (Tue, 17 Nov 2020)

Log Message

[build.webkit.org] Update ExtractTestResults step for new buildbot (follow-up fix)
https://bugs.webkit.org/show_bug.cgi?id=218759
<rdar://problem/71246754>

Unreviewed minor follow-up fix.


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

Modified Paths

Diff

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


--- trunk/Tools/CISupport/build-webkit-org/steps.py	2020-11-17 16:38:16 UTC (rev 269903)
+++ trunk/Tools/CISupport/build-webkit-org/steps.py	2020-11-17 17:07:28 UTC (rev 269904)
@@ -1193,7 +1193,8 @@
 class ExtractTestResults(master.MasterShellCommand):
     name = 'extract-test-results'
     descriptionDone = ['Extracted test results']
-    renderables = ['resultDirectory', 'zipFile']
+    if USE_BUILDBOT_VERSION2:
+        renderables = ['resultDirectory', 'zipFile']
 
     def __init__(self, **kwargs):
         kwargs['command'] = ""

Modified: trunk/Tools/ChangeLog (269903 => 269904)


--- trunk/Tools/ChangeLog	2020-11-17 16:38:16 UTC (rev 269903)
+++ trunk/Tools/ChangeLog	2020-11-17 17:07:28 UTC (rev 269904)
@@ -1,3 +1,14 @@
+2020-11-17  Aakash Jain  <aakash_j...@apple.com>
+
+        [build.webkit.org] Update ExtractTestResults step for new buildbot (follow-up fix)
+        https://bugs.webkit.org/show_bug.cgi?id=218759
+        <rdar://problem/71246754>
+
+        Unreviewed minor follow-up fix.
+
+        * CISupport/build-webkit-org/steps.py:
+        (ExtractTestResults):
+
 2020-11-16  Jonathan Bedard  <jbed...@apple.com>
 
         [webkitscmpy] Generalize parts of local.Scm class
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to