[Buildbot-devel] required fields forcing a build
Pierre Tardy
tardyp at gmail.com
Fri Sep 16 17:26:16 UTC 2011
On Thu, Sep 15, 2011 at 8:05 PM, Todd Cooper <todd_cooper at yahoo.com> wrote:
> One thing at a time.. I will do the force build changes first.
I hope you won't mind,
I wrote what I already had in mind for some time:
on top of my brach, is the very first draft, that displays following
config, and schedules it.
https://github.com/tardyp/buildbot/commits/authzsession
schedulers.append(ForceSched(name="force2",
builderNames=forceable_builders,
branch=FixedParameter(name="branch",default=""),
reason=StringParameter(name="reason",
default="force build"),
revision=FixedParameter(name="revision",default=""),
repository=FixedParameter(name="repository",default=""),
project=FixedParameter(name="repository",default=""),
properties=[TextParameter("force_downloads",label="gerrit
cherry-picks")])
probably tons of bug that I'll handle on Monday.
dont hesitate to comment.
Regards,
Pierre
More information about the devel
mailing list