Skip to content

fix(docs): cache deployment reference build - #659

Merged
jeremi merged 1 commit into
mainfrom
fix/docs-pages-timeout
Aug 6, 2026
Merged

fix(docs): cache deployment reference build#659
jeremi merged 1 commit into
mainfrom
fix/docs-pages-timeout

Conversation

@jeremi

@jeremi jeremi commented Aug 6, 2026

Copy link
Copy Markdown
Member

Summary

  • cache the Rust target used by the docs authoring-reference generator
  • use the supported 600-second maximum for actions/deploy-pages
  • keep workflow structure coverage for both settings

Why

The latest deployment trace showed that compiling registryctl consumed five minutes of the 5:45 /dev/ build. The prior 1,200-second Pages setting is capped by actions/deploy-pages at 600 seconds, so it emitted a warning and still timed out after ten minutes.

Verification

  • python3 -m unittest release/scripts/test_release_workflow_structure.py
  • actionlint .github/workflows/docs-pages.yml
  • git diff --check

Signed-off-by: Jeremi Joslin <jeremi@joslin.fr>

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 2878a6506c

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread .github/workflows/docs-pages.yml
@jeremi
jeremi enabled auto-merge (rebase) August 6, 2026 13:18
@jeremi
jeremi merged commit b9d5f74 into main Aug 6, 2026
30 checks passed
@jeremi
jeremi deleted the fix/docs-pages-timeout branch August 6, 2026 13:23
@jeremi

jeremi commented Aug 6, 2026

Copy link
Copy Markdown
Member Author

Resolved the automated DCO false positive: commit 2878a6506c5c6babaec3ecbe71f6522d6ab285d3 includes Signed-off-by: Jeremi Joslin <jeremi@joslin.fr> in both the local commit and GitHub commit API, and the dedicated Check commit sign-offs job passed.

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