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

Removed Buildbot Categories #419

Merged
merged 1 commit into from Jul 1, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Remove unused buildbot categories

Since the categories parameter was deprecated in Buildbot version
0.8.12, the version currently in use, remove it.
  • Loading branch information
Jacob Thomas
Jacob Thomas committed Jul 1, 2016
commit 987b364fbac748da0ecfd58ffb988002594bbbcb
@@ -140,7 +140,6 @@ class DynamicServoBuilder(util.BuilderConfig):
slavenames=slavenames,
factory=factories.DynamicServoFactory(name, environment),
nextBuild=branch_priority,
category="auto",
)


@@ -158,7 +157,6 @@ class DynamicServoYAMLBuilder(util.BuilderConfig):
slavenames=slavenames,
factory=factories.DynamicServoYAMLFactory(name, environment),
nextBuild=branch_priority,
category="auto",
)

c['builders'] = [
@@ -179,20 +177,17 @@ c['builders'] = [
slavenames=WINDOWS_SLAVES,
factory=factories.windows,
nextBuild=branch_priority,
category="auto",
),
util.BuilderConfig(
name="windows-nightly",
slavenames=WINDOWS_SLAVES,
factory=factories.windows_nightly,
nextBuild=branch_priority,
category="auto",
),
util.BuilderConfig(
name="doc",
slavenames=LINUX_SLAVES,
factory=factories.doc,
category="auto",
),
# Testing the In Tree YAML build
DynamicServoYAMLBuilder("linux-dev-yaml", LINUX_SLAVES,
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.