Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upPut the docs task into its own builder until it learns to behave #22954
Conversation
|
@bors-servo r+ |
|
|
Put the docs task into its own builder until it learns to behave The latest rust update regressed rustdoc performance on servo a lot (6min to 37min), and now the tidy+unit+docs builder keeps timing out. This splits out the doc task into its own thing until we can fix this. r? @jdm <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22954) <!-- Reviewable:end -->
|
@bors p=4 |
|
@bors-servo r=jdm forgot to actually create the task https://treeherder.allizom.org/#/jobs?repo=servo-auto&selectedJob=230850047 |
|
|
Put the docs task into its own builder until it learns to behave The latest rust update regressed rustdoc performance on servo a lot (6min to 37min), and now the tidy+unit+docs builder keeps timing out. This splits out the doc task into its own thing until we can fix this. r? @jdm <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/22954) <!-- Reviewable:end -->
|
I think this is the right call here (to avoid increasing the total cycle time) but raising the timeout is also an option: servo/etc/taskcluster/decision_task.py Line 538 in de3d2f7 |
|
|
Manishearth commentedMar 1, 2019
•
edited by SimonSapin
The latest rust update regressed rustdoc performance on servo a lot (6min to 37min), and now the tidy+unit+docs builder keeps timing out.
This splits out the doc task into its own thing until we can fix this.
r? @jdm
This change is