Skip to content
This repository has been archived by the owner on Jun 1, 2024. It is now read-only.

Commit

Permalink
unsupport fbsd for now
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkowl committed Jun 3, 2016
1 parent 11c79f8 commit 4020d4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions services/buildbot/master/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ builders.append({
'factory': TwistedToxBuildFactory(
git_update, toxEnv="py27-tests",
reactors=["select", "poll", "kqueue"]),
'category': 'supported'})
'category': 'unsupported'})


builders.append({
Expand All @@ -620,7 +620,7 @@ builders.append({
'factory': TwistedToxCoverageBuildFactory(
git_update, toxEnv="py27-coverage",
buildID='freebsd101py2.7'),
'category': 'supported'})
'category': 'unsupported'})


builders.append({
Expand All @@ -630,7 +630,7 @@ builders.append({
'factory': TwistedToxBuildFactory(
git_update, toxEnv="py34-tests",
reactors=["select", "poll", "kqueue"]),
'category': 'supported'})
'category': 'unsupported'})


builders.append({
Expand All @@ -640,7 +640,7 @@ builders.append({
'factory': TwistedToxCoverageBuildFactory(
git_update, toxEnv="py34-coverage",
buildID="freebsd101py3.4"),
'category': 'supported'})
'category': 'unsupported'})


if 'vagrant-testing' in private.bot_info.keys():
Expand Down

0 comments on commit 4020d4d

Please sign in to comment.