Closed (duplicate)
Project:
Drupal core
Version:
11.x-dev
Component:
other
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Sep 2025 at 05:01 UTC
Updated:
19 Nov 2025 at 13:38 UTC
Jump to comment: Most recent
Lint cache is being weird. This issue is to make a simple check run to see when cache works and fails.
Statistics: https://git.drupalcode.org/issue/drupal-3547567/-/pipelines/charts
Pipelines execution history: https://git.drupalcode.org/issue/drupal-3547567/-/pipelines
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mondrakeI think this one could be one problem:
PHPStan cache URL - https://git.drupalcode.org/api/v4/projects/59858/jobs/artifacts/3547567-testing-drupal-lint/raw/core/phpstan-tmp/resultCache.php?job=Lint%20cache%20warmingthe commit pipeline saves the artifacts in
PHPStan cache URL - xxxxx://git.drupalcode.org/api/v4/projects/59858/jobs/artifacts/11.x/raw/core/phpstan-tmp/resultCache.php?job=Lint%20cache%20warming
instead
Comment #4
bbralaThe url error was because of the scheduled pipeline having different vars. I've fixed that now. Pipe is running every 5 minutes to check if cache is present. (runtime 38 seconds, dont worry @drumm ;))
Comment #5
mondrakeComment #6
mondrakeComment #7
alexpottThis got fixed in #3549110: [CI] Performance pipeline execution drops warmed caches - the download is done with curl -v - you can expand all the curl details and see content length and the URL.
Comment #9
alexpottFYI merge requests can now add the label "Test lint cache warming" and the special jobs that are for lint cache warming will run.
Comment #10
bbralaCool, schedule disabled.