Problem/Motivation

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

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

Issue fork drupal-3547567

Command icon Show commands

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

bbrala created an issue. See original summary.

mondrake’s picture

I 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%20warming

the 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

bbrala’s picture

The 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 ;))

mondrake’s picture

Issue summary: View changes
mondrake’s picture

alexpott’s picture

Status: Active » Closed (duplicate)

This 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.

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

alexpott’s picture

FYI merge requests can now add the label "Test lint cache warming" and the special jobs that are for lint cache warming will run.

bbrala’s picture

Cool, schedule disabled.