Add a fullclean option to the force on the website

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-08-08 19:46:10 +02:00
parent b674b42e75
commit b6ab8fc3ef

View File

@@ -285,7 +285,12 @@ c['schedulers'].append(SingleBranchScheduler(
builderNames=all_builder_names))
c['schedulers'].append(ForceScheduler(
name="force",
builderNames=all_builder_names))
builderNames=all_builder_names),
properties=[
BooleanParameter(name="fullclean",
label="Do a full clean", default=False),
]
)
####### STATUS TARGETS