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 upRemove Buildbot categories #412
Closed
Labels
Comments
|
I would like to work on this as my first PR. Other than removing categories from master.cfg is there anything that needs to be done? |
|
@rozuur @this-jacob already has a PR open for this one! Feel free to try one of the other issues tagged |
bors-servo
added a commit
that referenced
this issue
Jul 1, 2016
Removed Buildbot Categories Addresses Issue: #412 Removed unused categories on the builders. Additionally the `categories` parameter was deprecated in Buildbot 0.8.12 (the version currently in use) <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/saltfs/419) <!-- Reviewable:end -->
|
Fixed by #419. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In #16, we added Buildbot categories, but I'm not sure if we ever used them. At this point in time, all of our builders are getting the same category value -
"auto"- which we're not doing anything with (they can be used to filter Buildbot status targets). Additionally, thecategoriesparameter was deprecated in Buildbot 0.8.12, the version we are running, so they are due to be removed anyways.Files:
No need to add any new tests for this change.