[webkit-changes] [WebKit/WebKit] a2ee6d: EWS is not adding merging-blocked label on PRs

Jonathan Bedard noreply at github.com
Thu Mar 9 03:59:24 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: a2ee6d8fbe53342bd0aa22969c6008716dc2e27f
      https://github.com/WebKit/WebKit/commit/a2ee6d8fbe53342bd0aa22969c6008716dc2e27f
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2023-03-09 (Thu, 09 Mar 2023)

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

  Log Message:
  -----------
  EWS is not adding merging-blocked label on PRs
https://bugs.webkit.org/show_bug.cgi?id=252244
rdar://105452651

Reviewed by Aakash Jain.

_is_hash_outdated is an asynchronous function, we should treat it as such.

* Tools/CISupport/ews-build/steps.py:
(GitHubMixin.should_send_email_for_pr): _is_hash_outdated is asynchronous, so this function is too.
(BlockPullRequest.run): Treat _is_hash_outdated as asynchronous.
(AnalyzeCompileWebKitResults.send_email_for_new_build_failure): Treat should_send_email_for_pr as asynchronous.
(AnalyzeLayoutTestsResults.send_email_for_new_test_failures): Ditto.

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




More information about the webkit-changes mailing list