Description
Gluten now used actions/cache which has 10GB limitation. Old cache will be evicted and may trigger full build without cache. It's better to switch to use Stash provides a solution for managing large build caches
https://github.com/apache/infrastructure-actions/tree/main/stash
Gluten version
None
Description
Gluten now used
actions/cachewhich has 10GB limitation. Old cache will be evicted and may trigger full build without cache. It's better to switch to useStashprovides a solution for managing large build cacheshttps://github.com/apache/infrastructure-actions/tree/main/stash
Save another copy of existing cache to Stash: https://github.com/apache/gluten/blob/main/.github/workflows/velox_backend_cache.yml
migrate the workflow to use cache from Stash:
https://github.com/apache/gluten/blob/main/.github/workflows/velox_backend_arm.yml
https://github.com/apache/gluten/blob/main/.github/workflows/velox_backend_x86.yml
https://github.com/apache/gluten/blob/main/.github/workflows/velox_backend_enhanced.yml
clean up the old actions/cache code
Gluten version
None