Closed (fixed)
Project:
Drupal core
Version:
11.2.x-dev
Component:
other
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Oct 2025 at 01:34 UTC
Updated:
19 Nov 2025 at 17:24 UTC
Jump to comment: Most recent
Comments
Comment #3
alexpottThis critical because this pipeline can fail even if there are no cspell errors due to this and once it starts failing in a pipeline it'll never pass. Hotel California!
Comment #4
alexpotthttps://git.drupalcode.org/issue/drupal-3035288/-/jobs/7013308 is an example where we can't get cspell to pass.
Comment #5
alexpottComment #6
acbramley commentedAfter chatting in slack this makes sense.
Comment #7
nicxvan commentedLooks good to me, I think we might want to keep this open for investigation on what happened.
Comment #10
alexpottSomething changed in gitlab and the cache started to work. I think marking this one as fixed is fine.
I checked and 11.1.x and 10.x are not affected.
Comment #13
alexpottTurns out 11.1.x was affected... pushed a MR to fix it as cherry-picking didn't work.
Comment #15
alexpottComment #17
longwaveThe DA enabled GitLab caching a few days ago in #3387117: Enable distributed caching in GitLab Runner, we should revisit the custom cache stuff we built to see if we can improve it with the official system now.
Comment #18
longwaveComment #19
alexpott#3387117: Enable distributed caching in GitLab Runner is why this broke :D