Cache missed in Bitbucket #10243
Unanswered
jonathansayag
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Hi,
I am trying to implement turbo in the CI of my Bitbucket repository.
Using the Bitbucket pipeline cache system, i'am caching after each pipeline the folder
.turbo
which contains thecache
folder +runs
folder.Actually, each time i run the Bitbucket pipeline :
.turbo
folder cached previously is retrieved & downloaded to the bitbucket repository build folder.turbo
cached folder during the build by usingls -la
@package/utils:lint: cache miss, executing ***************
./turbo/**
into an artifact that Bitbucket will generate.turbo/runs/****.json
in the folder.turbo/cache
, i have the the cache tar.gz ! For example, for the task ID4ec1005ee17a6124
from the.turbo/runs/****.json
, there is a.turbo/cache/4ec1005ee17a6124.tar.zst
.And each time i re-run the Bitbucket pipeline, each time it has the same cache but turbo does not hit it.
Example
My
turbo.json
:My
bitbucket-pipelines
:Can you help me ?
Beta Was this translation helpful? Give feedback.
All reactions