[webkit-changes] [WebKit/WebKit] fd66de: [buildbot] Further increase the compile timeout wh...

Elliott Williams noreply at github.com
Tue Nov 8 15:22:01 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fd66de74e856163a70487e60f5401a61ccf2aaf3
      https://github.com/WebKit/WebKit/commit/fd66de74e856163a70487e60f5401a61ccf2aaf3
  Author: Elliott Williams <emw at apple.com>
  Date:   2022-11-08 (Tue, 08 Nov 2022)

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

  Log Message:
  -----------
  [buildbot] Further increase the compile timeout when building for Big Sur
https://bugs.webkit.org/show_bug.cgi?id=247506

Reviewed by Aakash Jain.

WebKit gets slower to build with time, and our CI infra gets
increasingly ancient. The build system bug necessitating an increased
timeout in https://bugs.webkit.org/show_bug.cgi?id=239455 has been fixed
on recent Xcodes. We should plan to clean it up soon.

The extra timeout is still needed for Big Sur (our only platfornm still
on Xcode 12.x). Increase it.

* Tools/CISupport/build-webkit-org/steps.py:
(CompileWebKit):
(CompileWebKit.start):
(CompileWebKit.buildCommandKwargs):
(CompileWebKit.__init__): Deleted.
* Tools/CISupport/build-webkit-org/steps_unittest.py:
(TestCompileWebKit.test_success):
(TestCompileWebKit):
(TestCompileWebKit.test_bigsur_timeout):
(TestCompileWebKit.test_success_gtk):
(TestCompileWebKit.test_success_wpe):
(TestCompileWebKit.test_failure):
(TestCompileJSCOnly.test_success):
(TestCompileJSCOnly.test_failure):
* Tools/CISupport/ews-build/steps.py:
(CompileWebKit.__init__):
(CompileWebKit):
(CompileWebKit.buildCommandKwargs):
* Tools/CISupport/ews-build/steps_unittest.py:

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




More information about the webkit-changes mailing list