You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 19, 2026. It is now read-only.
opening this as an issue since it's worth looking into. i don't think there's a simple solution here since if the cache is missing, the tests should fail (on retry) - but perhaps there's some way we can check for a cache, and then rebuild automatically if it's missing.
not sure what this may look like, or if it would lead to something like an indefinite loop that eventually times out - but it's worth a look.
from the PR:
Setting this to true makes a job fail if it does not have a cache hit, but this can happen in valid scenarios, such as retrying a failing test after the cache has been cleared. This causes some flakiness in CI (specifically during retries).
opening this as an issue since it's worth looking into. i don't think there's a simple solution here since if the cache is missing, the tests should fail (on retry) - but perhaps there's some way we can check for a cache, and then rebuild automatically if it's missing.
not sure what this may look like, or if it would lead to something like an indefinite loop that eventually times out - but it's worth a look.
from the PR:
ref: #59