[
https://issues.apache.org/jira/browse/MINIFICPP-1683?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gábor Gyimesi updated MINIFICPP-1683:
-------------------------------------
Description:
Recently caching was changed to only keep a single cache key for each branch
and update the cache content for that key in every CI build. This was done to
save space and it would take longer for the older branch caches (especially
main) to be evicted. Unfortunately github cache actions does not support
updating the cache content for a key because caches are immutable.
[https://github.com/actions/cache/issues/171]
was:
Recently caching was changed to only keep a single cache key for each branch
and update the cache for that key in every CI build. This was done to save
space and it would take longer for the older branch caches (especially main) to
be evicted. Unfortunately github cache actions does not support updating the
cache content for a key because caches are immutable.
https://github.com/actions/cache/issues/171
> Revert github actions caching changes
> -------------------------------------
>
> Key: MINIFICPP-1683
> URL: https://issues.apache.org/jira/browse/MINIFICPP-1683
> Project: Apache NiFi MiNiFi C++
> Issue Type: Bug
> Reporter: Gábor Gyimesi
> Priority: Minor
>
> Recently caching was changed to only keep a single cache key for each branch
> and update the cache content for that key in every CI build. This was done to
> save space and it would take longer for the older branch caches (especially
> main) to be evicted. Unfortunately github cache actions does not support
> updating the cache content for a key because caches are immutable.
> [https://github.com/actions/cache/issues/171]
--
This message was sent by Atlassian Jira
(v8.20.1#820001)