Skip to content

add commands to rebuild failures of certain nightly versions #2826

Open
@syphar

Description

@syphar

from #301

Add a command to the cratesfyi binary that queues up builds for all crates which were built with a specific version of rustdoc, at a lower priority than previously-failed builds. Even though this is a manual action, it allows us to proactively rebuild crates that have issues like #280 without manually rebuilding every crate that used that version (and again, without choking new releases out of the build queue).

This is a thing that I have to regularly do directly in the database after nightly problems.

We typically free the nightly version in these cases so the builds continue running.

What I would like to have is a CLI subcommand with which I can queue rebuilds for all failed builds of a certain single nightly version, or a date-range of nightly versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-buildsArea: Building the documentation for a crateE-easyEffort: Should be easy to implement and would make a good first PR

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions