RESOLVED FIXED224300
commit-queue should perform git reset --hard between retry attempts
https://bugs.webkit.org/show_bug.cgi?id=224300
Summary commit-queue should perform git reset --hard between retry attempts
Aakash Jain
Reported 2021-04-07 12:38:19 PDT
We added rety in commit-queue in https://bugs.webkit.org/show_bug.cgi?id=222038. However, in many cases, that also doesn't help. Another idea is to perform: 'git reset --hard' between retry attempts.' We can reset to few commits earlier, and in next build-step buildbot will update to latest revision. This is to reset the state in case the repo is in some weird/unexpected state.
Attachments
[fast-cq] Patch (4.97 KB, patch)
2021-04-07 12:40 PDT, Aakash Jain
no flags
Aakash Jain
Comment 1 2021-04-07 12:40:11 PDT
Created attachment 425427 [details] [fast-cq] Patch
EWS
Comment 2 2021-04-07 14:00:29 PDT
Committed r275624: <https://commits.webkit.org/r275624> All reviewed patches have been landed. Closing bug and clearing flags on attachment 425427 [details].
Radar WebKit Bug Importer
Comment 3 2021-04-07 14:01:22 PDT
Note You need to log in before you can comment on or make changes to this bug.