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.cet...@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

-- 
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to