Skip to content

Disable setup-uv cache save on pages-specimen shards - #186

Merged
yyolk merged 1 commit into
masterfrom
cursor/pages-specimen-uv-cache-6047
Sep 6, 2026
Merged

Disable setup-uv cache save on pages-specimen shards#186
yyolk merged 1 commit into
masterfrom
cursor/pages-specimen-uv-cache-6047

Conversation

@yyolk

@yyolk yyolk commented Sep 6, 2026

Copy link
Copy Markdown
Owner

Parallel pages-specimen shards were racing to save the same setup-uv cache key (cache-suffix: pages), which produced ~18 harmless Unable to reserve cache warnings after the Pages matrix.

This keeps restore on those shards (cache-suffix: pages) but sets save-cache: false so only pages-plan / pages / test write the cache.

- uses: astral-sh/setup-uv@v7
  with:
    cache-suffix: pages
    save-cache: false

Does not change job success; only stops the cache-save race.

Open in Web Open in Cursor 

@coderabbitai

coderabbitai Bot commented Sep 6, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Team

Run ID: 3fe828dd-e34a-42d1-897a-52e47094a142

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@yyolk
yyolk marked this pull request as ready for review September 6, 2026 06:39
@yyolk
yyolk merged commit b3d6fba into master Sep 6, 2026
6 checks passed
@yyolk
yyolk deleted the cursor/pages-specimen-uv-cache-6047 branch September 6, 2026 06:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant