Pass in the properties parsed from config file, otherwise the build
triggered will fail because wrong properties.

Signed-off-by: Yin Kangkai <kangkai....@intel.com>
---
 lib/python2.7/site-packages/autobuilder/Autobuilder.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/python2.7/site-packages/autobuilder/Autobuilder.py 
b/lib/python2.7/site-packages/autobuilder/Autobuilder.py
index 2a510d4..1aba7ac 100644
--- a/lib/python2.7/site-packages/autobuilder/Autobuilder.py
+++ b/lib/python2.7/site-packages/autobuilder/Autobuilder.py
@@ -233,6 +233,7 @@ class Autobuilder:
                             stabletimer = value['stable-timer']
                         
self.yocto_sched.append(SingleBranchScheduler(name=str(name),
                                                                       
builderNames=['%s' % key],
+                                                                      
properties=checkoutprops,
                                                                       
change_filter=filter.ChangeFilter(branch=branch,
                                                                                
                         repository=repo['repourl']),
                                                                       
treeStableTimer=stabletimer))
-- 
1.8.2.1

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

Reply via email to