RFR: 2159: CheckRun repeats search for backport commit on each evaluation [v2]
Zhao Song
zsong at openjdk.org
Mon Jan 29 17:32:37 UTC 2024
On Fri, 26 Jan 2024 21:25:21 GMT, Zhao Song <zsong at openjdk.org> wrote:
>> As Erik said in the issue description, when skara bot is searching for the original commit for a backport port, it's very inefficient for GitLab because GitLab doesn't provide the good rest api as GitHub for the bot to search for a commit by hash. So Skara have no choice but go through all the repositories and it's very slow right now.
>>
>> To fix it, we could store the repository name together with the commit hash in the comment, therefore the bot will only need to run the search once.
>
> Zhao Song has updated the pull request incrementally with one additional commit since the last revision:
>
> review comment
Thanks for the review!
-------------
PR Comment: https://git.openjdk.org/skara/pull/1605#issuecomment-1915228259
More information about the skara-dev
mailing list