[yocto] [yocto-autobuilder][PATCH] nightly.conf: add deploy_artifacts to copy_properties

Stephano Cetola stephano.cetola at linux.intel.com
Thu Dec 8 09:07:36 PST 2016


In order for the build slaves to process the "deploy artifacts"
property, it needs to be passed in when the builds are triggered.

This fixes [YOCTO 10229]

Signed-off-by: Stephano Cetola <stephano.cetola at linux.intel.com>
---
 buildset-config.controller/nightly.conf | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/buildset-config.controller/nightly.conf b/buildset-config.controller/nightly.conf
index b811f68..4ed255d 100644
--- a/buildset-config.controller/nightly.conf
+++ b/buildset-config.controller/nightly.conf
@@ -84,7 +84,8 @@ steps: [{'SetDest':{}},
                             'atextprepend': 'SOURCE_MIRROR_FETCH = "1"\n'}},
         {'CreateBBLayersConf': {'buildprovider' : 'yocto'}},
         {'BuildImages': {'images': 'universe -c fetch'}},
-        {'TriggerBuilds': {'copy_properties': ['custom_create_eventlog', 'custom_yocto_number', 'is_release'],
+        {'TriggerBuilds': {'copy_properties': ['custom_create_eventlog',
+                           'custom_yocto_number', 'is_release', 'custom_deploy_artifacts'],
                            'schedulerName': 'main-build', 'waitForFinish': 'True',
                            'schedulerNames': {'nightly-arm': {}, 'nightly-arm-lsb': {},
                            'nightly-mips': {}, 'nightly-mips-lsb': {},
-- 
2.10.2




More information about the yocto mailing list