-
Notifications
You must be signed in to change notification settings - Fork 209
Open
Labels
A-buildsArea: Building the documentation for a crateArea: Building the documentation for a crateP-lowLow priority issuesLow priority issuesS-needs-designStatus: There's a problem here, but no obvious solution; or the solution raises other questionsStatus: There's a problem here, but no obvious solution; or the solution raises other questions
Description
coming from #301
Eagerly queue up failed builds from old rustdoc versions when rustdoc is updated, at a lower priority than user requests. For the same reason as before, this lets us try to eagerly rebuild crates that may have failed due to the old rustdoc, while not clogging up the queue for new releases.
now added by me:
I have the feeling (that needs data) that most of the build failures aren't related to rustdoc issues that are fixed with newer versions. This means the impact of this automation might be wasted build time.
Metadata
Metadata
Assignees
Labels
A-buildsArea: Building the documentation for a crateArea: Building the documentation for a crateP-lowLow priority issuesLow priority issuesS-needs-designStatus: There's a problem here, but no obvious solution; or the solution raises other questionsStatus: There's a problem here, but no obvious solution; or the solution raises other questions