rhythmic-morning-87313
07/15/2024, 1:03 PMgit lfs pull --include=...
only for required files only when required by selected tests. The problem is that when running pants test
, it is run inside an isolated pex environment, so there is no .git
directory to run git
against. Would there be a solution for this?rhythmic-morning-87313
07/15/2024, 1:25 PMgit lfs pull
command on the build root, Pants detects filesystem changes and interrupt + retry running the test module. This makes the CI to pass, but I'm now worried about the future: what if there are multiple test modules depending on the same LFS file and races between them?broad-processor-92400
07/16/2024, 10:38 PMgit lfs
for only those tests, all outside the pants test ...
invocationstrong-butcher-71321
07/19/2024, 7:30 AM