[webkit-changes] [WebKit/WebKit] d4b703: [ews-build.webkit.org] Add concept of validators
Jonathan Bedard
noreply at github.com
Thu Nov 10 11:17:12 PST 2022
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: d4b703ca9a5662d04ac431e58cede01e420ee25f
https://github.com/WebKit/WebKit/commit/d4b703ca9a5662d04ac431e58cede01e420ee25f
Author: Jonathan Bedard <jbedard at apple.com>
Date: 2022-11-10 (Thu, 10 Nov 2022)
Changed paths:
M Tools/CISupport/ews-build/steps.py
M Tools/CISupport/ews-build/steps_unittest.py
Log Message:
-----------
[ews-build.webkit.org] Add concept of validators
https://bugs.webkit.org/show_bug.cgi?id=247708
rdar://102168279
Reviewed by Ryan Haddad.
* Tools/CISupport/ews-build/steps.py:
(ValidateCommitterAndReviewer): Add list of validators for apple remote.
(ValidateCommitterAndReviewer.fail_build_due_to_invalid_status): Split from fail_build.
(ValidateCommitterAndReviewer.fail_build_due_to_no_validators):
(ValidateCommitterAndReviewer.fail_build): Split into fail_build and fail_invalid_status.
(ValidateCommitterAndReviewer.start): If a remote has validators, ensure that one of the
validators is in the list of reviewers.
* Tools/CISupport/ews-build/steps_unittest.py:
Canonical link: https://commits.webkit.org/256543@main
More information about the webkit-changes
mailing list