Title: [236014] trunk/Tools
Revision
236014
Author
ryanhad...@apple.com
Date
2018-09-14 11:47:27 -0700 (Fri, 14 Sep 2018)

Log Message

bots should pass --clobber-old-results to run-webkit-tests
https://bugs.webkit.org/show_bug.cgi?id=189623

Reviewed by Aakash Jain.

In order to ensure that bots to not produce confusing results due to transient execptions,
or run out of space if they continually hit an exception, old layout test results should be clobbered.

* BuildSlaveSupport/build.webkit.org-config/steps.py:
(RunWebKitTests):

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py (236013 => 236014)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py	2018-09-14 18:33:44 UTC (rev 236013)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps.py	2018-09-14 18:47:27 UTC (rev 236014)
@@ -390,6 +390,7 @@
                "--no-build",
                "--no-show-results",
                "--no-new-test-results",
+               "--clobber-old-results",
                "--builder-name", WithProperties("%(buildername)s"),
                "--build-number", WithProperties("%(buildnumber)s"),
                "--master-name", "webkit.org",

Modified: trunk/Tools/ChangeLog (236013 => 236014)


--- trunk/Tools/ChangeLog	2018-09-14 18:33:44 UTC (rev 236013)
+++ trunk/Tools/ChangeLog	2018-09-14 18:47:27 UTC (rev 236014)
@@ -1,3 +1,16 @@
+2018-09-14  Ryan Haddad  <ryanhad...@apple.com>
+
+        bots should pass --clobber-old-results to run-webkit-tests
+        https://bugs.webkit.org/show_bug.cgi?id=189623
+
+        Reviewed by Aakash Jain.
+
+        In order to ensure that bots to not produce confusing results due to transient execptions,
+        or run out of space if they continually hit an exception, old layout test results should be clobbered.
+
+        * BuildSlaveSupport/build.webkit.org-config/steps.py:
+        (RunWebKitTests):
+
 2018-09-13  Ryan Haddad  <ryanhad...@apple.com>
 
         Unreviewed, rolling out r235954.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to