Merge "Fixing launch on new cluster functionality for jobs"

This commit is contained in:
Jenkins 2013-12-11 23:31:17 +00:00 committed by Gerrit Code Review
commit d0e8a19c2b
1 changed files with 6 additions and 1 deletions

View File

@ -191,7 +191,12 @@ class JobConfig(workflows.Step):
class NewClusterConfigAction(c_flow.GeneralConfigAction):
persist_cluster = forms.BooleanField(
label=_("Persist cluster after job exit"),
required=True)
required=False)
class Meta:
name = _("Configure Cluster")
help_text_template = \
("clusters/_configure_general_help.html")
class ClusterGeneralConfig(workflows.Step):