Skip to content

Conversation

@kohsuke
Copy link
Contributor

@kohsuke kohsuke commented Aug 12, 2025

See the internal project write-up for more details.

Sending the entire git-ls-tree every time we record build is too time
consuming. So I'm now combining both approaches I've done in the past.

1. CLI would use advertised refs to decide files that the server hasn't
   seen. This should narrow the list down to less than O(n) for the
   amount of changes "n"

2. We'll send those BLOB IDs to the server to further narrow down what
   we transfer. This way, if there's a large amount of file transfer
   involved (say, initial import) and it fails in the middle, the next
   invocation will not attempt to send all the files all over again.
@kohsuke kohsuke merged commit 7c309ae into main Aug 15, 2025
14 checks passed
@kohsuke kohsuke deleted the AIENG-216 branch August 15, 2025 19:50
@github-actions github-actions bot mentioned this pull request Aug 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants