Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 830645a9ec7311396e17528331650ccd01b85cad
https://github.com/WebKit/WebKit/commit/830645a9ec7311396e17528331650ccd01b85cad
Author: Jonathan Bedard <[email protected]>
Date: 2025-04-18 (Fri, 18 Apr 2025)
Changed paths:
M Tools/Scripts/libraries/reporelaypy/reporelaypy/checkout.py
Log Message:
-----------
[commits.webkit.org] Persist with incremental pushes even when they fail
https://bugs.webkit.org/show_bug.cgi?id=291692
rdar://149489996
Reviewed by Brianna Fan.
When an incremental push fails, that's likely because the remote had more
commits than we expected. Rather than
imiediately bail out to a complete push, we should continue attempting
incremental pushes, since it's likely that
the remote is still behind the local.
* Tools/Scripts/libraries/reporelaypy/reporelaypy/checkout.py:
(Checkout.push_update): Continuing attempting to incrementally push, even if an
incremental push fails.
(Checkout.forward_update): Return success status of pushes, and log failures.
Canonical link: https://commits.webkit.org/293849@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