[webkit-changes] [WebKit/WebKit] 1c9d43: [ews-build.webkit.org] Treat _addLog as asynchrono...

Jonathan Bedard noreply at github.com
Thu Feb 2 14:38:09 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1c9d439b0c6bfee4029253c952738aa937bd2894
      https://github.com/WebKit/WebKit/commit/1c9d439b0c6bfee4029253c952738aa937bd2894
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2023-02-02 (Thu, 02 Feb 2023)

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

  Log Message:
  -----------
  [ews-build.webkit.org] Treat _addLog as asynchronous in ValidateChange
https://bugs.webkit.org/show_bug.cgi?id=251632
rdar://104977612

Reviewed by Aakash Jain.

* Tools/CISupport/ews-build/steps.py:
(GitHubMixin._is_pr_closed): Convert to asynchronous function.
(GitHubMixin._is_hash_outdated): Ditto.
(BugzillaMixin._is_patch_obsolete): Ditto.
(BugzillaMixin._is_patch_review_denied): Ditto.
(BugzillaMixin._is_patch_cq_plus): Ditto.
(BugzillaMixin._does_patch_have_acceptable_review_flag): Ditto.
(BugzillaMixin._is_bug_closed): Ditto.
(ValidateChange.validate_bugzilla): Treat many functions as asynchronous.
(ValidateChange.validate_github): Ditto.
(ValidateChange.send_email_for_github_failure): Convert to asynchronous function.

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




More information about the webkit-changes mailing list