Skip to content

Commit

Permalink
Make sure that locks are renderable.
Browse files Browse the repository at this point in the history
The expected usage is that someone would create a renderable that
returns a list of locks so that this list can be dynamic.
  • Loading branch information
Vitali Lovich committed May 16, 2015
1 parent 312a990 commit 1444e32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions master/buildbot/process/buildstep.py
Expand Up @@ -100,6 +100,7 @@ class BuildStep(object, properties.PropertiesMixin):
set_runtime_properties = True

renderables = [
'locks',
'haltOnFailure',
'flunkOnWarnings',
'flunkOnFailure',
Expand Down

0 comments on commit 1444e32

Please sign in to comment.