-
-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
A-actionArea: the action itselfArea: the action itselfC-enhancementCategory: raise the bar on expectationsCategory: raise the bar on expectationsE-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.
Description
I don't recall the exact details of how CI here was set up, but I noticed that:
- We have a number of CI jobs that use a
actions/cache/restore@v4
step to restore cached data. - Those steps are configured to use
fail-on-cache-miss: true
, meaning the entire job fails if the cached data is not present. - No
actions/cache
oractions/cache/save
jobs are present to populate that cache. There is an internal cache step in the action, but it's possible we may have changed how caching happens in a way that the restore cache jobs get broken.
We need to do a bit of software archeology here, figure out how CI was supposed to run, and get it back to a working state.
Contributor help would be very welcome here, since at this point you know about as much about this CI setup as I do 😅
Metadata
Metadata
Assignees
Labels
A-actionArea: the action itselfArea: the action itselfC-enhancementCategory: raise the bar on expectationsCategory: raise the bar on expectationsE-help-wantedCall for participation: Help is requested to fix this issue.Call for participation: Help is requested to fix this issue.