Skip to content

Commit

Permalink
restore default owner to 'user'
Browse files Browse the repository at this point in the history
Signed-off-by: Pierre Tardy <pierre.tardy@intel.com>
  • Loading branch information
Pierre Tardy committed Jul 11, 2015
1 parent aa60a82 commit 9e69d48
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion master/buildbot/data/forceschedulers.py
Expand Up @@ -54,8 +54,9 @@ def get(self, resultSpec, kwargs):
def control(self, action, args, kwargs):
if action == "force":
sched = yield self.findForceScheduler(kwargs['schedulername'])
if "owner" not in args:
args['owner'] = "user"
try:
print args
res = yield sched.force(**args)
defer.returnValue(res)
except forcesched.CollectedValidationError as e:
Expand Down

0 comments on commit 9e69d48

Please sign in to comment.