[webkit-changes] [WebKit/WebKit] 25a06d: [ews-build.webkit.org] Make Contributors.load asyn...

Jonathan Bedard noreply at github.com
Tue Apr 18 11:10:11 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 25a06d784589d2da3d4ebfb93a82480b273bed55
      https://github.com/WebKit/WebKit/commit/25a06d784589d2da3d4ebfb93a82480b273bed55
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2023-04-18 (Tue, 18 Apr 2023)

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

  Log Message:
  -----------
  [ews-build.webkit.org] Make Contributors.load asynchronous
https://bugs.webkit.org/show_bug.cgi?id=254470
rdar://107228856

Reviewed by Aakash Jain.

* Tools/CISupport/ews-build/steps.py:
(GitHub.email_for_owners): Make function asynchronous.
(Contributors.load_from_github): Ditto.
(Contributors.load): Ditto.
(ConfigureBuild.add_pr_details): Invoke Contributors.load as an
asynchronous function.
(ValidateChange.send_email_for_github_failure): Ditto.
(ValidateCommitterAndReviewer.run): Ditto.
(AnalyzeCompileWebKitResults.send_email_for_new_build_failure): Ditto.
(AnalyzeLayoutTestsResults.send_email_for_new_test_failures):Ditto.
(AddReviewerMixin.gitCommitEnvironment): Make asynchronous function
to invoke Contributors.load as aan asynchronousn function.
(AddReviewerToCommitMessage.run):Invoke gitCommitEnvironment as an
asynchronousn function.
(ValidateCommitMessage.run): Invoke Contributors.load as an
asynchronousn function.
(Canonicalize.run): Ditto.

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




More information about the webkit-changes mailing list