Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Ensure that email notifications are not sent for obsolete and r- patches
https://bugs.webkit.org/show_bug.cgi?id=215867 Reviewed by Jonathan Bedard. * BuildSlaveSupport/ews-build/steps.py: (BugzillaMixin.should_send_email): Method to check if patch is obsolete/r-. (AnalyzeCompileWebKitResults): Inherit from BugzillaMixin. (AnalyzeCompileWebKitResults.send_email_for_new_build_failure): Check for patch state before sending email. (AnalyzeLayoutTestsResults): Ditto. (AnalyzeLayoutTestsResults.send_email_for_new_test_failures): Ditto. Canonical link: https://commits.webkit.org/228710@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@266260 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
Showing
2 changed files
with
45 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters