CNTRLPLANE-3945: fix(docs): set writable uv cache path for arc-runner-set - #9281
Conversation
On arc-runner-set runners, HOME=/ so setup-uv resolves its cache directory to /.cache/uv which is not writable, causing the docs build to fail with "Permission denied". Use runner.temp for the cache path. Fixes: CNTRLPLANE-3945 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Antoni Segura Puimedon <antoni@redhat.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@celebdor: This pull request references CNTRLPLANE-3945 which is a valid jira issue. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe reusable documentation workflow configures Suggested reviewers: 🚥 Pre-merge checks | ✅ 11✅ Passed checks (11 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: celebdor The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
@celebdor: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
Summary
arc-runner-setrunners after CNTRLPLANE-3945: Migrate documentation tooling from mkdocs-material to zensical #9139 mergedHOME=/, sosetup-uvresolves its cache to/.cache/uvwhich isn't writablecache-local-path: ${{ runner.temp }}/.uv-cacheto use a writable directoryTest plan
build / Build DocsCI check passes on this PR🤖 Generated with Claude Code
Summary by CodeRabbit