Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: b1c8f04cdc5e1a49d80652d6c61f6ef38d80c885
https://github.com/WebKit/WebKit/commit/b1c8f04cdc5e1a49d80652d6c61f6ef38d80c885
Author: Jonathan Bedard <[email protected]>
Date: 2024-04-10 (Wed, 10 Apr 2024)
Changed paths:
M Tools/CISupport/ews-build/factories.py
M Tools/CISupport/ews-build/factories_unittest.py
M Tools/CISupport/ews-build/steps.py
M Tools/CISupport/ews-build/steps_unittest.py
Log Message:
-----------
[ews-build.webkit.org] Remove svn-apply dependency
https://bugs.webkit.org/show_bug.cgi?id=272159
rdar://125910989
Reviewed by Dewei Zhu.
Replace ApplyPatch with CommitPatch, which already uses
'git am' instead of 'svn-apply'.
* Tools/CISupport/ews-build/factories.py:
(CommitQueueFactory.__init__): Use ApplyPatch.
* Tools/CISupport/ews-build/factories_unittest.py:
(TestExpectedBuildSteps): Replace "commit-patch" with "apply-patch".
* Tools/CISupport/ews-build/steps.py:
(ApplyPatch): Deleted.
(CommitPatch): Renamed ApplyPatch.
* Tools/CISupport/ews-build/steps_unittest.py:
(TestApplyPatch.downloadFileRecordingContents):
(TestApplyPatch.test_success):
(TestApplyPatch.test_failure):
(TestApplyPatch.test_skipped):
(TestApplyPatch.test_failure_on_commit_queue): Deleted, this hasn't
been the behavior on merge-queue for some time.
Canonical link: https://commits.webkit.org/277310@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes