You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’m using Github Actions Runners to build software using my personal kubernetes cluster. It works but I’ve hit issues with caching where I need to save go mod files that should persist between each build. I believe the legacy model had Custom Volumes to handle this scenario.
I’m on the newer Scale Set version of GHA and these docs don’t appear to work with it. The redirection at the top discusses the need to move to the Scale Set version but does not specifically call out it’s replacement for custom volumes. Looking around the docs it’s not clear if there is a replacement. If anything the documentation for Scale Set Runners to support persistence between builds is not discoverable.
#2944 Does look like it can partially solve some of my issues as I have docker image build section but this does not seem like it’ll work with python and go module caches.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I’m using Github Actions Runners to build software using my personal kubernetes cluster. It works but I’ve hit issues with caching where I need to save go mod files that should persist between each build. I believe the legacy model had Custom Volumes to handle this scenario.
I’m on the newer Scale Set version of GHA and these docs don’t appear to work with it. The redirection at the top discusses the need to move to the Scale Set version but does not specifically call out it’s replacement for custom volumes. Looking around the docs it’s not clear if there is a replacement. If anything the documentation for Scale Set Runners to support persistence between builds is not discoverable.
#2944 Does look like it can partially solve some of my issues as I have docker image build section but this does not seem like it’ll work with python and go module caches.
Beta Was this translation helpful? Give feedback.
All reactions