Abacn commented on PR #40096: URL: https://github.com/apache/beam/pull/40096#issuecomment-5636139814
Checked an example run: https://github.com/apache/beam/actions/runs/34609044939/job/103294594744 ``` Fri, 11 Sep 2026 14:15:55 GMT /usr/bin/git fetch origin pr-bot-state Fri, 11 Sep 2026 14:16:29 GMT From https://github.com/apache/beam Fri, 11 Sep 2026 14:16:29 GMT * branch pr-bot-state -> FETCH_HEAD Fri, 11 Sep 2026 14:16:29 GMT * [new branch] pr-bot-state -> origin/pr-bot-state Fri, 11 Sep 2026 14:16:37 GMT /usr/bin/git checkout pr-bot-state Fri, 11 Sep 2026 14:16:39 GMT Switched to a new branch 'pr-bot-state' ``` checkout itself takes 2 s (39 - 37) but fetch the branch `pr-bot-state` currently takes 42 s (16:37 - 15:55). https://github.com/apache/beam/tree/pr-bot-state says "This branch is 52776 commits ahead of and 13373 commits behind master." fetch and checkout onto `pr-bot-state` already takes half of the time of a typical run( while the initialization that checkout onto master takes 11 s) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
