Hello, Thank you for this slack channel. I could finally set up a simple POC with pants with the help of all the past messages here. I am now trying to set up the build pipeline for gitlab. I am able to run the tests for my repo successfully in gitlab without any caching. I wanted to check if anyone has success using caching in gitlab without using remote caching , REAPI. (By just specifying the cache folders)
I understand based on the messages here that it is not recommended and that most people decide to implement a remote cache using something similar to
this. I am trying to set up an end-end POC first before getting into the overhead of remote caching. I wanted to check if any one has had success with that.