cache reset index doesn't apply to CACHE_FALLBACK_KEY
For reproduce:
- Set CACHE_FALLBACK_KEY to master
- Click "Clear runner caches" in pipelines page
- Run some job.
Runner will try download cache: default-1, then master (without index).
Expected behaviour one of:
- Auto add reset index to falback key too (prefer).
- Add predefined variable: CI_CACHE_RESET_INDEX - for available manual add index to fallback key.
Edited by 🤖 GitLab Bot 🤖