[webkit-changes] [WebKit/WebKit] 91b71c: [EWS] Increase early exit threshold for RunWebKitT...

Ryan Haddad noreply at github.com
Tue Dec 6 16:22:02 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 91b71c321e375bd28f3c7964ed45b227fb7fe358
      https://github.com/WebKit/WebKit/commit/91b71c321e375bd28f3c7964ed45b227fb7fe358
  Author: Ryan Haddad <ryanhaddad at apple.com>
  Date:   2022-12-06 (Tue, 06 Dec 2022)

  Changed paths:
    M Tools/CISupport/ews-build/steps.py
    M Tools/CISupport/ews-build/steps_unittest.py

  Log Message:
  -----------
  [EWS] Increase early exit threshold for RunWebKitTests step
https://bugs.webkit.org/show_bug.cgi?id=248826
rdar://103031287

Reviewed by Jonathan Bedard and Alexey Proskuryakov.

Increase the early exit threshold for the RunWebKitTests step from 30 to 60
to increase the likelihood of producing meaningful feedback on pull requests.

This is indented to be a temporary increase as we work to make improvements to
EWS turnaround time (webkit.org/b/248828).

* Tools/CISupport/ews-build/steps.py:
(RunWebKitTests):
* Tools/CISupport/ews-build/steps_unittest.py:
(test_success):
(test_warnings):
(test_flaky_failures_in_first_run):
(test_first_run_failed_unexpectedly):
(test_too_many_flaky_failures_in_first_and_second_run):
(TestRunWebKitTestsWithoutChange.test_success):
(TestRunWebKitTestsWithoutChange.test_run_subtest_tests_success):
(TestRunWebKitTestsWithoutChange.test_run_subtest_tests_removes_skipped_that_fails):
(TestRunWebKitTestsWithoutChange.test_run_subtest_tests_fail):
(TestRunWebKitTestsWithoutChange.test_run_subtest_tests_limit_exceeded):
(TestRunWebKitTestsWithoutChange.test_failure):
(TestRunWebKit1Tests.test_success):
(TestRunWebKit1Tests.test_failure):

Canonical link: https://commits.webkit.org/257442@main




More information about the webkit-changes mailing list