git-lfs
binary not resolving in .git post-checkout hook preventing a number of notebook updates from being published
#290
Labels
🐛 Bug
The
Lightning-AI.tutorials [publish]
Azure pipeline has been failing since October 12th.The issue was first observed a few months ago but apparently is rearing its ugly head again. The publish pipeline typically fails with the "papermill" job on the "Git check & switch branch" step:
The last
papermill
job component of the publish pipeline to succeed was the publishing of an updated version ofcourse_UvA-DL/13-contrastive-learning
triggered byc0d526ed5b4b4f27f8f4b3f5b0c4bac5b39d0d4c
The transition sequence from the final successful job to the failing ones:
c0d526ed5b4b4f27f8f4b3f5b0c4bac5b39d0d4c
gets checkout from main, changes wrt publication branch are detected and main is merged into publication and pushed successfullycourse_UvA-DL/13-contrastive-learning
gets updated, committed and pushed to origin/publication at5497c9a8dffdfad44aacd8b50a6eabec9ba823cb
successfullylightning_examples/cifar-baseline
checks outc0d526ed5b4b4f27f8f4b3f5b0c4bac5b39d0d4c
but when attempting to switch to the publication branch (5497c9a8dffdfad44aacd8b50a6eabec9ba823cb
) triggers the git-lfs command not to be found in the post-checkout hooklightning_examples/cifar-baseline
lightning_examples/datamodules
lightning_examples/finetuning-scheduler
course_UvA-DL/07-deep-energy-based-generative-models
course_UvA-DL/07-deep-energy-based-generative-models
, fails on initial checkout attempt (not on the "Git check and Switch" step)Using the latest tutorials docker image I've been able to replicate the entire flow including transitions from the precise refs and branches referenced above but have been unable to reproduce the failure to resolve
git-lfs
. Since I don't have permission to set pipeline variables, enable system diagnositics and trigger re-runs I'm not sure I'll be able to efficiently debug much further.IMHO I think the next step in debugging would be to enable system diagnostics and trigger some new runs as well as adding some additional debugging code prior to the problematic checkout steps. For instance, update "Git check & switch branch" with:
If necessary of course, one could inject an extended pause prior to executing this step to allow attaching to and debugging within the container to finally nail this problem once and for-all!
I know the Lightning team has a lot of work on its plate so I'm just adding this issue and my observations so it doesn't get lost in the mix and to help minimize your valuable time debugging.
It'll be great to have notebook updates published automatically once this pipeline issue is resolved. Thanks for all your work!
The text was updated successfully, but these errors were encountered: