Zeeshan Shabbir
04/30/2024, 1:43 PMCalculating task graph as the configuration cache cannot be reused because the environment variable '<Some env variable name>' has changed.
Upon investigation, we discovered that the root cause of this issue is the environment variables that are not exposed to the PRs.
Our current setup for the configuration cache involves creating it on non-PR builds via a workflow. This workflow triggers when any PR gets merged into develop, saving the cache. Subsequently, any new PR can utilize the configuration cache.
Do you have any recommendations on how we can resolve this issue? Is there any way we can ignore some variables for cache to so it doesn’t get invalidated. TIA!Gabriel Feo
05/02/2024, 11:15 AM