[webkit-changes] [WebKit/WebKit] 0c4be1: [ews-build.webkit.org] Convert bugzilla requests t...

Jonathan Bedard noreply at github.com
Wed May 3 11:37:36 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0c4be163ca54acc60cfb3a92d351f08a5c859754
      https://github.com/WebKit/WebKit/commit/0c4be163ca54acc60cfb3a92d351f08a5c859754
  Author: Jonathan Bedard <jbedard at apple.com>
  Date:   2023-05-03 (Wed, 03 May 2023)

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

  Log Message:
  -----------
  [ews-build.webkit.org] Convert bugzilla requests to Twisted requests
https://bugs.webkit.org/show_bug.cgi?id=255819
rdar://108392365

Reviewed by Aakash Jain.

* Tools/CISupport/ews-build/steps.py:
(BugzillaMixin.fetch_data_from_url_with_authentication_bugzilla): Use Twisted requests,
make function asynchronous.
(BugzillaMixin.get_patch_json): Make function asynchronous.
(BugzillaMixin.get_bug_json): Ditto.
(BugzillaMixin.get_bug_id_from_patch): Ditto.
(BugzillaMixin._is_patch_obsolete): Treat get_patch_json as asynchronous.
(BugzillaMixin._is_patch_review_denied): Ditto.
(BugzillaMixin._is_patch_cq_plus): Ditto.
(BugzillaMixin._does_patch_have_acceptable_review_flag): Ditto.
(BugzillaMixin._is_bug_closed): Treat get_bug_json as asynchronous.
(BugzillaMixin.should_send_email_for_patch): Treat get_patch_json as asynchronous.
(ValidateChange.validate_bugzilla):
(BugzillaMixin.fetch_data_from_url): Deleted.

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




More information about the webkit-changes mailing list