Skip to content

ci: avoid LFS downloads while replaying GitHub changes to GitLab - #154

Merged
mwatson-nvidia merged 1 commit into
mainfrom
dev/jarcher/ci-fix
Aug 18, 2026
Merged

ci: avoid LFS downloads while replaying GitHub changes to GitLab#154
mwatson-nvidia merged 1 commit into
mainfrom
dev/jarcher/ci-fix

Conversation

@jarcherNV

Copy link
Copy Markdown
Collaborator

The sync job checks out the GitLab target branch before replaying changes. That checkout can trigger Git LFS smudging for files unrelated to the changes being synchronized, causing the job to fail when an LFS object is unavailable to the runner.

Disable LFS smudging for the replay step so the sync operates on Git pointers and only transfers the Git changes it is responsible for.

The sync job checks out the GitLab target branch before replaying changes.
That checkout can trigger Git LFS smudging for files unrelated to the
changes being synchronized, causing the job to fail when an LFS object is
unavailable to the runner.

Disable LFS smudging for the replay step so the sync operates on Git
pointers and only transfers the Git changes it is responsible for.
@mwatson-nvidia
mwatson-nvidia merged commit affc2ea into main Aug 18, 2026
20 checks passed
@mwatson-nvidia
mwatson-nvidia deleted the dev/jarcher/ci-fix branch August 18, 2026 07:48
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.

2 participants