v0.8.0
Fixed cache finding in case of history rewrites (#33).
It now maintains the latest 25 refs for each branch in combination with the latest 25 ancestry refs to find the best cache. You must correctly set the GIT_BRANCH
environment variable. Learn more on configuring CI caching.
Fetched the following ancestry refs for feature branch:
* 470c7703836d96216fcc5853953b8ced3598517f (commit timestamp: 1631471386)
* 31165fc203b4cbc6cbeb440c343f121e6be09ee9 (commit timestamp: 1631436436)
* bc2eabc567dccbb3bb17a83585f77ae17e6ef031 (commit timestamp: 1631396595)
* 47763b1ec9f765ac801d658654c9dd6063094c1a (commit timestamp: 1631396481)
* d5da2df58decb554f2d869ea6c8e6a40ca89d47f (commit timestamp: 1631385874)
* f6ff6689f5ff551e2f533f4e765a9c20a76faae8 (commit timestamp: 1631383924)
* 805741242ad751e4a95ff667c3fb3637db54fe5e (commit timestamp: 1630605903)
Fetched the following branch refs for feature branch:
* 470c7703836d96216fcc5853953b8ced3598517f (commit timestamp: 1631471386)
* 63a313892338d60646856d5ea0dee63caf8043e2 (commit timestamp: 1631437893)
Fetched the following cache refs for feature branch:
* 470c7703836d96216fcc5853953b8ced3598517f (commit timestamp: 1631471386)
* 63a313892338d60646856d5ea0dee63caf8043e2 (commit timestamp: 1631437893)
* 31165fc203b4cbc6cbeb440c343f121e6be09ee9 (commit timestamp: 1631436436)
* bc2eabc567dccbb3bb17a83585f77ae17e6ef031 (commit timestamp: 1631396595)
* 47763b1ec9f765ac801d658654c9dd6063094c1a (commit timestamp: 1631396481)
* d5da2df58decb554f2d869ea6c8e6a40ca89d47f (commit timestamp: 1631385874)
* f6ff6689f5ff551e2f533f4e765a9c20a76faae8 (commit timestamp: 1631383924)
* 805741242ad751e4a95ff667c3fb3637db54fe5e (commit timestamp: 1630605903)
Breaking Changes
Since the rake tasks to download and upload the cache files to S3 need to know the correct configured directories, the config options cache_dir
, coverage_dir
, and report_dir
are now available as environment variables only.