ci: Cache 25000 RuboCop files and add debugging for RuboCop
What does this MR do?
- Cache more files in RuboCop cache (25 000 files)
- Don't
pull
andpush
, but alwayspush
the cache inupdate-static-analysis-cache
- Add debugging statements so that we can check RuboCop cache usage in more pipelines
Related to #327257 (closed).
Edited by Rémy Coutable