| Summary: | [ews-build.webkit.org] Ignore base commit when rebasing | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
| Component: | Tools / Tests | Assignee: | Jonathan Bedard <jbedard> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | jbedard, mattwoodrow, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=243277 | ||
| Bug Depends on: | |||
| Bug Blocks: | 239082 | ||
|
Description
Kimmo Kinnunen
2022-08-16 00:30:41 PDT
Pull request: https://github.com/WebKit/WebKit/pull/3350 Pull request: https://github.com/WebKit/WebKit/pull/3351 I probably am not able to test this, as the EWS will rebase only when trying to merge, and I don't want to try to merge a test commit. To reproduce, I would imagine this would do it: git reset $(git log --before "3 weeks ago" -1 --pretty=%H) echo " " >> Source/WebCore/platform/graphics/GraphicsContextGL.cpp git commit -a --date="3 weeks ago" git webkit pr --no-update git rebase $(git log --before "2 weeks ago") -1 pretty=%H) git webkit pr --no-update After this, you would need to make the EWS to try to run the rebase. Pull request: https://github.com/WebKit/WebKit/pull/3352 Pull request: https://github.com/WebKit/WebKit/pull/3591 Committed 253713@main (f4104beafed4): <https://commits.webkit.org/253713@main> Reviewed commits have been landed. Closing PR #3591 and removing active labels. *** Bug 243277 has been marked as a duplicate of this bug. *** |