[yocto] [PATCH] [yocto-autobuilder2] Set ABHELPER_JSON on shared-repo-unpack, run-config buildStep

Aaron Chan aaron.chun.yew.chan at intel.com
Mon Jun 25 18:42:31 PDT 2018


Signed-off-by: Aaron Chan <aaron.chun.yew.chan at intel.com>
---
 builders.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/builders.py b/builders.py
index 4b6ee9e..0ebe562 100644
--- a/builders.py
+++ b/builders.py
@@ -142,6 +142,7 @@ def create_builder_factory():
                  util.Property("buildername"),
                  util.Property("is_release")],
         haltOnFailure=True,
+        env={'ABHELPER_JSON' : 'config.json config-intel-lava.json'},
         name="Unpack shared repositories"))
 
     f.addStep(steps.SetPropertyFromCommand(command=util.Interpolate("cd %(prop:sharedrepolocation)s/poky; git rev-parse HEAD"),
@@ -160,6 +161,7 @@ def create_builder_factory():
                  get_publish_dest,
                  util.URLForBuild],
         name="run-config",
+        env={'ABHELPER_JSON' : '../config.json config-intel-lava.json'},
         timeout=16200))  # default of 1200s/20min is too short, use 4.5hrs
     return f
 
-- 
2.7.4



More information about the yocto mailing list