I think I need help with cleaning out some caches ...
# development
c
I think I need help with cleaning out some caches on our MacOS runners for
scie-pants
https://github.com/pantsbuild/scie-pants/pull/75#issuecomment-1414522723 cc @happy-kitchen-89482 ?
1
h
I can ssh to the machines, but what needs cleaning out exactly?
👀 1
c
This:
Copy code
SCIE_PANTS_DEV_CACHE: .scie_pants_dev_cache
So, I’m guessing it’s
/Users/gha/actions-runner/_work/scie-pants/.scie_pants_dev_cache
maybe?
Ah, yes here it was
/Users/gha/actions-runner/_work/scie-pants/scie-pants/.scie_pants_dev_cache/
thanks 🙏
h
That directory doesn't exist on that machine
But
/Users/gha/actions-runner/_work/scie-pants/scie-pants
does
Oh, and that has a
.scie_pants_dev_cache
in it
which I will delete
done
c
thanks
guess the workflow should clean that out automatically, perhaps..
Oh, did you clean that out on both Mac runners? still failing on
'MacStadium M1 46375'
.. 😅
otherwise I’ll see if I can fix this from the code.. 😁
oh, wait there’s a cache step in the workflow for that dir…
😛
h
The other runner has no mention of scie-pants anywhere
✔️ 1
c
I think I found the mystery… that directory was likely restored from a remote cache..
bumped the cache key, could help 😄
sorry for the confusion, still learning 😉
ohh.. seems like it doesn’t pick up new jobs instead now 😬 https://github.com/pantsbuild/scie-pants/actions/runs/4080004307/jobs/7032004142
OK, it’s picked up 👍