mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
schedulers: add deploy_artefacts to all builders
Instead of having a limited set of builders which can deploy artefacts, let every builder have the ability to deploy. This makes it easier to experiment with deploy steps. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
de5263b7be
commit
7e1d76ccf9
|
@ -241,7 +241,6 @@ def props_for_builder(builder):
|
|||
default=swat_default))
|
||||
if builder == 'build-appliance':
|
||||
props.append(buildappsrcrev_param())
|
||||
if builder in ['build-appliance', 'buildtools', 'eclipse-plugin-neon', 'eclipse-plugin-oxygen']:
|
||||
props.append(util.BooleanParameter(
|
||||
name="deploy_artefacts",
|
||||
label="Do we want to deploy artefacts?",
|
||||
|
|
Loading…
Reference in New Issue
Block a user