[yocto] [PATCH 2/3] SingleBranchScheduler: pass in the properties

Yin Kangkai kangkai.yin at intel.com
Mon May 19 19:16:56 PDT 2014


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

Signed-off-by: Yin Kangkai <kangkai.yin at 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




More information about the yocto mailing list