Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

start queueing rebuilds for the latest version of each crate, if we had docs #2645

Merged
merged 3 commits into from
Oct 25, 2024

Conversation

syphar
Copy link
Member

@syphar syphar commented Oct 20, 2024

Resolves #464

Based on #2639 , will un-draft & rebase this PR when #2639 is merged.

This is an hourly job which continiously keeps a rebuild queue full to prevent having a too full queue, and with the idea in the future to continiously rebuild old docs.

The priority makes sure we're only using spare build capacity. A queue limit makes the queue manageable. For now I would like to define a max version to rebuild up to, we could think about setting this version depending on major rustdoc changes, or drop it at some point in favor of a flexible limit (like: rebuild everything older than X months).

So make the S3 bucket more manageable we might also either rebuild all releases, or run a re-package job that converts non-archive docs to archive ones.

@syphar syphar self-assigned this Oct 20, 2024
@github-actions github-actions bot added the S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed label Oct 20, 2024
@syphar syphar removed their assignment Oct 23, 2024
@syphar syphar marked this pull request as ready for review October 23, 2024 20:47
@syphar syphar requested a review from a team as a code owner October 23, 2024 20:47
src/build_queue.rs Outdated Show resolved Hide resolved
src/build_queue.rs Outdated Show resolved Hide resolved
src/build_queue.rs Outdated Show resolved Hide resolved
@GuillaumeGomez
Copy link
Member

Thanks!

@GuillaumeGomez GuillaumeGomez enabled auto-merge (rebase) October 25, 2024 08:13
@GuillaumeGomez GuillaumeGomez merged commit 5b59831 into rust-lang:master Oct 25, 2024
9 checks passed
@syphar syphar deleted the rebuilds branch October 25, 2024 08:31
@github-actions github-actions bot added S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it and removed S-waiting-on-review Status: This pull request has been implemented and needs to be reviewed labels Oct 25, 2024
@syphar syphar removed the S-waiting-on-deploy This PR is ready to be merged, but is waiting for an admin to have time to deploy it label Oct 25, 2024
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.

Feature request: rebuild documentation for old crates
2 participants